Skip to content

Commit 6657925

Browse files
authored
Merge branch 'main' into chore/platform-localhost-path
2 parents 2cff103 + 59ee89a commit 6657925

File tree

11 files changed

+41
-23
lines changed

11 files changed

+41
-23
lines changed

.changeset/big-boats-grin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/metal-lizards-check.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/sixty-cycles-shake.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/openapi-ts-nuxt/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @example/openapi-ts-nuxt
22

3+
## 0.0.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0670a38`](https://github.com/hey-api/openapi-ts/commit/0670a38c66dffc1431a7d4b48ec06b72d4f6868f)]:
8+
- @hey-api/nuxt@0.1.2
9+
310
## 0.0.12
411

512
### Patch Changes

examples/openapi-ts-nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@example/openapi-ts-nuxt",
33
"private": true,
4-
"version": "0.0.12",
4+
"version": "0.0.13",
55
"type": "module",
66
"scripts": {
77
"build": "nuxt build",

packages/nuxt/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @hey-api/nuxt
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#1825](https://github.com/hey-api/openapi-ts/pull/1825) [`0670a38`](https://github.com/hey-api/openapi-ts/commit/0670a38c66dffc1431a7d4b48ec06b72d4f6868f) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: move @hey-api/openapi-ts to peerDependencies
8+
9+
- Updated dependencies [[`c73b0d4`](https://github.com/hey-api/openapi-ts/commit/c73b0d401c2bfa6f0b0d89d844a6aa09f2685a69), [`90886c1`](https://github.com/hey-api/openapi-ts/commit/90886c1372a999e8cb59d5da218762f6ee6cd459)]:
10+
- @hey-api/openapi-ts@0.64.13
11+
312
## 0.1.1
413

514
### Patch Changes

packages/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hey-api/nuxt",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "🚀 Nuxt module for `@hey-api/openapi-ts` codegen.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {
@@ -59,7 +59,7 @@
5959
"mlly": "1.7.4"
6060
},
6161
"peerDependencies": {
62-
"@hey-api/openapi-ts": "< 2",
62+
"@hey-api/openapi-ts": "0.64.13",
6363
"nuxt": ">= 3.0.0 < 4",
6464
"vue": ">= 3.5.13 < 4"
6565
},

packages/openapi-ts/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @hey-api/openapi-ts
22

3+
## 0.64.13
4+
5+
### Patch Changes
6+
7+
- [#1822](https://github.com/hey-api/openapi-ts/pull/1822) [`c73b0d4`](https://github.com/hey-api/openapi-ts/commit/c73b0d401c2bfa6f0b0d89d844a6aa09f2685a69) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: bump json-schema-ref-parser package
8+
9+
- [#1826](https://github.com/hey-api/openapi-ts/pull/1826) [`90886c1`](https://github.com/hey-api/openapi-ts/commit/90886c1372a999e8cb59d5da218762f6ee6cd459) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: allow config to be a function
10+
311
## 0.64.12
412

513
### Patch Changes

packages/openapi-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hey-api/openapi-ts",
3-
"version": "0.64.12",
3+
"version": "0.64.13",
44
"description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {

packages/rollup-plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @hey-api/rollup-plugin
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#1826](https://github.com/hey-api/openapi-ts/pull/1826) [`90886c1`](https://github.com/hey-api/openapi-ts/commit/90886c1372a999e8cb59d5da218762f6ee6cd459) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: allow config to be a function
8+
9+
- [#1825](https://github.com/hey-api/openapi-ts/pull/1825) [`0670a38`](https://github.com/hey-api/openapi-ts/commit/0670a38c66dffc1431a7d4b48ec06b72d4f6868f) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: move @hey-api/openapi-ts to peerDependencies
10+
11+
- Updated dependencies [[`c73b0d4`](https://github.com/hey-api/openapi-ts/commit/c73b0d401c2bfa6f0b0d89d844a6aa09f2685a69), [`90886c1`](https://github.com/hey-api/openapi-ts/commit/90886c1372a999e8cb59d5da218762f6ee6cd459)]:
12+
- @hey-api/openapi-ts@0.64.13
13+
314
## 0.1.0
415

516
### Minor Changes

0 commit comments

Comments
 (0)