Skip to content

Commit 403d38a

Browse files
authored
Merge pull request #1702 from hey-api/changeset-release/main
Version Packages
2 parents bbcdd3c + 75e9a1e commit 403d38a

File tree

7 files changed

+22
-9
lines changed

7 files changed

+22
-9
lines changed

.changeset/hip-starfishes-explain.md

-6
This file was deleted.

examples/openapi-ts-nuxt/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @example/openapi-ts-nuxt
22

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e86629b`](https://github.com/hey-api/openapi-ts/commit/e86629bfa9ae2a47131d3a9a240a6aa2a4f67911)]:
8+
- @hey-api/client-nuxt@0.2.2
9+
310
## 0.0.7
411

512
### Patch Changes

examples/openapi-ts-nuxt/package.json

+1-1
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.7",
4+
"version": "0.0.8",
55
"type": "module",
66
"scripts": {
77
"build": "nuxt build",

packages/client-nuxt/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hey-api/client-nuxt
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [#1701](https://github.com/hey-api/openapi-ts/pull/1701) [`e86629b`](https://github.com/hey-api/openapi-ts/commit/e86629bfa9ae2a47131d3a9a240a6aa2a4f67911) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: correctly type default value for Nuxt client
8+
39
## 0.2.1
410

511
### Patch Changes

packages/client-nuxt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hey-api/client-nuxt",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "🚀 Nuxt client for `@hey-api/openapi-ts` codegen.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {

packages/openapi-ts/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hey-api/openapi-ts
22

3+
## 0.64.3
4+
5+
### Patch Changes
6+
7+
- [#1701](https://github.com/hey-api/openapi-ts/pull/1701) [`e86629b`](https://github.com/hey-api/openapi-ts/commit/e86629bfa9ae2a47131d3a9a240a6aa2a4f67911) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: correctly type default value for Nuxt client
8+
39
## 0.64.2
410

511
### Patch Changes

packages/openapi-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hey-api/openapi-ts",
3-
"version": "0.64.2",
3+
"version": "0.64.3",
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)