Skip to content

Commit 096b9b5

Browse files
committed
v7.0.0-beta.5
1 parent 4bfdb53 commit 096b9b5

File tree

8 files changed

+41
-10
lines changed

8 files changed

+41
-10
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## 7.0.0-beta.5 (2024-02-14)
2+
3+
* feat: avoid modifying the response object when calling response.text() (#854) ([f95874b](https://github.com/readmeio/api/commit/f95874b)), closes [#854](https://github.com/readmeio/api/issues/854)
4+
* feat(api): export SDK (#856) ([4bfdb53](https://github.com/readmeio/api/commit/4bfdb53)), closes [#856](https://github.com/readmeio/api/issues/856)
5+
* feat(api): import schemas in the types file as types (#815) ([2aa1a45](https://github.com/readmeio/api/commit/2aa1a45)), closes [#815](https://github.com/readmeio/api/issues/815)
6+
* feat(api): small CLI quality-of-life changes (#818) ([3339332](https://github.com/readmeio/api/commit/3339332)), closes [#818](https://github.com/readmeio/api/issues/818)
7+
* fix: ensure prepareServer respects server variables when custom url is the same as the OAS url (#855 ([01d1a00](https://github.com/readmeio/api/commit/01d1a00)), closes [#855](https://github.com/readmeio/api/issues/855)
8+
* fix: package name for ESM syntax (#857) ([036f95f](https://github.com/readmeio/api/commit/036f95f)), closes [#857](https://github.com/readmeio/api/issues/857)
9+
* chore(deps-dev): bump knip from 3.9.0 to 4.2.3 (#851) ([9640a1c](https://github.com/readmeio/api/commit/9640a1c)), closes [#851](https://github.com/readmeio/api/issues/851)
10+
* chore(deps-dev): bump lerna from 7.4.2 to 8.0.0 (#826) ([71f66a8](https://github.com/readmeio/api/commit/71f66a8)), closes [#826](https://github.com/readmeio/api/issues/826)
11+
* chore(deps-dev): bump tsup from 7.2.0 to 8.0.1 (#831) ([cc5b28a](https://github.com/readmeio/api/commit/cc5b28a)), closes [#831](https://github.com/readmeio/api/issues/831)
12+
* chore(deps): bump @readme/oas-to-har from 23.2.0 to 23.2.1 (#829) ([a18beca](https://github.com/readmeio/api/commit/a18beca)), closes [#829](https://github.com/readmeio/api/issues/829)
13+
* chore(deps): bump emphasize from 6.0.0 to 7.0.0 (#828) ([26d85ee](https://github.com/readmeio/api/commit/26d85ee)), closes [#828](https://github.com/readmeio/api/issues/828)
14+
* chore(deps): bump fetch-har from 11.0.1 to 11.1.0 (#830) ([7fa766a](https://github.com/readmeio/api/commit/7fa766a)), closes [#830](https://github.com/readmeio/api/issues/830)
15+
* chore(deps): bump formdata-to-string from 2.0.1 to 2.0.2 (#825) ([773e476](https://github.com/readmeio/api/commit/773e476)), closes [#825](https://github.com/readmeio/api/issues/825)
16+
* chore(deps): bump github/codeql-action from 2 to 3 (#837) ([b1d21eb](https://github.com/readmeio/api/commit/b1d21eb)), closes [#837](https://github.com/readmeio/api/issues/837)
17+
* chore(deps): bump json-schema-to-ts from 2.9.2 to 3.0.0 (#842) ([7495fba](https://github.com/readmeio/api/commit/7495fba)), closes [#842](https://github.com/readmeio/api/issues/842)
18+
* chore(deps): bump oas from 24.0.0 to 24.1.0 (#827) ([b2950fd](https://github.com/readmeio/api/commit/b2950fd)), closes [#827](https://github.com/readmeio/api/issues/827)
19+
* chore(deps): bump ora from 7.0.1 to 8.0.1 (#839) ([aafb757](https://github.com/readmeio/api/commit/aafb757)), closes [#839](https://github.com/readmeio/api/issues/839)
20+
* chore(deps): bump reserved2 from 0.1.5 to 0.1.6 (#853) ([06c9fc4](https://github.com/readmeio/api/commit/06c9fc4)), closes [#853](https://github.com/readmeio/api/issues/853)
21+
* chore(deps): bump ts-morph from 20.0.0 to 21.0.1 (#841) ([b3c11f9](https://github.com/readmeio/api/commit/b3c11f9)), closes [#841](https://github.com/readmeio/api/issues/841)
22+
* chore(deps): bump vite from 4.4.9 to 5.0.5 (#834) ([42de331](https://github.com/readmeio/api/commit/42de331)), closes [#834](https://github.com/readmeio/api/issues/834)
23+
* chore(deps): bump vite from 5.0.5 to 5.0.12 (#847) ([922a1d6](https://github.com/readmeio/api/commit/922a1d6)), closes [#847](https://github.com/readmeio/api/issues/847)
24+
* chore(deps): bump vitest from 1.1.1 to 1.2.2 (#852) ([6499518](https://github.com/readmeio/api/commit/6499518)), closes [#852](https://github.com/readmeio/api/issues/852)
25+
* chore(deps): upgrading out of date deps (#843) ([282a54c](https://github.com/readmeio/api/commit/282a54c)), closes [#843](https://github.com/readmeio/api/issues/843)
26+
* docs: swapping out our oss header image ([90b51c8](https://github.com/readmeio/api/commit/90b51c8))
27+
* test: add mocks for `packageVersion` (#811) ([590f372](https://github.com/readmeio/api/commit/590f372)), closes [#811](https://github.com/readmeio/api/issues/811)
28+
* test: run `tsc` on SDK fixtures (#819) ([ef49821](https://github.com/readmeio/api/commit/ef49821)), closes [#819](https://github.com/readmeio/api/issues/819)
29+
30+
31+
132
## 7.0.0-beta.4 (2023-11-02)
233

334
* fix(api): run `npm install` with `--ignore-scripts` (#793) ([f93f152](https://github.com/readmeio/api/commit/f93f152)), closes [#793](https://github.com/readmeio/api/issues/793)

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.4"
3+
"version": "7.0.0-beta.5"
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.4",
3+
"version": "7.0.0-beta.5",
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.4';
3+
export const PACKAGE_VERSION = '7.0.0-beta.5';

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.4",
3+
"version": "7.0.0-beta.5",
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.4",
3+
"version": "7.0.0-beta.5",
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.4",
4+
"version": "7.0.0-beta.5",
55
"scripts": {
66
"lint:types": "tsc --noEmit"
77
},

0 commit comments

Comments
 (0)