Skip to content

Commit 764a2b8

Browse files
authored
Merge pull request #1808 from hey-api/changeset-release/main
Version Packages
2 parents 73d5ad6 + d6ff39b commit 764a2b8

File tree

12 files changed

+38
-24
lines changed

12 files changed

+38
-24
lines changed

.changeset/itchy-plums-explain.md

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

.changeset/slow-days-kick.md

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

.changeset/spicy-swans-call.md

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

.changeset/ten-spiders-act.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.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d80f835`](https://github.com/hey-api/openapi-ts/commit/d80f835b46775a01451f02f832ceb288c2b561d2)]:
8+
- @hey-api/nuxt@0.1.0
9+
310
## 0.0.10
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.10",
4+
"version": "0.0.11",
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.3.0
4+
5+
### Minor Changes
6+
7+
- [#1800](https://github.com/hey-api/openapi-ts/pull/1800) [`d80f835`](https://github.com/hey-api/openapi-ts/commit/d80f835b46775a01451f02f832ceb288c2b561d2) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: drop cjs support
8+
39
## 0.2.4
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.2.4",
3+
"version": "0.3.0",
44
"description": "🚀 Nuxt client for `@hey-api/openapi-ts` codegen.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {

packages/nuxt/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @hey-api/nuxt
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#1800](https://github.com/hey-api/openapi-ts/pull/1800) [`d80f835`](https://github.com/hey-api/openapi-ts/commit/d80f835b46775a01451f02f832ceb288c2b561d2) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: initial release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a4811bd`](https://github.com/hey-api/openapi-ts/commit/a4811bdf178ec1a7f1602e0483a32fe7303f4eac), [`d80f835`](https://github.com/hey-api/openapi-ts/commit/d80f835b46775a01451f02f832ceb288c2b561d2), [`a4811bd`](https://github.com/hey-api/openapi-ts/commit/a4811bdf178ec1a7f1602e0483a32fe7303f4eac)]:
12+
- @hey-api/openapi-ts@0.64.11
13+
- @hey-api/client-nuxt@0.3.0

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

0 commit comments

Comments
 (0)