From 7aba675afe57fccdd23144a7917bc71bc7d28ed7 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Sun, 27 Nov 2022 21:12:55 -0800 Subject: [PATCH] v5.0.3 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- package-lock.json | 4 ++-- packages/api/package-lock.json | 4 ++-- packages/api/package.json | 2 +- packages/api/src/packageInfo.ts | 2 +- packages/httpsnippet-client-api/package-lock.json | 4 ++-- packages/httpsnippet-client-api/package.json | 2 +- 8 files changed, 21 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 859e0405..85cd934e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 5.0.3 (2022-11-28) + +* test: refreshing the unit test dataset ([4dad793](https://github.com/readmeio/api/commit/4dad793)) +* chore(deps-dev): bump husky from 8.0.1 to 8.0.2 (#568) ([113e898](https://github.com/readmeio/api/commit/113e898)), closes [#568](https://github.com/readmeio/api/issues/568) +* chore(deps): bump readmeio/rdme from 8.0.0 to 8.1.1 (#573) ([6f96efa](https://github.com/readmeio/api/commit/6f96efa)), closes [#573](https://github.com/readmeio/api/issues/573) +* chore(deps): bumping out of date deps (#575) ([ae55a13](https://github.com/readmeio/api/commit/ae55a13)), closes [#575](https://github.com/readmeio/api/issues/575) +* fix: compatibility with yarn installs where `package.json` needs `version` (#574) ([0913923](https://github.com/readmeio/api/commit/0913923)), closes [#574](https://github.com/readmeio/api/issues/574) +* ci: disabling updates to `find-cache-dir` as it's esm-only now ([e21a975](https://github.com/readmeio/api/commit/e21a975)) + + + ## 5.0.2 (2022-11-25) * fix: installs not actually installing the api (#562) ([909a9fd](https://github.com/readmeio/api/commit/909a9fd)), closes [#562](https://github.com/readmeio/api/issues/562) diff --git a/lerna.json b/lerna.json index 49c05ffa..78daa39a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "packages": ["packages/*"], - "version": "5.0.2" + "version": "5.0.3" } diff --git a/package-lock.json b/package-lock.json index 2f99291c..e2a13a03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13143,7 +13143,7 @@ } }, "packages/api": { - "version": "5.0.2", + "version": "5.0.3", "license": "MIT", "dependencies": { "@readme/oas-to-har": "^20.0.0", @@ -13257,7 +13257,7 @@ } }, "packages/httpsnippet-client-api": { - "version": "5.0.2", + "version": "5.0.3", "license": "MIT", "dependencies": { "content-type": "^1.0.4", diff --git a/packages/api/package-lock.json b/packages/api/package-lock.json index 73541394..667e978d 100644 --- a/packages/api/package-lock.json +++ b/packages/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "api", - "version": "5.0.2", + "version": "5.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "api", - "version": "5.0.2", + "version": "5.0.3", "license": "MIT", "dependencies": { "@readme/oas-to-har": "^20.0.0", diff --git a/packages/api/package.json b/packages/api/package.json index 2c5ffaec..4c336e6e 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "5.0.2", + "version": "5.0.3", "description": "Magical SDK generation from an OpenAPI definition 🪄", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/api/src/packageInfo.ts b/packages/api/src/packageInfo.ts index 2ebd2183..5c324ac9 100644 --- a/packages/api/src/packageInfo.ts +++ b/packages/api/src/packageInfo.ts @@ -1,3 +1,3 @@ // This file is automatically updated by the build script. export const PACKAGE_NAME = 'api'; -export const PACKAGE_VERSION = '5.0.2'; +export const PACKAGE_VERSION = '5.0.3'; diff --git a/packages/httpsnippet-client-api/package-lock.json b/packages/httpsnippet-client-api/package-lock.json index fb430f04..e69ec95f 100644 --- a/packages/httpsnippet-client-api/package-lock.json +++ b/packages/httpsnippet-client-api/package-lock.json @@ -1,12 +1,12 @@ { "name": "httpsnippet-client-api", - "version": "5.0.2", + "version": "5.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "httpsnippet-client-api", - "version": "5.0.2", + "version": "5.0.3", "license": "MIT", "dependencies": { "content-type": "^1.0.4", diff --git a/packages/httpsnippet-client-api/package.json b/packages/httpsnippet-client-api/package.json index 8499a81f..c54cd446 100644 --- a/packages/httpsnippet-client-api/package.json +++ b/packages/httpsnippet-client-api/package.json @@ -1,6 +1,6 @@ { "name": "httpsnippet-client-api", - "version": "5.0.2", + "version": "5.0.3", "description": "An HTTPSnippet client for generating snippets for the `api` module.", "main": "./dist/index.js", "types": "./dist/index.d.ts",