Skip to content

Commit 4a34d5d

Browse files
committed
v7.0.0-beta.10
1 parent dbb7a67 commit 4a34d5d

File tree

7 files changed

+14
-8
lines changed

7 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.0.0-beta.10 (2024-10-18)
2+
3+
* chore(deps): bump (#949) ([dbb7a67](https://github.com/readmeio/api/commit/dbb7a67)), closes [#949](https://github.com/readmeio/api/issues/949)
4+
5+
6+
17
## 7.0.0-beta.9 (2024-10-17)
28

39
* chore(deps-dev): bump axios from 1.7.2 to 1.7.7 (#931) ([197f808](https://github.com/readmeio/api/commit/197f808)), closes [#931](https://github.com/readmeio/api/issues/931)

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": "7.0.0-beta.9"
3+
"version": "7.0.0-beta.10"
44
}

package-lock.json

Lines changed: 3 additions & 3 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": "7.0.0-beta.9",
3+
"version": "7.0.0-beta.10",
44
"description": "Magical SDK generation from an OpenAPI definition 🪄",
55
"type": "module",
66
"bin": {

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 = '7.0.0-beta.9';
3+
export const PACKAGE_VERSION = '7.0.0-beta.10';

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@readme/api-core",
3-
"version": "7.0.0-beta.9",
3+
"version": "7.0.0-beta.10",
44
"description": "The magic behind `api` 🧙",
55
"sideEffects": false,
66
"type": "module",

packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@api/test-utils",
4-
"version": "7.0.0-beta.9",
4+
"version": "7.0.0-beta.10",
55
"scripts": {
66
"lint:types": "tsc --noEmit"
77
},

0 commit comments

Comments
 (0)