Skip to content

Commit

Permalink
v7.0.0-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Nov 18, 2024
1 parent b338098 commit 9481077
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 7.0.0-beta.11 (2024-11-18)

* fix: use correct import attributes syntax (#957) ([211e8fd](https://github.com/readmeio/api/commit/211e8fd)), closes [#957](https://github.com/readmeio/api/issues/957)
* fix: use dynamic import for node-specific libraries (#820) ([b338098](https://github.com/readmeio/api/commit/b338098)), closes [#820](https://github.com/readmeio/api/issues/820)
* chore(deps-dev): bump the minor-development-deps group with 5 updates (#951) ([353cd8b](https://github.com/readmeio/api/commit/353cd8b)), closes [#951](https://github.com/readmeio/api/issues/951)
* chore(deps): bump @readme/oas-to-har from 24.0.0 to 24.0.1 (#952) ([0e736af](https://github.com/readmeio/api/commit/0e736af)), closes [#952](https://github.com/readmeio/api/issues/952)
* chore(deps): bump oas from 25.0.2 to 25.0.3 (#956) ([6d42c56](https://github.com/readmeio/api/commit/6d42c56)), closes [#956](https://github.com/readmeio/api/issues/956)
* chore(deps): bump ts-morph from 23.0.0 to 24.0.0 (#953) ([f70973c](https://github.com/readmeio/api/commit/f70973c)), closes [#953](https://github.com/readmeio/api/issues/953)



## 7.0.0-beta.10 (2024-10-18)

* chore(deps): bump (#949) ([dbb7a67](https://github.com/readmeio/api/commit/dbb7a67)), closes [#949](https://github.com/readmeio/api/issues/949)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["packages/*"],
"version": "7.0.0-beta.10"
"version": "7.0.0-beta.11"
}
6 changes: 3 additions & 3 deletions 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": "7.0.0-beta.10",
"version": "7.0.0-beta.11",
"description": "Magical SDK generation from an OpenAPI definition 🪄",
"type": "module",
"bin": {
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 = '7.0.0-beta.10';
export const PACKAGE_VERSION = '7.0.0-beta.11';
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@readme/api-core",
"version": "7.0.0-beta.10",
"version": "7.0.0-beta.11",
"description": "The magic behind `api` 🧙",
"sideEffects": false,
"type": "module",
Expand Down

0 comments on commit 9481077

Please sign in to comment.