Skip to content

Commit f51774f

Browse files
committed
v5.0.2
1 parent 909a9fd commit f51774f

File tree

8 files changed

+17
-10
lines changed

8 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## <small>5.0.2 (2022-11-25)</small>
2+
3+
* 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)
4+
* 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)
5+
6+
7+
18
## <small>5.0.1 (2022-10-31)</small>
29

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "5.0.1"
3+
"version": "5.0.2"
44
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Magical SDK generation from an OpenAPI definition 🪄",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/api/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is automatically updated by the build script.
22
export const PACKAGE_NAME = 'api';
3-
export const PACKAGE_VERSION = '5.0.1';
3+
export const PACKAGE_VERSION = '5.0.2';

packages/httpsnippet-client-api/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/httpsnippet-client-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "httpsnippet-client-api",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "An HTTPSnippet client for generating snippets for the `api` module.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)