Skip to content

Commit 95f1ae7

Browse files
authored
Merge pull request #2176 from hey-api/changeset-release/main
Version Packages
2 parents 6e8a04c + 6f6c2c3 commit 95f1ae7

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/many-dolphins-collect.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.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6d56fa8`](https://github.com/hey-api/openapi-ts/commit/6d56fa8d80fd02c67746324b8edd6d008f788d67)]:
8+
- @hey-api/nuxt@0.2.0
9+
310
## 0.0.18
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.18",
4+
"version": "0.0.19",
55
"type": "module",
66
"scripts": {
77
"build": "nuxt build",

packages/nuxt/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#2175](https://github.com/hey-api/openapi-ts/pull/2175) [`6d56fa8`](https://github.com/hey-api/openapi-ts/commit/6d56fa8d80fd02c67746324b8edd6d008f788d67) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: remove `@hey-api/client-nuxt` dependency
8+
39
## 0.1.7
410

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

0 commit comments

Comments
 (0)