Skip to content

Commit 33a417f

Browse files
authored
Merge pull request #2061 from hey-api/changeset-release/main
Version Packages
2 parents 76eb002 + fb38803 commit 33a417f

File tree

11 files changed

+32
-19
lines changed

11 files changed

+32
-19
lines changed

.changeset/famous-ducks-fry.md

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

.changeset/flat-cycles-develop.md

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

.changeset/three-lobsters-grow.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.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @hey-api/nuxt@0.1.7
9+
310
## 0.0.17
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.17",
4+
"version": "0.0.18",
55
"type": "module",
66
"scripts": {
77
"build": "nuxt build",

packages/client-nuxt/CHANGELOG.md

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

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- [#2066](https://github.com/hey-api/openapi-ts/pull/2066) [`96cd12c`](https://github.com/hey-api/openapi-ts/commit/96cd12c87ca11a396e0df47771ceb1f9f20860d7) Thanks [@alexanderhorner](https://github.com/alexanderhorner)! - fix(client-nuxt): fixed an issue where key was stripped from options
8+
39
## 0.4.1
410

511
### Patch Changes

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

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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`96cd12c`](https://github.com/hey-api/openapi-ts/commit/96cd12c87ca11a396e0df47771ceb1f9f20860d7)]:
8+
- @hey-api/client-nuxt@0.4.2
9+
310
## 0.1.6
411

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

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.67.6
4+
5+
### Patch Changes
6+
7+
- [#2068](https://github.com/hey-api/openapi-ts/pull/2068) [`93b62fd`](https://github.com/hey-api/openapi-ts/commit/93b62fd433a09f28c75f58852e1baaa2b6fbd641) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(tanstack-query): require options when sdk client is set to false
8+
9+
- [#2060](https://github.com/hey-api/openapi-ts/pull/2060) [`373e15a`](https://github.com/hey-api/openapi-ts/commit/373e15a34fd81ac596a0797ddb133a47aeceee1f) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(valibot): add valibot plugin
10+
311
## 0.67.5
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.67.5",
3+
"version": "0.67.6",
44
"description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {

0 commit comments

Comments
 (0)