Skip to content

Commit

Permalink
v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Nov 28, 2022
1 parent 4dad793 commit 7aba675
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## <small>5.0.3 (2022-11-28)</small>

* 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))



## <small>5.0.2 (2022-11-25)</small>

* 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)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["packages/*"],
"version": "5.0.2"
"version": "5.0.3"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -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';
4 changes: 2 additions & 2 deletions packages/httpsnippet-client-api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/httpsnippet-client-api/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7aba675

Please sign in to comment.