Skip to content

Commit 2d39949

Browse files
committed
v5.0.5
1 parent ab97a70 commit 2d39949

File tree

8 files changed

+21
-10
lines changed

8 files changed

+21
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## <small>5.0.5 (2022-12-09)</small>
2+
3+
* fix: resolving typing issues in JS codegen (#593) ([ab97a70](https://github.com/readmeio/api/commit/ab97a70)), closes [#593](https://github.com/readmeio/api/issues/593)
4+
* test: updating the smoketest dataset (#594) ([bf57315](https://github.com/readmeio/api/commit/bf57315)), closes [#594](https://github.com/readmeio/api/issues/594)
5+
* chore(deps-dev): bump eslint from 8.28.0 to 8.29.0 (#592) ([deaa5ba](https://github.com/readmeio/api/commit/deaa5ba)), closes [#592](https://github.com/readmeio/api/issues/592)
6+
* chore(deps): bump readmeio/rdme from 8.1.1 to 8.2.0 (#587) ([2c6144e](https://github.com/readmeio/api/commit/2c6144e)), closes [#587](https://github.com/readmeio/api/issues/587)
7+
* chore(deps): bumping out of date deps (#591) ([54754da](https://github.com/readmeio/api/commit/54754da)), closes [#591](https://github.com/readmeio/api/issues/591)
8+
* chore(deps): use rdme@v8 ([a730908](https://github.com/readmeio/api/commit/a730908))
9+
10+
11+
112
## <small>5.0.4 (2022-11-30)</small>
213

314
* chore(deps): bumping out of date deps across all packages (#576) ([1255dd6](https://github.com/readmeio/api/commit/1255dd6)), closes [#576](https://github.com/readmeio/api/issues/576)

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.4"
3+
"version": "5.0.5"
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.4",
3+
"version": "5.0.5",
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.4';
3+
export const PACKAGE_VERSION = '5.0.5';

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.4",
3+
"version": "5.0.5",
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)