Skip to content

Commit

Permalink
v7.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Sep 27, 2023
1 parent d7a5d0c commit 39b966c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 7.0.0-alpha.3 (2023-09-27)

* chore(deps): bump fetch-har (#745) ([d7a5d0c](https://github.com/readmeio/api/commit/d7a5d0c)), closes [#745](https://github.com/readmeio/api/issues/745)
* chore(deps): npm up (#744) ([dc23621](https://github.com/readmeio/api/commit/dc23621)), closes [#744](https://github.com/readmeio/api/issues/744)



## 7.0.0-alpha.2 (2023-09-26)

* chore(deps-dev): bump oas-normalize from 8.4.1 to 10.1.0 (#726) ([5a947b9](https://github.com/readmeio/api/commit/5a947b9)), closes [#726](https://github.com/readmeio/api/issues/726)
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-alpha.2"
"version": "7.0.0-alpha.3"
}
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.

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-alpha.2",
"version": "7.0.0-alpha.3",
"description": "Magical SDK generation from an OpenAPI definition 🪄",
"bin": {
"api": "./bin/api"
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-alpha.2';
export const PACKAGE_VERSION = '7.0.0-alpha.3';
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-alpha.2",
"version": "7.0.0-alpha.3",
"description": "The magic behind `api` 🧙",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 39b966c

Please sign in to comment.