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

Version Packages

authored by

Lubos and committed by
GitHub
d54654f7 3fc1346e

+7 -6
-5
.changeset/chilly-ravens-reflect.md
··· 1 - --- 2 - '@hey-api/rollup-plugin': patch 3 - --- 4 - 5 - fix: use enforce pre
+6
packages/rollup-plugin/CHANGELOG.md
··· 1 1 # @hey-api/rollup-plugin 2 2 3 + ## 0.1.2 4 + 5 + ### Patch Changes 6 + 7 + - [#1836](https://github.com/hey-api/openapi-ts/pull/1836) [`f22dc53`](https://github.com/hey-api/openapi-ts/commit/f22dc533bb822d90b2be835217367ae9e6bbc559) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: use enforce pre 8 + 3 9 ## 0.1.1 4 10 5 11 ### Patch Changes
+1 -1
packages/rollup-plugin/package.json
··· 1 1 { 2 2 "name": "@hey-api/rollup-plugin", 3 - "version": "0.1.1", 3 + "version": "0.1.2", 4 4 "description": "🚀 Vite/Rollup plugin for `@hey-api/openapi-ts` codegen.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {