Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Oct 31, 2022
1 parent 5faaa11 commit bb044ec
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 13 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"packages": [
"packages/*"
],
"version": "5.0.0-beta.3"
"packages": ["packages/*"],
"version": "5.0.0"
}
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.0-beta.3",
"version": "5.0.0",
"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.0-beta.3';
export const PACKAGE_VERSION = '5.0.0';
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.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",
Expand Down

0 comments on commit bb044ec

Please sign in to comment.