Skip to content

Commit

Permalink
v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Nov 25, 2022
1 parent 909a9fd commit f51774f
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## <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)
* chore(deps): bump readmeio/rdme from 7.5.0 to 8.0.0 (#558) ([08d3ac5](https://github.com/readmeio/api/commit/08d3ac5)), closes [#558](https://github.com/readmeio/api/issues/558)



## <small>5.0.1 (2022-10-31)</small>

* fix: bug where `@api/identifier` wasn't being installed properly (#557) ([20228d2](https://github.com/readmeio/api/commit/20228d2)), closes [#557](https://github.com/readmeio/api/issues/557)
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.1"
"version": "5.0.2"
}
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.1",
"version": "5.0.2",
"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.1';
export const PACKAGE_VERSION = '5.0.2';
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.1",
"version": "5.0.2",
"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 f51774f

Please sign in to comment.