From b003a05707215a4145a54fe28b98032b78742082 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Mon, 23 Jan 2023 15:40:25 -0800 Subject: [PATCH] v5.0.7 --- CHANGELOG.md | 8 ++++++++ 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, 18 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d155079..8a781bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 5.0.7 (2023-01-23) + +* fix: moving off `fs/promises` to `fs` in client-side code (#605) ([1d9c87e](https://github.com/readmeio/api/commit/1d9c87e)), closes [#605](https://github.com/readmeio/api/issues/605) +* chore: bumping deps (#607) ([21bd60a](https://github.com/readmeio/api/commit/21bd60a)), closes [#607](https://github.com/readmeio/api/issues/607) +* Adds ESM usage instructions (#606) ([6fadba7](https://github.com/readmeio/api/commit/6fadba7)), closes [#606](https://github.com/readmeio/api/issues/606) + + + ## 5.0.6 (2023-01-09) * chore: bumping out of date deps (#603) ([66cfec9](https://github.com/readmeio/api/commit/66cfec9)), closes [#603](https://github.com/readmeio/api/issues/603) diff --git a/lerna.json b/lerna.json index 6c72262c..666f813f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "packages": ["packages/*"], - "version": "5.0.6" + "version": "5.0.7" } diff --git a/package-lock.json b/package-lock.json index 9ca20b79..0a60bbee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13449,7 +13449,7 @@ } }, "packages/api": { - "version": "5.0.6", + "version": "5.0.7", "license": "MIT", "dependencies": { "@readme/oas-to-har": "^20.0.2", @@ -13549,7 +13549,7 @@ } }, "packages/httpsnippet-client-api": { - "version": "5.0.6", + "version": "5.0.7", "license": "MIT", "dependencies": { "content-type": "^1.0.4", diff --git a/packages/api/package-lock.json b/packages/api/package-lock.json index 757215ab..ac8377b1 100644 --- a/packages/api/package-lock.json +++ b/packages/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "api", - "version": "5.0.6", + "version": "5.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "api", - "version": "5.0.6", + "version": "5.0.7", "license": "MIT", "dependencies": { "@readme/oas-to-har": "^20.0.2", diff --git a/packages/api/package.json b/packages/api/package.json index b1b203d7..00f64f4a 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "5.0.6", + "version": "5.0.7", "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 df63ab38..4251cf1e 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.6'; +export const PACKAGE_VERSION = '5.0.7'; diff --git a/packages/httpsnippet-client-api/package-lock.json b/packages/httpsnippet-client-api/package-lock.json index 02c6bb24..f6c07a5a 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.6", + "version": "5.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "httpsnippet-client-api", - "version": "5.0.6", + "version": "5.0.7", "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 89efa563..46ff6c48 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.6", + "version": "5.0.7", "description": "An HTTPSnippet client for generating snippets for the `api` module.", "main": "./dist/index.js", "types": "./dist/index.d.ts",