Skip to content

Commit

Permalink
v7.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Oct 18, 2024
1 parent dbb7a67 commit 4a34d5d
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 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)



## 7.0.0-beta.9 (2024-10-17)

* 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)
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.9"
"version": "7.0.0-beta.10"
}
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.9",
"version": "7.0.0-beta.10",
"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.9';
export const PACKAGE_VERSION = '7.0.0-beta.10';
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.9",
"version": "7.0.0-beta.10",
"description": "The magic behind `api` 🧙",
"sideEffects": false,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@api/test-utils",
"version": "7.0.0-beta.9",
"version": "7.0.0-beta.10",
"scripts": {
"lint:types": "tsc --noEmit"
},
Expand Down

0 comments on commit 4a34d5d

Please sign in to comment.