Skip to content

Commit

Permalink
Merge pull request #1581 from hey-api/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mrlubos authored Jan 20, 2025
2 parents bce9f1e + 2f5e383 commit b463bbf
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-lions-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-pans-allow.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/openapi-ts-nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @example/openapi-ts-nuxt

## 0.0.2

### Patch Changes

- Updated dependencies [[`14d3c4c`](https://github.com/hey-api/openapi-ts/commit/14d3c4ce0393d543e2d3aaebbfcf8f0cf32483b0)]:
- @hey-api/client-nuxt@0.1.0
2 changes: 1 addition & 1 deletion examples/openapi-ts-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/openapi-ts-nuxt",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"scripts": {
"build": "nuxt build",
Expand Down
7 changes: 7 additions & 0 deletions packages/client-nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @hey-api/client-nuxt

## 0.1.0

### Minor Changes

- [#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
2 changes: 1 addition & 1 deletion packages/client-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/client-nuxt",
"version": "0.0.1",
"version": "0.1.0",
"description": "🚀 Nuxt client for `@hey-api/openapi-ts` codegen.",
"homepage": "https://heyapi.dev/",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/openapi-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hey-api/openapi-ts

## 0.62.2

### Patch Changes

- [#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

## 0.62.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/openapi-ts",
"version": "0.62.1",
"version": "0.62.2",
"description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
"homepage": "https://heyapi.dev/",
"repository": {
Expand Down

0 comments on commit b463bbf

Please sign in to comment.