Skip to content

Commit cc28590

Browse files
authored
Merge pull request #1819 from hey-api/changeset-release/main
2 parents 2faa3ea + f9fe44f commit cc28590

File tree

8 files changed

+24
-9
lines changed

8 files changed

+24
-9
lines changed

.changeset/chilled-rules-matter.md

Lines changed: 0 additions & 5 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.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @hey-api/nuxt@0.1.1
9+
310
## 0.0.11
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.11",
4+
"version": "0.0.12",
55
"type": "module",
66
"scripts": {
77
"build": "nuxt build",

packages/nuxt/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b9e1b4b`](https://github.com/hey-api/openapi-ts/commit/b9e1b4bec5e1c5d1f2b5b9cfc7fa145274ae604d)]:
8+
- @hey-api/openapi-ts@0.64.12
9+
310
## 0.1.0
411

512
### Minor Changes

packages/nuxt/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/nuxt",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "🚀 Nuxt module for `@hey-api/openapi-ts` codegen.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {

packages/openapi-ts/CHANGELOG.md

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

3+
## 0.64.12
4+
5+
### Patch Changes
6+
7+
- [#1816](https://github.com/hey-api/openapi-ts/pull/1816) [`b9e1b4b`](https://github.com/hey-api/openapi-ts/commit/b9e1b4bec5e1c5d1f2b5b9cfc7fa145274ae604d) Thanks [@shemsiu](https://github.com/shemsiu)! - Allow `scheme` property to be case-insensitive
8+
39
## 0.64.11
410

511
### 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.11",
3+
"version": "0.64.12",
44
"description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {

packages/rollup-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"prepublishOnly": "pnpm build"
5656
},
5757
"peerDependencies": {
58-
"@hey-api/openapi-ts": "< 2"
58+
"@hey-api/openapi-ts": "0.64.12"
5959
},
6060
"devDependencies": {
6161
"@hey-api/openapi-ts": "workspace:*",

0 commit comments

Comments
 (0)