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.

Version Packages

+7 -6
-5
.changeset/curvy-chicken-swim.md
··· 1 - --- 2 - '@hey-api/vite-plugin': minor 3 - --- 4 - 5 - fix: initial release
+6
packages/vite-plugin/CHANGELOG.md
··· 1 1 # @hey-api/vite-plugin 2 2 3 + ## 0.2.0 4 + 5 + ### Minor Changes 6 + 7 + - [#1838](https://github.com/hey-api/openapi-ts/pull/1838) [`cee4508`](https://github.com/hey-api/openapi-ts/commit/cee4508fe2a58f4bbc79955176c9e930f941ba94) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: initial release 8 + 3 9 ## 0.1.2 4 10 5 11 ### Patch Changes
+1 -1
packages/vite-plugin/package.json
··· 1 1 { 2 2 "name": "@hey-api/vite-plugin", 3 - "version": "0.1.2", 3 + "version": "0.2.0", 4 4 "description": "🚀 Vite plugin for `@hey-api/openapi-ts` codegen.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {