Skip to content

Commit 39b966c

Browse files
committed
v7.0.0-alpha.3
1 parent d7a5d0c commit 39b966c

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 7.0.0-alpha.3 (2023-09-27)
2+
3+
* chore(deps): bump fetch-har (#745) ([d7a5d0c](https://github.com/readmeio/api/commit/d7a5d0c)), closes [#745](https://github.com/readmeio/api/issues/745)
4+
* chore(deps): npm up (#744) ([dc23621](https://github.com/readmeio/api/commit/dc23621)), closes [#744](https://github.com/readmeio/api/issues/744)
5+
6+
7+
18
## 7.0.0-alpha.2 (2023-09-26)
29

310
* 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)

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-alpha.2"
3+
"version": "7.0.0-alpha.3"
44
}

package-lock.json

Lines changed: 2 additions & 2 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-alpha.2",
3+
"version": "7.0.0-alpha.3",
44
"description": "Magical SDK generation from an OpenAPI definition 🪄",
55
"bin": {
66
"api": "./bin/api"

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-alpha.2';
3+
export const PACKAGE_VERSION = '7.0.0-alpha.3';

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-alpha.2",
3+
"version": "7.0.0-alpha.3",
44
"description": "The magic behind `api` 🧙",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)