Skip to content

Commit afbe564

Browse files
committed
v7.0.0-beta.13
1 parent aa63f1e commit afbe564

8 files changed

Lines changed: 34 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 7.0.0-beta.13 (2025-04-04)
2+
3+
* chore(deps-dev): bump axios from 1.7.7 to 1.8.4 (#1017) ([c336cc7](https://github.com/readmeio/api/commit/c336cc7)), closes [#1017](https://github.com/readmeio/api/issues/1017)
4+
* chore(deps-dev): bump the minor-development-deps group across 1 directory with 10 updates (#1019) ([aa63f1e](https://github.com/readmeio/api/commit/aa63f1e)), closes [#1019](https://github.com/readmeio/api/issues/1019)
5+
* chore(deps-dev): upgrading our eslint standards to support TS 5.8 (#1006) ([b23f301](https://github.com/readmeio/api/commit/b23f301)), closes [#1006](https://github.com/readmeio/api/issues/1006)
6+
* chore(deps): bump @babel/runtime from 7.25.7 to 7.27.0 (#1018) ([918d073](https://github.com/readmeio/api/commit/918d073)), closes [#1018](https://github.com/readmeio/api/issues/1018)
7+
* chore(deps): bump @readme/oas-to-har from 25.0.1 to 25.0.2 (#1015) ([9b46314](https://github.com/readmeio/api/commit/9b46314)), closes [#1015](https://github.com/readmeio/api/issues/1015)
8+
* chore(deps): bump ci-info from 4.1.0 to 4.2.0 (#1010) ([db2d141](https://github.com/readmeio/api/commit/db2d141)), closes [#1010](https://github.com/readmeio/api/issues/1010)
9+
* chore(deps): bump nock from 14.0.1 to 14.0.2 (#1016) ([dede283](https://github.com/readmeio/api/commit/dede283)), closes [#1016](https://github.com/readmeio/api/issues/1016)
10+
* chore(deps): bump oas from 26.0.1 to 26.0.2 (#1011) ([4b0b957](https://github.com/readmeio/api/commit/4b0b957)), closes [#1011](https://github.com/readmeio/api/issues/1011)
11+
* chore(deps): bump oas-normalize from 13.1.0 to 13.1.2 (#1012) ([f86218f](https://github.com/readmeio/api/commit/f86218f)), closes [#1012](https://github.com/readmeio/api/issues/1012)
12+
* chore(deps): bump ora from 8.1.1 to 8.2.0 (#1001) ([956cc84](https://github.com/readmeio/api/commit/956cc84)), closes [#1001](https://github.com/readmeio/api/issues/1001)
13+
* chore(deps): bump preferred-pm from 4.1.0 to 4.1.1 (#1002) ([c8495ab](https://github.com/readmeio/api/commit/c8495ab)), closes [#1002](https://github.com/readmeio/api/issues/1002)
14+
* chore(deps): bump semver from 7.7.0 to 7.7.1 (#998) ([68d4c25](https://github.com/readmeio/api/commit/68d4c25)), closes [#998](https://github.com/readmeio/api/issues/998)
15+
* chore(deps): bump ts-morph from 25.0.0 to 25.0.1 (#999) ([9bb1479](https://github.com/readmeio/api/commit/9bb1479)), closes [#999](https://github.com/readmeio/api/issues/999)
16+
* chore(deps): bump vitest from 3.0.5 to 3.0.7 (#1000) ([f135ea3](https://github.com/readmeio/api/commit/f135ea3)), closes [#1000](https://github.com/readmeio/api/issues/1000)
17+
* chore(deps): bump vitest from 3.0.7 to 3.1.1 (#1013) ([592612b](https://github.com/readmeio/api/commit/592612b)), closes [#1013](https://github.com/readmeio/api/issues/1013)
18+
* chore(deps): upgrading `typescript` and `tsup` (#1005) ([47c3682](https://github.com/readmeio/api/commit/47c3682)), closes [#1005](https://github.com/readmeio/api/issues/1005)
19+
* feat: drop support for node 18 (#1007) ([4ea0c81](https://github.com/readmeio/api/commit/4ea0c81)), closes [#1007](https://github.com/readmeio/api/issues/1007)
20+
* ci: running `attw` along our test suite (#1004) ([29d4e0e](https://github.com/readmeio/api/commit/29d4e0e)), closes [#1004](https://github.com/readmeio/api/issues/1004)
21+
* refactor: swapping out our test dependency on `fetch-mock` for `nock` (#995) ([d5cf4c5](https://github.com/readmeio/api/commit/d5cf4c5)), closes [#995](https://github.com/readmeio/api/issues/995)
22+
23+
24+
125
## 7.0.0-beta.12 (2025-02-17)
226

327
* chore: resolving a linting problem ([9bfd498](https://github.com/readmeio/api/commit/9bfd498))

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

package-lock.json

Lines changed: 4 additions & 4 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.12",
3+
"version": "7.0.0-beta.13",
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.12';
3+
export const PACKAGE_VERSION = '7.0.0-beta.13';

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.12",
3+
"version": "7.0.0-beta.13",
44
"description": "The magic behind `api` 🧙",
55
"sideEffects": false,
66
"type": "module",

packages/httpsnippet-client-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "httpsnippet-client-api",
3-
"version": "7.0.0-beta.12",
3+
"version": "7.0.0-beta.13",
44
"description": "An HTTPSnippet client for generating snippets for the `api` module.",
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.12",
4+
"version": "7.0.0-beta.13",
55
"scripts": {
66
"lint:types": "tsc --noEmit"
77
},

0 commit comments

Comments
 (0)