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

Version Packages

authored by

Lubos and committed by
GitHub
50e7ea71 215cbf0a

+8 -6
-5
.changeset/empty-horses-invent.md
··· 1 - --- 2 - '@hey-api/rollup-plugin': minor 3 - --- 4 - 5 - feat: initial release
+7
packages/rollup-plugin/CHANGELOG.md
··· 1 + # @hey-api/rollup-plugin 2 + 3 + ## 0.1.0 4 + 5 + ### Minor Changes 6 + 7 + - [#1813](https://github.com/hey-api/openapi-ts/pull/1813) [`c737e05`](https://github.com/hey-api/openapi-ts/commit/c737e055591376e9351cd07533779023f773cff0) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: initial release
+1 -1
packages/rollup-plugin/package.json
··· 1 1 { 2 2 "name": "@hey-api/rollup-plugin", 3 - "version": "0.0.0", 3 + "version": "0.1.0", 4 4 "description": "🚀 Vite/Rollup plugin for `@hey-api/openapi-ts` codegen.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {