diff --git a/.changeset/config.json b/.changeset/config.json index 5fba94664..42129cdaa 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,7 +1,12 @@ { "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json", - "changelog": "@changesets/cli/changelog", - "commit": true, + "changelog": [ + "@changesets/changelog-github", + { + "repo": "kubb-project/kubb" + } + ], + "commit": false, "fixed": [], "linked": [], "access": "restricted", diff --git a/.changeset/old-pandas-teach.md b/.changeset/old-pandas-teach.md new file mode 100644 index 000000000..1a3f82f16 --- /dev/null +++ b/.changeset/old-pandas-teach.md @@ -0,0 +1,5 @@ +--- +"@kubb/core": major +--- + +pluginSorter to sort based on pre and post diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 000000000..41b6fac89 --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,40 @@ +{ + "mode": "pre", + "tag": "beta", + "initialVersions": { + "kubb-docs": "1.0.0", + "e2e": "0.0.1", + "advanced-pet-store": "0.0.1", + "client-pet-store": "0.0.1", + "faker-pet-store": "0.0.1", + "msw-pet-store": "0.0.1", + "msw-v2-pet-store": "0.0.1", + "react-query-pet-store": "0.0.1", + "react-query-v5-pet-store": "0.0.1", + "simple-single-pet-store": "0.0.1", + "solid-query-pet-store": "0.0.1", + "svelte-query-pet-store": "0.0.1", + "swr-pet-store": "0.0.1", + "typescript-pet-store": "0.0.1", + "vue-query-pet-store": "0.0.1", + "vue-query-v5-pet-store": "0.0.1", + "zod-pet-store": "0.0.1", + "zodios-pet-store": "0.0.1", + "@kubb/cli": "2.0.0-beta.2", + "@kubb/core": "2.0.0-beta.2", + "kubb": "2.0.0-beta.2", + "@kubb/parser": "2.0.0-beta.2", + "@kubb/react": "2.0.0-beta.2", + "@kubb/swagger": "2.0.0-beta.2", + "@kubb/swagger-client": "2.0.0-beta.2", + "@kubb/swagger-faker": "2.0.0-beta.2", + "@kubb/swagger-msw": "2.0.0-beta.2", + "@kubb/swagger-swr": "2.0.0-beta.2", + "@kubb/swagger-tanstack-query": "2.0.0-beta.2", + "@kubb/swagger-ts": "2.0.0-beta.2", + "@kubb/swagger-zod": "2.0.0-beta.2", + "@kubb/swagger-zodios": "2.0.0-beta.2", + "@kubb/types": "2.0.0-beta.2" + }, + "changesets": [] +} diff --git a/.release-please-manifest.json b/.release-please-manifest.json deleted file mode 100644 index e61e86d67..000000000 --- a/.release-please-manifest.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "packages/kubb": "2.0.0-beta.2", - "packages/core": "2.0.0-beta.2", - "packages/cli": "2.0.0-beta.2", - "packages/parser": "2.0.0-beta.2", - "packages/swagger": "2.0.0-beta.2", - "packages/swagger-ts": "2.0.0-beta.2", - "packages/swagger-client": "2.0.0-beta.2", - "packages/swagger-tanstack-query": "2.0.0-beta.2", - "packages/swagger-swr": "2.0.0-beta.2", - "packages/swagger-zod": "2.0.0-beta.2", - "packages/swagger-zodios": "2.0.0-beta.2", - "packages/swagger-faker": "2.0.0-beta.2", - "packages/swagger-msw": "2.0.0-beta.2", - "packages/react": "2.0.0-beta.2", - ".": "2.0.0-beta.2", - "packages/types": "2.0.0-beta.2" -} diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 7ee6d0321..000000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,231 +0,0 @@ -# Changelog - -## [2.0.0-beta.2](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-beta.1...kubb-v2.0.0-beta.2) (2023-11-23) - - -### 📚 Documentation - -* beta installation ([d8f486b](https://github.com/kubb-project/kubb/commit/d8f486bf6432a6ad513c08021cf3b55541db0a44)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.2 ([0261e68](https://github.com/kubb-project/kubb/commit/0261e68735bf825c3c4f43be541bff17e0a5c153)) - -## [2.0.0-beta.1](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.12...kubb-v2.0.0-beta.1) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.1 ([8062a4c](https://github.com/kubb-project/kubb/commit/8062a4c595c15dd4b72cd057cbe0086960c8e93b)) - -## [2.0.0-alpha.12](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.11...kubb-v2.0.0-alpha.12) (2023-11-22) - - -### ✨ Features - -* useSuspenseQuery for v5 and react ([db2307a](https://github.com/kubb-project/kubb/commit/db2307a001e520f1eab182aba2fb130399d60388)) - - -### 📚 Documentation - -* suspense ([b485f35](https://github.com/kubb-project/kubb/commit/b485f350fce251ca003b1d699cf8e838504d5020)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.12 ([d3f7e15](https://github.com/kubb-project/kubb/commit/d3f7e15e19bb02258cf711c5333aa699bba15689)) - -## [2.0.0-alpha.11](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.10...kubb-v2.0.0-alpha.11) (2023-11-21) - - -### ✨ Features - -* `@kubb/types` package ([1d11f32](https://github.com/kubb-project/kubb/commit/1d11f32d846c2da3c74471cb40e76955ae45cb44)) -* add templates option to make it possible to override the generation ([32baea8](https://github.com/kubb-project/kubb/commit/32baea8d2eb36ea8ff8d7d2ddd8d118bcbdd93a0)) -* mutations and queries with `@kubb/react` ([a51d15a](https://github.com/kubb-project/kubb/commit/a51d15a643091cc5a74e40e48cd5e4028172221d)) -* strategy parallel ([5bb4f78](https://github.com/kubb-project/kubb/commit/5bb4f78cce3fb6b1636f42dcd04c570d14668c0b)) -* Type component ([bfaf12b](https://github.com/kubb-project/kubb/commit/bfaf12b751dffc2ec2b6077782af6ccd339c9cd6)) - - -### 🐞 Bug Fixes - -* add `/index` to folders ([f887146](https://github.com/kubb-project/kubb/commit/f88714633e71266b51781729cf4c617145e54798)) -* deprecate client and replace by clientImportPath [#621](https://github.com/kubb-project/kubb/issues/621) ([#622](https://github.com/kubb-project/kubb/issues/622)) ([74f562b](https://github.com/kubb-project/kubb/commit/74f562be03908c27f1f0e9cff483909022284b6a)) -* use of baseURL for Zodios ([#631](https://github.com/kubb-project/kubb/issues/631)) ([84dcbf3](https://github.com/kubb-project/kubb/commit/84dcbf385cc38af5e5bb26530d7655309e33229b)) - - -### 📚 Documentation - -* add alpha docs ([c305d14](https://github.com/kubb-project/kubb/commit/c305d14a34d6a3e88540ad28d25004bbc7d3c3f8)) -* add documentation for `name` ([c043531](https://github.com/kubb-project/kubb/commit/c0435315263ef0ba63e05504e2aa82e7a34d212d)) -* add helt as a contributor for code ([#560](https://github.com/kubb-project/kubb/issues/560)) ([6f88169](https://github.com/kubb-project/kubb/commit/6f88169e464ffa7caa12d92514c989754b4df9f4)) -* fix install command for swagger-tanstack-query plugin ([050a6c1](https://github.com/kubb-project/kubb/commit/050a6c1b67ff73879e0c0be2092d7f64c470e9e2)) -* update dark style ([4dc5292](https://github.com/kubb-project/kubb/commit/4dc52922292a3d2add2b80c363f7e02cd0e4a040)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8)) -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.11 ([ea1c627](https://github.com/kubb-project/kubb/commit/ea1c62729cadcd60808858582dd9634d4a1df029)) -* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07)) -* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68)) -* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c)) -* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45)) -* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad)) -* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.10](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.9...kubb-v2.0.0-alpha.10) (2023-11-21) - - -### ✨ Features - -* strategy parallel ([5bb4f78](https://github.com/kubb-project/kubb/commit/5bb4f78cce3fb6b1636f42dcd04c570d14668c0b)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.9](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.8...kubb-v2.0.0-alpha.9) (2023-11-13) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.8](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.7...kubb-v2.0.0-alpha.8) (2023-11-12) - - -### 🐞 Bug Fixes - -* use of baseURL for Zodios ([#631](https://github.com/kubb-project/kubb/issues/631)) ([84dcbf3](https://github.com/kubb-project/kubb/commit/84dcbf385cc38af5e5bb26530d7655309e33229b)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) - -## [2.0.0-alpha.7](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.6...kubb-v2.0.0-alpha.7) (2023-11-12) - - -### 🐞 Bug Fixes - -* deprecate client and replace by clientImportPath [#621](https://github.com/kubb-project/kubb/issues/621) ([#622](https://github.com/kubb-project/kubb/issues/622)) ([74f562b](https://github.com/kubb-project/kubb/commit/74f562be03908c27f1f0e9cff483909022284b6a)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce)) - -## [2.0.0-alpha.6](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.5...kubb-v2.0.0-alpha.6) (2023-11-10) - - -### ✨ Features - -* mutations and queries with `@kubb/react` ([a51d15a](https://github.com/kubb-project/kubb/commit/a51d15a643091cc5a74e40e48cd5e4028172221d)) -* Type component ([bfaf12b](https://github.com/kubb-project/kubb/commit/bfaf12b751dffc2ec2b6077782af6ccd339c9cd6)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad)) - -## [2.0.0-alpha.5](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.4...kubb-v2.0.0-alpha.5) (2023-11-07) - - -### ✨ Features - -* `@kubb/types` package ([1d11f32](https://github.com/kubb-project/kubb/commit/1d11f32d846c2da3c74471cb40e76955ae45cb44)) - - -### 📚 Documentation - -* fix install command for swagger-tanstack-query plugin ([050a6c1](https://github.com/kubb-project/kubb/commit/050a6c1b67ff73879e0c0be2092d7f64c470e9e2)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45)) - -## [2.0.0-alpha.4](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.3...kubb-v2.0.0-alpha.4) (2023-11-05) - - -### 🐞 Bug Fixes - -* add `/index` to folders ([f887146](https://github.com/kubb-project/kubb/commit/f88714633e71266b51781729cf4c617145e54798)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c)) - -## [2.0.0-alpha.3](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.2...kubb-v2.0.0-alpha.3) (2023-11-02) - - -### 🐞 Bug Fixes - -* add `as QueryKey` cast for `@tanstack/react-query` v5 ([67a3073](https://github.com/kubb-project/kubb/commit/67a30731713b2f1a047f0cd72f728db752322305)) -* better logger + `writeTimeout` ([29badba](https://github.com/kubb-project/kubb/commit/29badba4c0b08dcc403d3c4f796f513821e29881)) -* better types for plugin `api` ([a4303b7](https://github.com/kubb-project/kubb/commit/a4303b7b102d871f514649f2edb4fb9058d6564d)) -* better types for PluginFactoryOptions and `KubbPlugin` ([3fb7bdd](https://github.com/kubb-project/kubb/commit/3fb7bdd7b612373c55597705037eab9fdc8202ee)) -* do not use the queue for writing to the file-system + check if a plugin is already writing ([2edce86](https://github.com/kubb-project/kubb/commit/2edce86e27787a809b0473426e3054ad3bb9aab5)) -* remove JSON format for plugins with that it was not in use anymore(no docs were added) ([cdc5bec](https://github.com/kubb-project/kubb/commit/cdc5bec5371bede1d974f3ee30b9d02fa7b0008a)) -* replace 'importModule' by 'PackageManager' ([f66065a](https://github.com/kubb-project/kubb/commit/f66065af900041eae6c26f301abaeef25d69157b)) -* use of `fileManager.addIndexes` and `URLPath` without static functions ([9bc291d](https://github.com/kubb-project/kubb/commit/9bc291d5b9126b1d3f26803e6a1c54a3b008f634)) - - -### ✨ Features - -* make it possible to use multiple of the same plugins ([91e5f76](https://github.com/kubb-project/kubb/commit/91e5f76ecd70d82be1d2855046a9cc97fcf9d7e9)) -* multiple `KubbUserConfig`s for `defineConfig` instead of need to use multiple `kubb.config.js` files ([9316c9d](https://github.com/kubb-project/kubb/commit/9316c9da0eb344b0bb58b4efadf859ae89993a46)) -* support for `msw` v2 ([#543](https://github.com/kubb-project/kubb/issues/543)) ([89043da](https://github.com/kubb-project/kubb/commit/89043dac2acd5a2ec03563bd889c595e75cd538e)) - - -### 📚 Documentation - -* add alpha docs ([c305d14](https://github.com/kubb-project/kubb/commit/c305d14a34d6a3e88540ad28d25004bbc7d3c3f8)) -* add documentation for `name` ([c043531](https://github.com/kubb-project/kubb/commit/c0435315263ef0ba63e05504e2aa82e7a34d212d)) -* add helt as a contributor for code ([#560](https://github.com/kubb-project/kubb/issues/560)) ([6f88169](https://github.com/kubb-project/kubb/commit/6f88169e464ffa7caa12d92514c989754b4df9f4)) -* add installation page with environments for node and typescript ([2aef090](https://github.com/kubb-project/kubb/commit/2aef090477d529b04c868f595cb5796f6a51b39a)) -* add sponsor ([1d5c31a](https://github.com/kubb-project/kubb/commit/1d5c31a63bbec5ae1eede9f597421b3f3e345e56)) -* update dark style ([4dc5292](https://github.com/kubb-project/kubb/commit/4dc52922292a3d2add2b80c363f7e02cd0e4a040)) -* update docs with example for multiple plugins ([853d154](https://github.com/kubb-project/kubb/commit/853d1548979d1ebf82393ee0bafa37292d65b767)) -* update docs with extra examples ([76117ff](https://github.com/kubb-project/kubb/commit/76117ff13abc16ff981fc0184206735063d922be)) -* update tanstack labels ([03a0ea9](https://github.com/kubb-project/kubb/commit/03a0ea90f63d1e45723d4d2c7072bcccd45be7e9)) - - -### 📦 Miscellaneous Chores - -* release 1.14.2 ([91e61ac](https://github.com/kubb-project/kubb/commit/91e61acde1c3824c40f291e1142363eaa95fb1cf)) -* release 1.14.3 ([695f324](https://github.com/kubb-project/kubb/commit/695f3242d61ac13f4284f3bdf529a3bc0e353244)) -* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8)) -* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07)) -* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68)) - -## [2.0.0-alpha.2](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.1...kubb-v2.0.0-alpha.2) (2023-10-30) - - -### 📚 Documentation - -* add alpha docs ([c305d14](https://github.com/kubb-project/kubb/commit/c305d14a34d6a3e88540ad28d25004bbc7d3c3f8)) -* update dark style ([4dc5292](https://github.com/kubb-project/kubb/commit/4dc52922292a3d2add2b80c363f7e02cd0e4a040)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07)) - -## [2.0.0-alpha.1](https://github.com/kubb-project/kubb/compare/kubb-v1.14.5...kubb-v2.0.0-alpha.1) (2023-10-27) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8)) diff --git a/package.json b/package.json index c768a4e16..dd9f3487a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "lint:fix": "ESLINT_USE_FLAT_CONFIG=true eslint --fix --format pretty ./packages/* && bun run lint:case", "lint:turbo": "turbo run lint", "release": "changeset version && changeset publish", - "release:canary": "changeset version --snapshot && changeset publis", + "release:canary": "changeset version --snapshot && changeset publish", "start": "turbo run start --filter=./packages/*", "test": "vitest run --config ./configs/vitest.config.ts --coverage", "test:bun": "bun test --preload ./configs/setup.ts", @@ -49,10 +49,13 @@ "typecheck": "turbo run typecheck --continue --filter='./packages/*'", "typecheck:examples": "turbo run typecheck --continue --filter='./examples/*'", "upgrade": "npx taze -r -w --exclude pnpm", - "changeset": "changeset" + "changeset": "changeset", + "//changeset:beta:enter": "changeset pre enter beta", + "//changeset:beta:exit": "changeset pre exit" }, "devDependencies": { "@changesets/cli": "^2.26.2", + "@changesets/changelog-github": "^0.4.8", "@kubb/eslint-config": "workspace:*", "@kubb/ts-config": "workspace:*", "@types/node": "^20.9.4", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md deleted file mode 100644 index f0578068e..000000000 --- a/packages/cli/CHANGELOG.md +++ /dev/null @@ -1,74 +0,0 @@ -# Changelog - -## [2.0.0-beta.2](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-beta.1...cli-v2.0.0-beta.2) (2023-11-23) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.2 ([0261e68](https://github.com/kubb-project/kubb/commit/0261e68735bf825c3c4f43be541bff17e0a5c153)) - -## [2.0.0-beta.1](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.12...cli-v2.0.0-beta.1) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.1 ([8062a4c](https://github.com/kubb-project/kubb/commit/8062a4c595c15dd4b72cd057cbe0086960c8e93b)) - -## [2.0.0-alpha.12](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.11...cli-v2.0.0-alpha.12) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.12 ([d3f7e15](https://github.com/kubb-project/kubb/commit/d3f7e15e19bb02258cf711c5333aa699bba15689)) - -## [2.0.0-alpha.11](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.10...cli-v2.0.0-alpha.11) (2023-11-21) - - -### ✨ Features - -* mutations and queries with `@kubb/react` ([a51d15a](https://github.com/kubb-project/kubb/commit/a51d15a643091cc5a74e40e48cd5e4028172221d)) - - -### 📚 Documentation - -* add documentation for `name` ([c043531](https://github.com/kubb-project/kubb/commit/c0435315263ef0ba63e05504e2aa82e7a34d212d)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8)) -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.11 ([ea1c627](https://github.com/kubb-project/kubb/commit/ea1c62729cadcd60808858582dd9634d4a1df029)) -* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07)) -* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68)) -* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c)) -* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45)) -* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad)) -* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.10](https://github.com/kubb-project/kubb/compare/cli-v2.0.0-alpha.9...cli-v2.0.0-alpha.10) (2023-11-21) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.9](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.8...cli-v2.0.0-alpha.9) (2023-11-13) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.8](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.7...cli-v2.0.0-alpha.8) (2023-11-12) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md deleted file mode 100644 index 033eae2e7..000000000 --- a/packages/core/CHANGELOG.md +++ /dev/null @@ -1,81 +0,0 @@ -# Changelog - -## [2.0.0-beta.2](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-beta.1...core-v2.0.0-beta.2) (2023-11-23) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.2 ([0261e68](https://github.com/kubb-project/kubb/commit/0261e68735bf825c3c4f43be541bff17e0a5c153)) - -## [2.0.0-beta.1](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.12...core-v2.0.0-beta.1) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.1 ([8062a4c](https://github.com/kubb-project/kubb/commit/8062a4c595c15dd4b72cd057cbe0086960c8e93b)) - -## [2.0.0-alpha.12](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.11...core-v2.0.0-alpha.12) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.12 ([d3f7e15](https://github.com/kubb-project/kubb/commit/d3f7e15e19bb02258cf711c5333aa699bba15689)) - -## [2.0.0-alpha.11](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.10...core-v2.0.0-alpha.11) (2023-11-21) - - -### ✨ Features - -* `@kubb/types` package ([1d11f32](https://github.com/kubb-project/kubb/commit/1d11f32d846c2da3c74471cb40e76955ae45cb44)) -* mutations and queries with `@kubb/react` ([a51d15a](https://github.com/kubb-project/kubb/commit/a51d15a643091cc5a74e40e48cd5e4028172221d)) -* strategy parallel ([5bb4f78](https://github.com/kubb-project/kubb/commit/5bb4f78cce3fb6b1636f42dcd04c570d14668c0b)) - - -### 🐞 Bug Fixes - -* add `/index` to folders ([f887146](https://github.com/kubb-project/kubb/commit/f88714633e71266b51781729cf4c617145e54798)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8)) -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.11 ([ea1c627](https://github.com/kubb-project/kubb/commit/ea1c62729cadcd60808858582dd9634d4a1df029)) -* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07)) -* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68)) -* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c)) -* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45)) -* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad)) -* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.10](https://github.com/kubb-project/kubb/compare/core-v2.0.0-alpha.9...core-v2.0.0-alpha.10) (2023-11-21) - - -### ✨ Features - -* strategy parallel ([5bb4f78](https://github.com/kubb-project/kubb/commit/5bb4f78cce3fb6b1636f42dcd04c570d14668c0b)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.9](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.8...core-v2.0.0-alpha.9) (2023-11-13) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.8](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.7...core-v2.0.0-alpha.8) (2023-11-12) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) diff --git a/packages/kubb/CHANGELOG.md b/packages/kubb/CHANGELOG.md deleted file mode 100644 index 440938989..000000000 --- a/packages/kubb/CHANGELOG.md +++ /dev/null @@ -1,69 +0,0 @@ -# Changelog - -## [2.0.0-beta.2](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-beta.1...kubb-v2.0.0-beta.2) (2023-11-23) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.2 ([0261e68](https://github.com/kubb-project/kubb/commit/0261e68735bf825c3c4f43be541bff17e0a5c153)) - -## [2.0.0-beta.1](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.12...kubb-v2.0.0-beta.1) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.1 ([8062a4c](https://github.com/kubb-project/kubb/commit/8062a4c595c15dd4b72cd057cbe0086960c8e93b)) - -## [2.0.0-alpha.12](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.11...kubb-v2.0.0-alpha.12) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.12 ([d3f7e15](https://github.com/kubb-project/kubb/commit/d3f7e15e19bb02258cf711c5333aa699bba15689)) - -## [2.0.0-alpha.11](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.10...kubb-v2.0.0-alpha.11) (2023-11-21) - - -### ✨ Features - -* mutations and queries with `@kubb/react` ([a51d15a](https://github.com/kubb-project/kubb/commit/a51d15a643091cc5a74e40e48cd5e4028172221d)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8)) -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.11 ([ea1c627](https://github.com/kubb-project/kubb/commit/ea1c62729cadcd60808858582dd9634d4a1df029)) -* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07)) -* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68)) -* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c)) -* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45)) -* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad)) -* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.10](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.9...kubb-v2.0.0-alpha.10) (2023-11-21) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.9](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.8...kubb-v2.0.0-alpha.9) (2023-11-13) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.8](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.7...kubb-v2.0.0-alpha.8) (2023-11-12) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) diff --git a/packages/parser/CHANGELOG.md b/packages/parser/CHANGELOG.md deleted file mode 100644 index 9227d4f86..000000000 --- a/packages/parser/CHANGELOG.md +++ /dev/null @@ -1,64 +0,0 @@ -# Changelog - -## [2.0.0-beta.2](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-beta.1...parser-v2.0.0-beta.2) (2023-11-23) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.2 ([0261e68](https://github.com/kubb-project/kubb/commit/0261e68735bf825c3c4f43be541bff17e0a5c153)) - -## [2.0.0-beta.1](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.12...parser-v2.0.0-beta.1) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.1 ([8062a4c](https://github.com/kubb-project/kubb/commit/8062a4c595c15dd4b72cd057cbe0086960c8e93b)) - -## [2.0.0-alpha.12](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.11...parser-v2.0.0-alpha.12) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.12 ([d3f7e15](https://github.com/kubb-project/kubb/commit/d3f7e15e19bb02258cf711c5333aa699bba15689)) - -## [2.0.0-alpha.11](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.10...parser-v2.0.0-alpha.11) (2023-11-21) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8)) -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.11 ([ea1c627](https://github.com/kubb-project/kubb/commit/ea1c62729cadcd60808858582dd9634d4a1df029)) -* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07)) -* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68)) -* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c)) -* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45)) -* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad)) -* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.10](https://github.com/kubb-project/kubb/compare/parser-v2.0.0-alpha.9...parser-v2.0.0-alpha.10) (2023-11-21) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.9](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.8...parser-v2.0.0-alpha.9) (2023-11-13) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.8](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.7...parser-v2.0.0-alpha.8) (2023-11-12) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md deleted file mode 100644 index 5a9ebb68d..000000000 --- a/packages/react/CHANGELOG.md +++ /dev/null @@ -1,75 +0,0 @@ -# Changelog - -## [2.0.0-beta.2](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-beta.1...react-v2.0.0-beta.2) (2023-11-23) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.2 ([0261e68](https://github.com/kubb-project/kubb/commit/0261e68735bf825c3c4f43be541bff17e0a5c153)) - -## [2.0.0-beta.1](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.12...react-v2.0.0-beta.1) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.1 ([8062a4c](https://github.com/kubb-project/kubb/commit/8062a4c595c15dd4b72cd057cbe0086960c8e93b)) - -## [2.0.0-alpha.12](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.11...react-v2.0.0-alpha.12) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.12 ([d3f7e15](https://github.com/kubb-project/kubb/commit/d3f7e15e19bb02258cf711c5333aa699bba15689)) - -## [2.0.0-alpha.11](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.10...react-v2.0.0-alpha.11) (2023-11-21) - - -### ✨ Features - -* mutations and queries with `@kubb/react` ([a51d15a](https://github.com/kubb-project/kubb/commit/a51d15a643091cc5a74e40e48cd5e4028172221d)) -* Type component ([bfaf12b](https://github.com/kubb-project/kubb/commit/bfaf12b751dffc2ec2b6077782af6ccd339c9cd6)) - - -### 🐞 Bug Fixes - -* add `/index` to folders ([f887146](https://github.com/kubb-project/kubb/commit/f88714633e71266b51781729cf4c617145e54798)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8)) -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.11 ([ea1c627](https://github.com/kubb-project/kubb/commit/ea1c62729cadcd60808858582dd9634d4a1df029)) -* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07)) -* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68)) -* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c)) -* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45)) -* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad)) -* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.10](https://github.com/kubb-project/kubb/compare/react-v2.0.0-alpha.9...react-v2.0.0-alpha.10) (2023-11-21) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.9](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.8...react-v2.0.0-alpha.9) (2023-11-13) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.8](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.7...react-v2.0.0-alpha.8) (2023-11-12) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) diff --git a/packages/swagger-client/CHANGELOG.md b/packages/swagger-client/CHANGELOG.md deleted file mode 100644 index 4cce835ce..000000000 --- a/packages/swagger-client/CHANGELOG.md +++ /dev/null @@ -1,76 +0,0 @@ -# Changelog - -## [2.0.0-beta.2](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-beta.1...swagger-client-v2.0.0-beta.2) (2023-11-23) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.2 ([0261e68](https://github.com/kubb-project/kubb/commit/0261e68735bf825c3c4f43be541bff17e0a5c153)) - -## [2.0.0-beta.1](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.12...swagger-client-v2.0.0-beta.1) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.1 ([8062a4c](https://github.com/kubb-project/kubb/commit/8062a4c595c15dd4b72cd057cbe0086960c8e93b)) - -## [2.0.0-alpha.12](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.11...swagger-client-v2.0.0-alpha.12) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.12 ([d3f7e15](https://github.com/kubb-project/kubb/commit/d3f7e15e19bb02258cf711c5333aa699bba15689)) - -## [2.0.0-alpha.11](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.10...swagger-client-v2.0.0-alpha.11) (2023-11-21) - - -### ✨ Features - -* add templates option to make it possible to override the generation ([32baea8](https://github.com/kubb-project/kubb/commit/32baea8d2eb36ea8ff8d7d2ddd8d118bcbdd93a0)) -* mutations and queries with `@kubb/react` ([a51d15a](https://github.com/kubb-project/kubb/commit/a51d15a643091cc5a74e40e48cd5e4028172221d)) - - -### 🐞 Bug Fixes - -* add `/index` to folders ([f887146](https://github.com/kubb-project/kubb/commit/f88714633e71266b51781729cf4c617145e54798)) -* deprecate client and replace by clientImportPath [#621](https://github.com/kubb-project/kubb/issues/621) ([#622](https://github.com/kubb-project/kubb/issues/622)) ([74f562b](https://github.com/kubb-project/kubb/commit/74f562be03908c27f1f0e9cff483909022284b6a)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8)) -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.11 ([ea1c627](https://github.com/kubb-project/kubb/commit/ea1c62729cadcd60808858582dd9634d4a1df029)) -* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07)) -* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68)) -* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c)) -* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45)) -* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad)) -* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.10](https://github.com/kubb-project/kubb/compare/swagger-client-v2.0.0-alpha.9...swagger-client-v2.0.0-alpha.10) (2023-11-21) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.9](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.8...swagger-client-v2.0.0-alpha.9) (2023-11-13) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.8](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.7...swagger-client-v2.0.0-alpha.8) (2023-11-12) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) diff --git a/packages/swagger-faker/CHANGELOG.md b/packages/swagger-faker/CHANGELOG.md deleted file mode 100644 index f9ec777d9..000000000 --- a/packages/swagger-faker/CHANGELOG.md +++ /dev/null @@ -1,69 +0,0 @@ -# Changelog - -## [2.0.0-beta.2](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-beta.1...swagger-faker-v2.0.0-beta.2) (2023-11-23) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.2 ([0261e68](https://github.com/kubb-project/kubb/commit/0261e68735bf825c3c4f43be541bff17e0a5c153)) - -## [2.0.0-beta.1](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.12...swagger-faker-v2.0.0-beta.1) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.1 ([8062a4c](https://github.com/kubb-project/kubb/commit/8062a4c595c15dd4b72cd057cbe0086960c8e93b)) - -## [2.0.0-alpha.12](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.11...swagger-faker-v2.0.0-alpha.12) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.12 ([d3f7e15](https://github.com/kubb-project/kubb/commit/d3f7e15e19bb02258cf711c5333aa699bba15689)) - -## [2.0.0-alpha.11](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.10...swagger-faker-v2.0.0-alpha.11) (2023-11-21) - - -### 🐞 Bug Fixes - -* add `/index` to folders ([f887146](https://github.com/kubb-project/kubb/commit/f88714633e71266b51781729cf4c617145e54798)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8)) -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.11 ([ea1c627](https://github.com/kubb-project/kubb/commit/ea1c62729cadcd60808858582dd9634d4a1df029)) -* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07)) -* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68)) -* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c)) -* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45)) -* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad)) -* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.10](https://github.com/kubb-project/kubb/compare/swagger-faker-v2.0.0-alpha.9...swagger-faker-v2.0.0-alpha.10) (2023-11-21) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.9](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.8...swagger-faker-v2.0.0-alpha.9) (2023-11-13) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.8](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.7...swagger-faker-v2.0.0-alpha.8) (2023-11-12) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) diff --git a/packages/swagger-msw/CHANGELOG.md b/packages/swagger-msw/CHANGELOG.md deleted file mode 100644 index 28113a9b9..000000000 --- a/packages/swagger-msw/CHANGELOG.md +++ /dev/null @@ -1,75 +0,0 @@ -# Changelog - -## [2.0.0-beta.2](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-beta.1...swagger-msw-v2.0.0-beta.2) (2023-11-23) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.2 ([0261e68](https://github.com/kubb-project/kubb/commit/0261e68735bf825c3c4f43be541bff17e0a5c153)) - -## [2.0.0-beta.1](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.12...swagger-msw-v2.0.0-beta.1) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.1 ([8062a4c](https://github.com/kubb-project/kubb/commit/8062a4c595c15dd4b72cd057cbe0086960c8e93b)) - -## [2.0.0-alpha.12](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.11...swagger-msw-v2.0.0-alpha.12) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.12 ([d3f7e15](https://github.com/kubb-project/kubb/commit/d3f7e15e19bb02258cf711c5333aa699bba15689)) - -## [2.0.0-alpha.11](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.10...swagger-msw-v2.0.0-alpha.11) (2023-11-21) - - -### ✨ Features - -* add templates option to make it possible to override the generation ([32baea8](https://github.com/kubb-project/kubb/commit/32baea8d2eb36ea8ff8d7d2ddd8d118bcbdd93a0)) -* mutations and queries with `@kubb/react` ([a51d15a](https://github.com/kubb-project/kubb/commit/a51d15a643091cc5a74e40e48cd5e4028172221d)) - - -### 🐞 Bug Fixes - -* add `/index` to folders ([f887146](https://github.com/kubb-project/kubb/commit/f88714633e71266b51781729cf4c617145e54798)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8)) -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.11 ([ea1c627](https://github.com/kubb-project/kubb/commit/ea1c62729cadcd60808858582dd9634d4a1df029)) -* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07)) -* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68)) -* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c)) -* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45)) -* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad)) -* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.10](https://github.com/kubb-project/kubb/compare/swagger-msw-v2.0.0-alpha.9...swagger-msw-v2.0.0-alpha.10) (2023-11-21) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.9](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.8...swagger-msw-v2.0.0-alpha.9) (2023-11-13) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.8](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.7...swagger-msw-v2.0.0-alpha.8) (2023-11-12) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) diff --git a/packages/swagger-swr/CHANGELOG.md b/packages/swagger-swr/CHANGELOG.md deleted file mode 100644 index e17703418..000000000 --- a/packages/swagger-swr/CHANGELOG.md +++ /dev/null @@ -1,76 +0,0 @@ -# Changelog - -## [2.0.0-beta.2](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-beta.1...swagger-swr-v2.0.0-beta.2) (2023-11-23) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.2 ([0261e68](https://github.com/kubb-project/kubb/commit/0261e68735bf825c3c4f43be541bff17e0a5c153)) - -## [2.0.0-beta.1](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.12...swagger-swr-v2.0.0-beta.1) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.1 ([8062a4c](https://github.com/kubb-project/kubb/commit/8062a4c595c15dd4b72cd057cbe0086960c8e93b)) - -## [2.0.0-alpha.12](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.11...swagger-swr-v2.0.0-alpha.12) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.12 ([d3f7e15](https://github.com/kubb-project/kubb/commit/d3f7e15e19bb02258cf711c5333aa699bba15689)) - -## [2.0.0-alpha.11](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.10...swagger-swr-v2.0.0-alpha.11) (2023-11-21) - - -### ✨ Features - -* add templates option to make it possible to override the generation ([32baea8](https://github.com/kubb-project/kubb/commit/32baea8d2eb36ea8ff8d7d2ddd8d118bcbdd93a0)) -* mutations and queries with `@kubb/react` ([a51d15a](https://github.com/kubb-project/kubb/commit/a51d15a643091cc5a74e40e48cd5e4028172221d)) - - -### 🐞 Bug Fixes - -* add `/index` to folders ([f887146](https://github.com/kubb-project/kubb/commit/f88714633e71266b51781729cf4c617145e54798)) -* deprecate client and replace by clientImportPath [#621](https://github.com/kubb-project/kubb/issues/621) ([#622](https://github.com/kubb-project/kubb/issues/622)) ([74f562b](https://github.com/kubb-project/kubb/commit/74f562be03908c27f1f0e9cff483909022284b6a)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8)) -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.11 ([ea1c627](https://github.com/kubb-project/kubb/commit/ea1c62729cadcd60808858582dd9634d4a1df029)) -* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07)) -* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68)) -* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c)) -* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45)) -* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad)) -* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.10](https://github.com/kubb-project/kubb/compare/swagger-swr-v2.0.0-alpha.9...swagger-swr-v2.0.0-alpha.10) (2023-11-21) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.9](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.8...swagger-swr-v2.0.0-alpha.9) (2023-11-13) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.8](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.7...swagger-swr-v2.0.0-alpha.8) (2023-11-12) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) diff --git a/packages/swagger-tanstack-query/CHANGELOG.md b/packages/swagger-tanstack-query/CHANGELOG.md deleted file mode 100644 index 7ff825495..000000000 --- a/packages/swagger-tanstack-query/CHANGELOG.md +++ /dev/null @@ -1,82 +0,0 @@ -# Changelog - -## [2.0.0-beta.2](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-beta.1...swagger-tanstack-query-v2.0.0-beta.2) (2023-11-23) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.2 ([0261e68](https://github.com/kubb-project/kubb/commit/0261e68735bf825c3c4f43be541bff17e0a5c153)) - -## [2.0.0-beta.1](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.12...swagger-tanstack-query-v2.0.0-beta.1) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.1 ([8062a4c](https://github.com/kubb-project/kubb/commit/8062a4c595c15dd4b72cd057cbe0086960c8e93b)) - -## [2.0.0-alpha.12](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.11...swagger-tanstack-query-v2.0.0-alpha.12) (2023-11-22) - - -### ✨ Features - -* useSuspenseQuery for v5 and react ([db2307a](https://github.com/kubb-project/kubb/commit/db2307a001e520f1eab182aba2fb130399d60388)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.12 ([d3f7e15](https://github.com/kubb-project/kubb/commit/d3f7e15e19bb02258cf711c5333aa699bba15689)) - -## [2.0.0-alpha.11](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.10...swagger-tanstack-query-v2.0.0-alpha.11) (2023-11-21) - - -### ✨ Features - -* add templates option to make it possible to override the generation ([32baea8](https://github.com/kubb-project/kubb/commit/32baea8d2eb36ea8ff8d7d2ddd8d118bcbdd93a0)) -* mutations and queries with `@kubb/react` ([a51d15a](https://github.com/kubb-project/kubb/commit/a51d15a643091cc5a74e40e48cd5e4028172221d)) -* Type component ([bfaf12b](https://github.com/kubb-project/kubb/commit/bfaf12b751dffc2ec2b6077782af6ccd339c9cd6)) - - -### 🐞 Bug Fixes - -* add `/index` to folders ([f887146](https://github.com/kubb-project/kubb/commit/f88714633e71266b51781729cf4c617145e54798)) -* deprecate client and replace by clientImportPath [#621](https://github.com/kubb-project/kubb/issues/621) ([#622](https://github.com/kubb-project/kubb/issues/622)) ([74f562b](https://github.com/kubb-project/kubb/commit/74f562be03908c27f1f0e9cff483909022284b6a)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8)) -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.11 ([ea1c627](https://github.com/kubb-project/kubb/commit/ea1c62729cadcd60808858582dd9634d4a1df029)) -* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07)) -* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68)) -* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c)) -* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45)) -* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad)) -* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.10](https://github.com/kubb-project/kubb/compare/swagger-tanstack-query-v2.0.0-alpha.9...swagger-tanstack-query-v2.0.0-alpha.10) (2023-11-21) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.9](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.8...swagger-tanstack-query-v2.0.0-alpha.9) (2023-11-13) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.8](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.7...swagger-tanstack-query-v2.0.0-alpha.8) (2023-11-12) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) diff --git a/packages/swagger-ts/CHANGELOG.md b/packages/swagger-ts/CHANGELOG.md deleted file mode 100644 index 528692a81..000000000 --- a/packages/swagger-ts/CHANGELOG.md +++ /dev/null @@ -1,64 +0,0 @@ -# Changelog - -## [2.0.0-beta.2](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-beta.1...swagger-ts-v2.0.0-beta.2) (2023-11-23) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.2 ([0261e68](https://github.com/kubb-project/kubb/commit/0261e68735bf825c3c4f43be541bff17e0a5c153)) - -## [2.0.0-beta.1](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.12...swagger-ts-v2.0.0-beta.1) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.1 ([8062a4c](https://github.com/kubb-project/kubb/commit/8062a4c595c15dd4b72cd057cbe0086960c8e93b)) - -## [2.0.0-alpha.12](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.11...swagger-ts-v2.0.0-alpha.12) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.12 ([d3f7e15](https://github.com/kubb-project/kubb/commit/d3f7e15e19bb02258cf711c5333aa699bba15689)) - -## [2.0.0-alpha.11](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.10...swagger-ts-v2.0.0-alpha.11) (2023-11-21) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8)) -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.11 ([ea1c627](https://github.com/kubb-project/kubb/commit/ea1c62729cadcd60808858582dd9634d4a1df029)) -* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07)) -* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68)) -* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c)) -* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45)) -* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad)) -* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.10](https://github.com/kubb-project/kubb/compare/swagger-ts-v2.0.0-alpha.9...swagger-ts-v2.0.0-alpha.10) (2023-11-21) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.9](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.8...swagger-ts-v2.0.0-alpha.9) (2023-11-13) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.8](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.7...swagger-ts-v2.0.0-alpha.8) (2023-11-12) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) diff --git a/packages/swagger-zod/CHANGELOG.md b/packages/swagger-zod/CHANGELOG.md deleted file mode 100644 index ecc82e1db..000000000 --- a/packages/swagger-zod/CHANGELOG.md +++ /dev/null @@ -1,69 +0,0 @@ -# Changelog - -## [2.0.0-beta.2](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-beta.1...swagger-zod-v2.0.0-beta.2) (2023-11-23) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.2 ([0261e68](https://github.com/kubb-project/kubb/commit/0261e68735bf825c3c4f43be541bff17e0a5c153)) - -## [2.0.0-beta.1](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.12...swagger-zod-v2.0.0-beta.1) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.1 ([8062a4c](https://github.com/kubb-project/kubb/commit/8062a4c595c15dd4b72cd057cbe0086960c8e93b)) - -## [2.0.0-alpha.12](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.11...swagger-zod-v2.0.0-alpha.12) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.12 ([d3f7e15](https://github.com/kubb-project/kubb/commit/d3f7e15e19bb02258cf711c5333aa699bba15689)) - -## [2.0.0-alpha.11](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.10...swagger-zod-v2.0.0-alpha.11) (2023-11-21) - - -### 🐞 Bug Fixes - -* add `/index` to folders ([f887146](https://github.com/kubb-project/kubb/commit/f88714633e71266b51781729cf4c617145e54798)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8)) -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.11 ([ea1c627](https://github.com/kubb-project/kubb/commit/ea1c62729cadcd60808858582dd9634d4a1df029)) -* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07)) -* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68)) -* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c)) -* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45)) -* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad)) -* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.10](https://github.com/kubb-project/kubb/compare/swagger-zod-v2.0.0-alpha.9...swagger-zod-v2.0.0-alpha.10) (2023-11-21) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.9](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.8...swagger-zod-v2.0.0-alpha.9) (2023-11-13) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.8](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.7...swagger-zod-v2.0.0-alpha.8) (2023-11-12) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) diff --git a/packages/swagger-zodios/CHANGELOG.md b/packages/swagger-zodios/CHANGELOG.md deleted file mode 100644 index 298366ef3..000000000 --- a/packages/swagger-zodios/CHANGELOG.md +++ /dev/null @@ -1,74 +0,0 @@ -# Changelog - -## [2.0.0-beta.2](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-beta.1...swagger-zodios-v2.0.0-beta.2) (2023-11-23) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.2 ([0261e68](https://github.com/kubb-project/kubb/commit/0261e68735bf825c3c4f43be541bff17e0a5c153)) - -## [2.0.0-beta.1](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.12...swagger-zodios-v2.0.0-beta.1) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.1 ([8062a4c](https://github.com/kubb-project/kubb/commit/8062a4c595c15dd4b72cd057cbe0086960c8e93b)) - -## [2.0.0-alpha.12](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.11...swagger-zodios-v2.0.0-alpha.12) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.12 ([d3f7e15](https://github.com/kubb-project/kubb/commit/d3f7e15e19bb02258cf711c5333aa699bba15689)) - -## [2.0.0-alpha.11](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.10...swagger-zodios-v2.0.0-alpha.11) (2023-11-21) - - -### 🐞 Bug Fixes - -* use of baseURL for Zodios ([#631](https://github.com/kubb-project/kubb/issues/631)) ([84dcbf3](https://github.com/kubb-project/kubb/commit/84dcbf385cc38af5e5bb26530d7655309e33229b)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8)) -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.11 ([ea1c627](https://github.com/kubb-project/kubb/commit/ea1c62729cadcd60808858582dd9634d4a1df029)) -* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07)) -* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68)) -* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c)) -* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45)) -* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad)) -* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.10](https://github.com/kubb-project/kubb/compare/swagger-zodios-v2.0.0-alpha.9...swagger-zodios-v2.0.0-alpha.10) (2023-11-21) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.9](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.8...swagger-zodios-v2.0.0-alpha.9) (2023-11-13) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.8](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.7...swagger-zodios-v2.0.0-alpha.8) (2023-11-12) - - -### 🐞 Bug Fixes - -* use of baseURL for Zodios ([#631](https://github.com/kubb-project/kubb/issues/631)) ([84dcbf3](https://github.com/kubb-project/kubb/commit/84dcbf385cc38af5e5bb26530d7655309e33229b)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) diff --git a/packages/swagger/CHANGELOG.md b/packages/swagger/CHANGELOG.md deleted file mode 100644 index 2516766be..000000000 --- a/packages/swagger/CHANGELOG.md +++ /dev/null @@ -1,75 +0,0 @@ -# Changelog - -## [2.0.0-beta.2](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-beta.1...swagger-v2.0.0-beta.2) (2023-11-23) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.2 ([0261e68](https://github.com/kubb-project/kubb/commit/0261e68735bf825c3c4f43be541bff17e0a5c153)) - -## [2.0.0-beta.1](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.12...swagger-v2.0.0-beta.1) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.1 ([8062a4c](https://github.com/kubb-project/kubb/commit/8062a4c595c15dd4b72cd057cbe0086960c8e93b)) - -## [2.0.0-alpha.12](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.11...swagger-v2.0.0-alpha.12) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.12 ([d3f7e15](https://github.com/kubb-project/kubb/commit/d3f7e15e19bb02258cf711c5333aa699bba15689)) - -## [2.0.0-alpha.11](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.10...swagger-v2.0.0-alpha.11) (2023-11-21) - - -### ✨ Features - -* `@kubb/types` package ([1d11f32](https://github.com/kubb-project/kubb/commit/1d11f32d846c2da3c74471cb40e76955ae45cb44)) -* mutations and queries with `@kubb/react` ([a51d15a](https://github.com/kubb-project/kubb/commit/a51d15a643091cc5a74e40e48cd5e4028172221d)) - - -### 🐞 Bug Fixes - -* add `/index` to folders ([f887146](https://github.com/kubb-project/kubb/commit/f88714633e71266b51781729cf4c617145e54798)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8)) -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.11 ([ea1c627](https://github.com/kubb-project/kubb/commit/ea1c62729cadcd60808858582dd9634d4a1df029)) -* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07)) -* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68)) -* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c)) -* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45)) -* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad)) -* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.10](https://github.com/kubb-project/kubb/compare/swagger-v2.0.0-alpha.9...swagger-v2.0.0-alpha.10) (2023-11-21) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.9](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.8...swagger-v2.0.0-alpha.9) (2023-11-13) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.8](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.7...swagger-v2.0.0-alpha.8) (2023-11-12) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md deleted file mode 100644 index edaeeae6d..000000000 --- a/packages/types/CHANGELOG.md +++ /dev/null @@ -1,69 +0,0 @@ -# Changelog - -## [2.0.0-beta.2](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-beta.1...types-v2.0.0-beta.2) (2023-11-23) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.2 ([0261e68](https://github.com/kubb-project/kubb/commit/0261e68735bf825c3c4f43be541bff17e0a5c153)) - -## [2.0.0-beta.1](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.12...types-v2.0.0-beta.1) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-beta.1 ([8062a4c](https://github.com/kubb-project/kubb/commit/8062a4c595c15dd4b72cd057cbe0086960c8e93b)) - -## [2.0.0-alpha.12](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.11...types-v2.0.0-alpha.12) (2023-11-22) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.12 ([d3f7e15](https://github.com/kubb-project/kubb/commit/d3f7e15e19bb02258cf711c5333aa699bba15689)) - -## [2.0.0-alpha.11](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.10...types-v2.0.0-alpha.11) (2023-11-21) - - -### ✨ Features - -* `@kubb/types` package ([1d11f32](https://github.com/kubb-project/kubb/commit/1d11f32d846c2da3c74471cb40e76955ae45cb44)) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8)) -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.11 ([ea1c627](https://github.com/kubb-project/kubb/commit/ea1c62729cadcd60808858582dd9634d4a1df029)) -* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07)) -* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68)) -* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c)) -* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45)) -* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad)) -* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.10](https://github.com/kubb-project/kubb/compare/types-v2.0.0-alpha.9...types-v2.0.0-alpha.10) (2023-11-21) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.10 ([e4256d5](https://github.com/kubb-project/kubb/commit/e4256d51e4de8ebd035848807264987ce7320501)) -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.9](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.8...types-v2.0.0-alpha.9) (2023-11-13) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([ef37ddd](https://github.com/kubb-project/kubb/commit/ef37dddb60659ceb8806c1233d7c46fd890eab6b)) -* release 2.0.0-alpha.9 ([980623c](https://github.com/kubb-project/kubb/commit/980623c7703a16d6a970aa2a954028ca4ae48d78)) - -## [2.0.0-alpha.8](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.7...types-v2.0.0-alpha.8) (2023-11-12) - - -### 📦 Miscellaneous Chores - -* release 2.0.0-alpha.8 ([cf52d22](https://github.com/kubb-project/kubb/commit/cf52d224c1c675919d5fa18fa075f15a873ec53e)) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3e82d1673..6751f5006 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,6 +13,9 @@ importers: .: devDependencies: + '@changesets/changelog-github': + specifier: ^0.4.8 + version: 0.4.8 '@changesets/cli': specifier: ^2.26.2 version: 2.26.2 @@ -2079,6 +2082,16 @@ packages: '@changesets/types': 5.2.1 dev: true + /@changesets/changelog-github@0.4.8: + resolution: {integrity: sha512-jR1DHibkMAb5v/8ym77E4AMNWZKB5NPzw5a5Wtqm1JepAuIF+hrKp2u04NKM14oBZhHglkCfrla9uq8ORnK/dw==} + dependencies: + '@changesets/get-github-info': 0.5.2 + '@changesets/types': 5.2.1 + dotenv: 8.6.0 + transitivePeerDependencies: + - encoding + dev: true + /@changesets/cli@2.26.2: resolution: {integrity: sha512-dnWrJTmRR8bCHikJHl9b9HW3gXACCehz4OasrXpMp7sx97ECuBGGNjJhjPhdZNCvMy9mn4BWdplI323IbqsRig==} hasBin: true @@ -2146,6 +2159,15 @@ packages: semver: 7.5.4 dev: true + /@changesets/get-github-info@0.5.2: + resolution: {integrity: sha512-JppheLu7S114aEs157fOZDjFqUDpm7eHdq5E8SSR0gUBTEK0cNSHsrSR5a66xs0z3RWuo46QvA3vawp8BxDHvg==} + dependencies: + dataloader: 1.4.0 + node-fetch: 2.7.0 + transitivePeerDependencies: + - encoding + dev: true + /@changesets/get-release-plan@3.0.17: resolution: {integrity: sha512-6IwKTubNEgoOZwDontYc2x2cWXfr6IKxP3IhKeK+WjyD6y3M4Gl/jdQvBw+m/5zWILSOCAaGLu2ZF6Q+WiPniw==} dependencies: @@ -4865,6 +4887,10 @@ packages: type: 1.2.0 dev: false + /dataloader@1.4.0: + resolution: {integrity: sha512-68s5jYdlvasItOJnCuI2Q9s4q98g0pCyL3HrcKJu8KNugUl8ahgmZYg38ysLTgQjjXX3H8CJLkAvWrclWfcalw==} + dev: true + /debug@2.6.9: resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} peerDependencies: @@ -5050,6 +5076,11 @@ packages: engines: {node: '>=12'} dev: false + /dotenv@8.6.0: + resolution: {integrity: sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==} + engines: {node: '>=10'} + dev: true + /dprint@0.41.0: resolution: {integrity: sha512-9Ctv6EnwOy5Ai566DczI/QhAC6y+AhWDA2gFU8Zz4xezUy1BevHaIYhfdLWZQxh4Qf4H28lRu1Lq+hhIm1US9w==} hasBin: true diff --git a/release-please-config.json b/release-please-config.json deleted file mode 100644 index 41c40a58f..000000000 --- a/release-please-config.json +++ /dev/null @@ -1,151 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", - "release-search-depth": 50, - "commit-search-depth": 100, - "sequential-calls": true, - "release-type": "node", - "bump-minor-pre-major": false, - "bump-patch-for-minor-pre-major": false, - "changelog-sections": [ - { - "type": "feat", - "section": "✨ Features" - }, - { - "type": "feature", - "section": "✨ Features" - }, - { - "type": "fix", - "section": "🐞 Bug Fixes" - }, - { - "type": "perf", - "section": "🚀 Performance Improvements" - }, - { - "type": "revert", - "section": "Reverts" - }, - { - "type": "docs", - "section": "📚 Documentation" - }, - { - "type": "style", - "section": "Styles", - "hidden": true - }, - { - "type": "chore", - "section": "📦 Miscellaneous Chores", - "hidden": true - }, - { - "type": "refactor", - "section": "Code Refactoring", - "hidden": true - }, - { - "type": "test", - "section": "Tests", - "hidden": true - }, - { - "type": "ci", - "section": "Continuous Integration", - "hidden": true - } - ], - "packages": { - ".": { - "component": "kubb", - "prerelease": true, - "prerelease-type": "beta", - "skip-github-release": false - }, - "packages/kubb": { - "component": "kubb", - "skip-github-release": true - }, - "packages/types": { - "component": "types", - "skip-github-release": true - }, - "packages/core": { - "component": "core", - "skip-github-release": true - }, - "packages/cli": { - "component": "cli", - "skip-github-release": true - }, - "packages/parser": { - "component": "parser", - "skip-github-release": true - }, - "packages/swagger": { - "component": "swagger", - "skip-github-release": true - }, - "packages/swagger-ts": { - "component": "swagger-ts", - "skip-github-release": true - }, - "packages/swagger-client": { - "component": "swagger-client", - "skip-github-release": true - }, - "packages/swagger-tanstack-query": { - "component": "swagger-tanstack-query", - "skip-github-release": true - }, - "packages/swagger-faker": { - "component": "swagger-faker", - "skip-github-release": true - }, - "packages/swagger-msw": { - "component": "swagger-msw", - "skip-github-release": true - }, - "packages/swagger-zod": { - "component": "swagger-zod", - "skip-github-release": true - }, - "packages/swagger-zodios": { - "component": "swagger-zodios", - "skip-github-release": true - }, - "packages/swagger-swr": { - "component": "swagger-swr", - "skip-github-release": true - }, - "packages/react": { - "component": "react", - "skip-github-release": true - } - }, - "plugins": [ - { - "type": "linked-versions", - "groupName": "@kubb", - "components": [ - "kubb", - "types", - "core", - "cli", - "parser", - "react", - "swagger", - "swagger-ts", - "swagger-client", - "swagger-tanstack-query", - "swagger-swr", - "swagger-zod", - "swagger-zodios", - "swagger-faker", - "swagger-msw" - ] - } - ] -}