fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #1581 from hey-api/changeset-release/main

Version Packages

authored by

Lubos and committed by
GitHub
b463bbf9 bce9f1e9

+24 -13
-5
.changeset/fifty-lions-return.md
··· 1 - --- 2 - '@hey-api/client-nuxt': minor 3 - --- 4 - 5 - feat: initial release
-5
.changeset/tough-pans-allow.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix: add support for Nuxt client
+8
examples/openapi-ts-nuxt/CHANGELOG.md
··· 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
+1 -1
examples/openapi-ts-nuxt/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-nuxt", 3 3 "private": true, 4 - "version": "0.0.1", 4 + "version": "0.0.2", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "nuxt build",
+7
packages/client-nuxt/CHANGELOG.md
··· 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
+1 -1
packages/client-nuxt/package.json
··· 1 1 { 2 2 "name": "@hey-api/client-nuxt", 3 - "version": "0.0.1", 3 + "version": "0.1.0", 4 4 "description": "🚀 Nuxt client for `@hey-api/openapi-ts` codegen.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {
+6
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 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 + 3 9 ## 0.62.1 4 10 5 11 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.62.1", 3 + "version": "0.62.2", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {