diff --git a/.changeset/pre.json b/.changeset/pre.json index b1b9743aa..bca0b5d85 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -8,5 +8,7 @@ "vite-plugin-watch-and-run": "1.2.1", "website": "1.1.2" }, - "changesets": [] + "changesets": [ + "polite-walls-film" + ] } diff --git a/packages/handles/CHANGELOG.md b/packages/handles/CHANGELOG.md index e76267943..a0e971832 100644 --- a/packages/handles/CHANGELOG.md +++ b/packages/handles/CHANGELOG.md @@ -1,5 +1,13 @@ # @kitql/handles +## 0.1.0-exp.0 + +### Minor Changes + +- [#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.0.3 ### Patch Changes diff --git a/packages/handles/package.json b/packages/handles/package.json index 939bd7490..54bb144f7 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.0.3", + "version": "0.1.0-exp.0", "license": "MIT", "type": "module", "repository": { diff --git a/packages/helper/CHANGELOG.md b/packages/helper/CHANGELOG.md index f2e739aa2..c94601538 100644 --- a/packages/helper/CHANGELOG.md +++ b/packages/helper/CHANGELOG.md @@ -1,5 +1,13 @@ # @kitql/helper +## 0.8.0-exp.0 + +### Minor Changes + +- [#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.7.1 ### Patch Changes diff --git a/packages/helper/package.json b/packages/helper/package.json index 45c267334..9327ce845 100644 --- a/packages/helper/package.json +++ b/packages/helper/package.json @@ -1,7 +1,7 @@ { "name": "@kitql/helper", "description": "Some useful helpers", - "version": "0.7.1", + "version": "0.8.0-exp.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 e00b7e7af..3f5e72c43 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-exp.0 + +### Minor Changes + +- [#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 + +### Patch Changes + +- Updated dependencies + [[`2bc230a`](https://github.com/jycouet/kitql/commit/2bc230ab57566ab480fd1d945197f4ca86f091b0)]: + - @kitql/helper@0.8.0-exp.0 + ## 1.2.1 ### Patch Changes diff --git a/packages/vite-plugin-watch-and-run/package.json b/packages/vite-plugin-watch-and-run/package.json index c6df96bbc..dc2012240 100644 --- a/packages/vite-plugin-watch-and-run/package.json +++ b/packages/vite-plugin-watch-and-run/package.json @@ -1,15 +1,15 @@ { "name": "vite-plugin-watch-and-run", - "description": "vite-plugin that will watch some files and run a package.json script on change", - "version": "1.2.1", - "license": "MIT", - "type": "module", - "repository": { - "type": "git", - "url": "https://github.com/jycouet/kitql", - "directory": "packages/vite-plugin-watch-and-run", - "homepage": "https://github.com/jycouet/kitql/tree/main/packages/vite-plugin-watch-and-run#readme" - }, + "description": "vite-plugin that will watch some files and run a package.json script on change", + "version": "1.3.0-exp.0", + "license": "MIT", + "type": "module", + "repository": { + "type": "git", + "url": "https://github.com/jycouet/kitql", + "directory": "packages/vite-plugin-watch-and-run", + "homepage": "https://github.com/jycouet/kitql/tree/main/packages/vite-plugin-watch-and-run#readme" + }, "scripts": { "prepare": "svelte-kit sync", "dev": "vite dev", @@ -48,9 +48,9 @@ "vitest": "0.32.2" }, "dependencies": { - "@kitql/helper": "workspace:*", - "micromatch": "4.0.5" - }, + "@kitql/helper": "workspace:*", + "micromatch": "4.0.5" + }, "sideEffects": false, "publishConfig": { "directory": "dist",