Skip to content

Commit b463bbf

Browse files
authored
Merge pull request #1581 from hey-api/changeset-release/main
Version Packages
2 parents bce9f1e + 2f5e383 commit b463bbf

File tree

8 files changed

+24
-13
lines changed

8 files changed

+24
-13
lines changed

.changeset/fifty-lions-return.md

-5
This file was deleted.

.changeset/tough-pans-allow.md

-5
This file was deleted.

examples/openapi-ts-nuxt/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @example/openapi-ts-nuxt
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`14d3c4c`](https://github.com/hey-api/openapi-ts/commit/14d3c4ce0393d543e2d3aaebbfcf8f0cf32483b0)]:
8+
- @hey-api/client-nuxt@0.1.0

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

packages/client-nuxt/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @hey-api/client-nuxt
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#1519](https://github.com/hey-api/openapi-ts/pull/1519) [`14d3c4c`](https://github.com/hey-api/openapi-ts/commit/14d3c4ce0393d543e2d3aaebbfcf8f0cf32483b0) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: initial release

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.0.1",
3+
"version": "0.1.0",
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.62.2
4+
5+
### Patch Changes
6+
7+
- [#1519](https://github.com/hey-api/openapi-ts/pull/1519) [`14d3c4c`](https://github.com/hey-api/openapi-ts/commit/14d3c4ce0393d543e2d3aaebbfcf8f0cf32483b0) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: add support for Nuxt client
8+
39
## 0.62.1
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.62.1",
3+
"version": "0.62.2",
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)