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

Version Packages

authored by

Lubos and committed by
GitHub
59ee89a5 672796fc

+41 -23
-5
.changeset/big-boats-grin.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix: bump json-schema-ref-parser package
-6
.changeset/metal-lizards-check.md
··· 1 - --- 2 - '@hey-api/rollup-plugin': patch 3 - '@hey-api/openapi-ts': patch 4 - --- 5 - 6 - fix: allow config to be a function
-6
.changeset/sixty-cycles-shake.md
··· 1 - --- 2 - '@hey-api/rollup-plugin': patch 3 - '@hey-api/nuxt': patch 4 - --- 5 - 6 - fix: move @hey-api/openapi-ts to peerDependencies
+7
examples/openapi-ts-nuxt/CHANGELOG.md
··· 1 1 # @example/openapi-ts-nuxt 2 2 3 + ## 0.0.13 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`0670a38`](https://github.com/hey-api/openapi-ts/commit/0670a38c66dffc1431a7d4b48ec06b72d4f6868f)]: 8 + - @hey-api/nuxt@0.1.2 9 + 3 10 ## 0.0.12 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.12", 4 + "version": "0.0.13", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "nuxt build",
+9
packages/nuxt/CHANGELOG.md
··· 1 1 # @hey-api/nuxt 2 2 3 + ## 0.1.2 4 + 5 + ### Patch Changes 6 + 7 + - [#1825](https://github.com/hey-api/openapi-ts/pull/1825) [`0670a38`](https://github.com/hey-api/openapi-ts/commit/0670a38c66dffc1431a7d4b48ec06b72d4f6868f) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: move @hey-api/openapi-ts to peerDependencies 8 + 9 + - Updated dependencies [[`c73b0d4`](https://github.com/hey-api/openapi-ts/commit/c73b0d401c2bfa6f0b0d89d844a6aa09f2685a69), [`90886c1`](https://github.com/hey-api/openapi-ts/commit/90886c1372a999e8cb59d5da218762f6ee6cd459)]: 10 + - @hey-api/openapi-ts@0.64.13 11 + 3 12 ## 0.1.1 4 13 5 14 ### Patch Changes
+2 -2
packages/nuxt/package.json
··· 1 1 { 2 2 "name": "@hey-api/nuxt", 3 - "version": "0.1.1", 3 + "version": "0.1.2", 4 4 "description": "🚀 Nuxt module for `@hey-api/openapi-ts` codegen.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": { ··· 59 59 "mlly": "1.7.4" 60 60 }, 61 61 "peerDependencies": { 62 - "@hey-api/openapi-ts": "< 2", 62 + "@hey-api/openapi-ts": "0.64.13", 63 63 "nuxt": ">= 3.0.0 < 4", 64 64 "vue": ">= 3.5.13 < 4" 65 65 },
+8
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.64.13 4 + 5 + ### Patch Changes 6 + 7 + - [#1822](https://github.com/hey-api/openapi-ts/pull/1822) [`c73b0d4`](https://github.com/hey-api/openapi-ts/commit/c73b0d401c2bfa6f0b0d89d844a6aa09f2685a69) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: bump json-schema-ref-parser package 8 + 9 + - [#1826](https://github.com/hey-api/openapi-ts/pull/1826) [`90886c1`](https://github.com/hey-api/openapi-ts/commit/90886c1372a999e8cb59d5da218762f6ee6cd459) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: allow config to be a function 10 + 3 11 ## 0.64.12 4 12 5 13 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.64.12", 3 + "version": "0.64.13", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {
+11
packages/rollup-plugin/CHANGELOG.md
··· 1 1 # @hey-api/rollup-plugin 2 2 3 + ## 0.1.1 4 + 5 + ### Patch Changes 6 + 7 + - [#1826](https://github.com/hey-api/openapi-ts/pull/1826) [`90886c1`](https://github.com/hey-api/openapi-ts/commit/90886c1372a999e8cb59d5da218762f6ee6cd459) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: allow config to be a function 8 + 9 + - [#1825](https://github.com/hey-api/openapi-ts/pull/1825) [`0670a38`](https://github.com/hey-api/openapi-ts/commit/0670a38c66dffc1431a7d4b48ec06b72d4f6868f) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: move @hey-api/openapi-ts to peerDependencies 10 + 11 + - Updated dependencies [[`c73b0d4`](https://github.com/hey-api/openapi-ts/commit/c73b0d401c2bfa6f0b0d89d844a6aa09f2685a69), [`90886c1`](https://github.com/hey-api/openapi-ts/commit/90886c1372a999e8cb59d5da218762f6ee6cd459)]: 12 + - @hey-api/openapi-ts@0.64.13 13 + 3 14 ## 0.1.0 4 15 5 16 ### Minor Changes
+2 -2
packages/rollup-plugin/package.json
··· 1 1 { 2 2 "name": "@hey-api/rollup-plugin", 3 - "version": "0.1.0", 3 + "version": "0.1.1", 4 4 "description": "🚀 Vite/Rollup plugin for `@hey-api/openapi-ts` codegen.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": { ··· 55 55 "prepublishOnly": "pnpm build" 56 56 }, 57 57 "peerDependencies": { 58 - "@hey-api/openapi-ts": "< 2" 58 + "@hey-api/openapi-ts": "0.64.13" 59 59 }, 60 60 "devDependencies": { 61 61 "@hey-api/openapi-ts": "workspace:*",