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 #2176 from hey-api/changeset-release/main

Version Packages

authored by

Lubos and committed by
GitHub
95f1ae7f 6e8a04c9

+15 -7
-5
.changeset/many-dolphins-collect.md
··· 1 - --- 2 - '@hey-api/nuxt': minor 3 - --- 4 - 5 - feat: remove `@hey-api/client-nuxt` dependency
+7
examples/openapi-ts-nuxt/CHANGELOG.md
··· 1 1 # @example/openapi-ts-nuxt 2 2 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 + 3 10 ## 0.0.18 4 11 5 12 ### Patch Changes
+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.18", 4 + "version": "0.0.19", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "nuxt build",
+6
packages/nuxt/CHANGELOG.md
··· 1 1 # @hey-api/nuxt 2 2 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 + 3 9 ## 0.1.7 4 10 5 11 ### Patch Changes
+1 -1
packages/nuxt/package.json
··· 1 1 { 2 2 "name": "@hey-api/nuxt", 3 - "version": "0.1.7", 3 + "version": "0.2.0", 4 4 "description": "🚀 Nuxt module for `@hey-api/openapi-ts` codegen.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {