From bb044ecdb3296c24838056764553fa7f18e6d228 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Mon, 31 Oct 2022 14:57:08 -0700 Subject: [PATCH] v5.0.0 --- CHANGELOG.md | 41 +++++++++++++++++++ lerna.json | 6 +-- package-lock.json | 4 +- packages/api/package-lock.json | 4 +- packages/api/package.json | 2 +- packages/api/src/packageInfo.ts | 2 +- .../httpsnippet-client-api/package-lock.json | 4 +- packages/httpsnippet-client-api/package.json | 2 +- 8 files changed, 52 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bfc35dc..fe9393ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,44 @@ +## 5.0.0 (2022-10-31) + +* docs: adding a callout about v5 not being out yet ([c36fdb1](https://github.com/readmeio/api/commit/c36fdb1)) +* docs: fixing some typos in a few docs ([e766707](https://github.com/readmeio/api/commit/e766707)) +* docs: installation clarifications on the registry UUID ([a9c6ce2](https://github.com/readmeio/api/commit/a9c6ce2)) +* docs: v5 (#553) ([5faaa11](https://github.com/readmeio/api/commit/5faaa11)), closes [#553](https://github.com/readmeio/api/issues/553) +* chore: refreshing the smoketest dataset and excluding all google apis (#554) ([5b6a86a](https://github.com/readmeio/api/commit/5b6a86a)), closes [#554](https://github.com/readmeio/api/issues/554) +* chore: updating packageInfo ([b507b38](https://github.com/readmeio/api/commit/b507b38)) +* chore(deps-dev): bump @commitlint/cli from 17.0.3 to 17.1.2 (#515) ([1b84f6e](https://github.com/readmeio/api/commit/1b84f6e)), closes [#515](https://github.com/readmeio/api/issues/515) +* chore(deps-dev): bump @commitlint/cli from 17.1.2 to 17.2.0 (#555) ([71ae361](https://github.com/readmeio/api/commit/71ae361)), closes [#555](https://github.com/readmeio/api/issues/555) +* chore(deps-dev): bump @commitlint/config-conventional (#514) ([9699657](https://github.com/readmeio/api/commit/9699657)), closes [#514](https://github.com/readmeio/api/issues/514) +* chore(deps-dev): bump @commitlint/config-conventional (#556) ([09b43ce](https://github.com/readmeio/api/commit/09b43ce)), closes [#556](https://github.com/readmeio/api/issues/556) +* chore(deps-dev): bump @readme/eslint-config from 10.1.0 to 10.1.1 (#528) ([aae1d87](https://github.com/readmeio/api/commit/aae1d87)), closes [#528](https://github.com/readmeio/api/issues/528) +* chore(deps-dev): bump @readme/eslint-config from 9.0.0 to 10.1.0 (#519) ([9ab7829](https://github.com/readmeio/api/commit/9ab7829)), closes [#519](https://github.com/readmeio/api/issues/519) +* chore(deps-dev): bump @readme/oas-examples from 5.4.1 to 5.5.0 (#503) ([6a59efb](https://github.com/readmeio/api/commit/6a59efb)), closes [#503](https://github.com/readmeio/api/issues/503) +* chore(deps-dev): bump @types/mocha from 9.1.1 to 10.0.0 (#526) ([6a40663](https://github.com/readmeio/api/commit/6a40663)), closes [#526](https://github.com/readmeio/api/issues/526) +* chore(deps-dev): bump eslint from 8.21.0 to 8.23.0 (#517) ([827b71d](https://github.com/readmeio/api/commit/827b71d)), closes [#517](https://github.com/readmeio/api/issues/517) +* chore(deps-dev): bump eslint from 8.23.0 to 8.24.0 (#525) ([4ca9c8f](https://github.com/readmeio/api/commit/4ca9c8f)), closes [#525](https://github.com/readmeio/api/issues/525) +* chore(deps-dev): bump eslint from 8.24.0 to 8.25.0 (#531) ([3c1645b](https://github.com/readmeio/api/commit/3c1645b)), closes [#531](https://github.com/readmeio/api/issues/531) +* chore(deps-dev): bump eslint from 8.25.0 to 8.26.0 (#541) ([0621068](https://github.com/readmeio/api/commit/0621068)), closes [#541](https://github.com/readmeio/api/issues/541) +* chore(deps): bump @readme/oas-to-har from 17.1.2 to 18.0.0 (#518) ([9d88aea](https://github.com/readmeio/api/commit/9d88aea)), closes [#518](https://github.com/readmeio/api/issues/518) +* chore(deps): bump ssri from 9.0.0 to 10.0.0 (#534) ([33dd5bb](https://github.com/readmeio/api/commit/33dd5bb)), closes [#534](https://github.com/readmeio/api/issues/534) +* chore(deps): bump ts-morph from 15.1.0 to 16.0.0 (#527) ([501941d](https://github.com/readmeio/api/commit/501941d)), closes [#527](https://github.com/readmeio/api/issues/527) +* chore(deps): bump validate-npm-package-name from 4.0.0 to 5.0.0 (#535) ([d150055](https://github.com/readmeio/api/commit/d150055)), closes [#535](https://github.com/readmeio/api/issues/535) +* chore(deps): bumping oas deps (#552) ([3f7b625](https://github.com/readmeio/api/commit/3f7b625)), closes [#552](https://github.com/readmeio/api/issues/552) +* chore(deps): bumping out of date deps (#510) ([c37fbcc](https://github.com/readmeio/api/commit/c37fbcc)), closes [#510](https://github.com/readmeio/api/issues/510) +* fix: minor tweak to how we generate the packageInfo file ([980dd9d](https://github.com/readmeio/api/commit/980dd9d)) +* fix: prefix schema titles that start with numbers to fix a type generation bug (#530) ([b17a261](https://github.com/readmeio/api/commit/b17a261)), closes [#530](https://github.com/readmeio/api/issues/530) +* fix: quirks with OR auth configurations not working right (#543) ([af4c0e9](https://github.com/readmeio/api/commit/af4c0e9)), closes [#543](https://github.com/readmeio/api/issues/543) +* feat: addition of a new `timeout` config option (#542) ([dad0dbe](https://github.com/readmeio/api/commit/dad0dbe)), closes [#542](https://github.com/readmeio/api/issues/542) [#432](https://github.com/readmeio/api/issues/432) +* feat: allow original operationIDs to be used in dynamic SDKs (#509) ([0d52b72](https://github.com/readmeio/api/commit/0d52b72)), closes [#509](https://github.com/readmeio/api/issues/509) +* feat: allowing `accept` headers to always be sent through as metadata (#538) ([826368a](https://github.com/readmeio/api/commit/826368a)), closes [#538](https://github.com/readmeio/api/issues/538) +* feat: allowing users to manually specify an `authorization` header (#546) ([11e2435](https://github.com/readmeio/api/commit/11e2435)), closes [#546](https://github.com/readmeio/api/issues/546) +* feat: completely overhauling how we're handling response data (#539) ([18ddbfb](https://github.com/readmeio/api/commit/18ddbfb)), closes [#539](https://github.com/readmeio/api/issues/539) +* feat(testing): codegen smoketest suite + fixes (#550) ([ab94a7e](https://github.com/readmeio/api/commit/ab94a7e)), closes [#550](https://github.com/readmeio/api/issues/550) +* refactor: json schema type generation and handling (#533) ([b257fe1](https://github.com/readmeio/api/commit/b257fe1)), closes [#533](https://github.com/readmeio/api/issues/533) +* Fix example in README (#529) ([bd10fad](https://github.com/readmeio/api/commit/bd10fad)), closes [#529](https://github.com/readmeio/api/issues/529) +* ci: formdata-node is esm only now ([67f44cd](https://github.com/readmeio/api/commit/67f44cd)) + + + ## 5.0.0-beta.3 (2022-08-01) * chore: updating packageInfo ([9b43093](https://github.com/readmeio/api/commit/9b43093)) diff --git a/lerna.json b/lerna.json index cfedcd48..06121aa7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,4 @@ { - "packages": [ - "packages/*" - ], - "version": "5.0.0-beta.3" + "packages": ["packages/*"], + "version": "5.0.0" } diff --git a/package-lock.json b/package-lock.json index 432aff61..8850ccdc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12967,7 +12967,7 @@ } }, "packages/api": { - "version": "5.0.0-beta.3", + "version": "5.0.0", "license": "MIT", "dependencies": { "@readme/oas-to-har": "^20.0.0", @@ -13052,7 +13052,7 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "packages/httpsnippet-client-api": { - "version": "5.0.0-beta.3", + "version": "5.0.0", "license": "MIT", "dependencies": { "content-type": "^1.0.4", diff --git a/packages/api/package-lock.json b/packages/api/package-lock.json index 3ff1f775..863079ea 100644 --- a/packages/api/package-lock.json +++ b/packages/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "api", - "version": "5.0.0-beta.3", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "api", - "version": "5.0.0-beta.3", + "version": "5.0.0", "license": "MIT", "dependencies": { "@readme/oas-to-har": "^20.0.0", diff --git a/packages/api/package.json b/packages/api/package.json index ac160896..a22b2ebb 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "5.0.0-beta.3", + "version": "5.0.0", "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 ca389559..766bc50d 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.0-beta.3'; +export const PACKAGE_VERSION = '5.0.0'; diff --git a/packages/httpsnippet-client-api/package-lock.json b/packages/httpsnippet-client-api/package-lock.json index 1ae5eb27..c76f281a 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.0-beta.3", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "httpsnippet-client-api", - "version": "5.0.0-beta.3", + "version": "5.0.0", "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 a90cb8a4..6c2ee0ae 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.0-beta.3", + "version": "5.0.0", "description": "An HTTPSnippet client for generating snippets for the `api` module.", "main": "./dist/index.js", "types": "./dist/index.d.ts",