diff --git a/.changeset/gentle-ravens-look.md b/.changeset/gentle-ravens-look.md deleted file mode 100644 index 9dfa3c930..000000000 --- a/.changeset/gentle-ravens-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitql/helpers': patch ---- - -Remove colors from browser in production diff --git a/.changeset/polite-walls-film.md b/.changeset/polite-walls-film.md deleted file mode 100644 index 20ed56aea..000000000 --- a/.changeset/polite-walls-film.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'vite-plugin-watch-and-run': minor -'@kitql/handles': minor -'@kitql/helpers': minor ---- - -new way to release & internal refacto diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index ece5aeaf4..000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "mode": "exit", - "tag": "exp", - "initialVersions": { - "@kitql-old/all-in": "0.9.6", - "@kitql/handles": "0.0.3", - "@kitql/helpers": "0.7.1", - "vite-plugin-watch-and-run": "1.2.1", - "website": "1.1.2", - "eslint-config-kitql": "0.0.1" - }, - "changesets": [ - "gentle-ravens-look", - "polite-walls-film", - "yellow-files-begin", - "yellow-lies-compare" - ] -} diff --git a/.changeset/yellow-files-begin.md b/.changeset/yellow-files-begin.md deleted file mode 100644 index 4bb4f43b7..000000000 --- a/.changeset/yellow-files-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-watch-and-run': patch ---- - -add viteDevServer in run() args diff --git a/.changeset/yellow-lies-compare.md b/.changeset/yellow-lies-compare.md deleted file mode 100644 index 310de2364..000000000 --- a/.changeset/yellow-lies-compare.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'vite-plugin-watch-and-run': patch -'@kitql/handles': patch -'@kitql/helpers': patch ---- - -export default diff --git a/packages/handles/CHANGELOG.md b/packages/handles/CHANGELOG.md index 5eac0aee9..863ac5575 100644 --- a/packages/handles/CHANGELOG.md +++ b/packages/handles/CHANGELOG.md @@ -1,5 +1,13 @@ # @kitql/handles +## 0.1.0 + +### Patch Changes + +- [#384](https://github.com/jycouet/kitql/pull/384) + [`e6ae461`](https://github.com/jycouet/kitql/commit/e6ae4610268c403c0526ec73bd91961f8dd819ea) + Thanks [@jycouet](https://github.com/jycouet)! - export default + ## 0.1.0-exp.1 ### Patch Changes diff --git a/packages/handles/package.json b/packages/handles/package.json index 4c4fa04a3..874bd6768 100644 --- a/packages/handles/package.json +++ b/packages/handles/package.json @@ -1,7 +1,7 @@ { "name": "@kitql/handles", "description": "Some useful handles for SvelteKit", - "version": "0.1.0-exp.1", + "version": "0.1.0", "license": "MIT", "type": "module", "repository": { diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index e94c00cbb..25936c161 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/CHANGELOG.md @@ -1,12 +1,16 @@ # @kitql/helper -## 0.8.0-exp.2 +## 0.8.0 ### Patch Changes -- [#386](https://github.com/jycouet/kitql/pull/386) - [`2cd7b4d`](https://github.com/jycouet/kitql/commit/2cd7b4d97694035974cfdb838138339fccc1daf3) - Thanks [@jycouet](https://github.com/jycouet)! - Remove colors from browser in production +- [#365](https://github.com/jycouet/kitql/pull/365) + [`e67c053`](https://github.com/jycouet/kitql/commit/e67c053b132a8b14169650de973b617bd2f517f9) + Thanks [@jycouet](https://github.com/jycouet)! - [BREAKING] `logGreen` has been renamed to `green`... & Big opti of size for browser. + +- [#374](https://github.com/jycouet/kitql/pull/374) + [`2bc230a`](https://github.com/jycouet/kitql/commit/2bc230ab57566ab480fd1d945197f4ca86f091b0) + Thanks [@jycouet](https://github.com/jycouet)! - new way to release & internal refacto ## 0.8.0-exp.1 diff --git a/packages/helpers/package.json b/packages/helpers/package.json index be4363ce0..d4441c435 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,7 +1,7 @@ { "name": "@kitql/helpers", "description": "Some useful helpers", - "version": "0.8.0-exp.2", + "version": "0.8.0", "license": "MIT", "type": "module", "repository": { diff --git a/packages/vite-plugin-watch-and-run/CHANGELOG.md b/packages/vite-plugin-watch-and-run/CHANGELOG.md index 008834da5..cada57afd 100644 --- a/packages/vite-plugin-watch-and-run/CHANGELOG.md +++ b/packages/vite-plugin-watch-and-run/CHANGELOG.md @@ -1,5 +1,19 @@ # @kitql/vite-plugin-watch-and-run +## 1.3.0 + +### Minor Changes + +- [#382](https://github.com/jycouet/kitql/pull/382) + [`55a08b1`](https://github.com/jycouet/kitql/commit/55a08b1d9010f425c44568ec06939e7a0db220fa) + Thanks [@jycouet](https://github.com/jycouet)! - add viteDevServer in run() args + +- Updated dependencies + [[`2cd7b4d`](https://github.com/jycouet/kitql/commit/2cd7b4d97694035974cfdb838138339fccc1daf3), + [`2bc230a`](https://github.com/jycouet/kitql/commit/2bc230ab57566ab480fd1d945197f4ca86f091b0), + [`e6ae461`](https://github.com/jycouet/kitql/commit/e6ae4610268c403c0526ec73bd91961f8dd819ea)]: + - @kitql/helpers@0.8.0 + ## 1.3.0-exp.3 ### Patch Changes diff --git a/packages/vite-plugin-watch-and-run/package.json b/packages/vite-plugin-watch-and-run/package.json index 496cbae4d..cbde247fa 100644 --- a/packages/vite-plugin-watch-and-run/package.json +++ b/packages/vite-plugin-watch-and-run/package.json @@ -1,7 +1,7 @@ { "name": "vite-plugin-watch-and-run", "description": "vite-plugin that will watch some files and run a package.json script on change", - "version": "1.3.0-exp.3", + "version": "1.3.0", "license": "MIT", "type": "module", "repository": {