From 7f2d8da98c3b4a5b65505508c943fda7231591d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 22:49:45 +0200 Subject: [PATCH] :package: RELEASE: preparing next version (#400) * :package: RELEASE: new version * nothing on helpers --------- Co-authored-by: github-actions[bot] Co-authored-by: jycouet --- .changeset/long-turkeys-think.md | 5 ----- .changeset/tall-bulldogs-joke.md | 5 ----- packages/vite-plugin-watch-and-run/CHANGELOG.md | 15 +++++++++++++++ packages/vite-plugin-watch-and-run/package.json | 2 +- 4 files changed, 16 insertions(+), 11 deletions(-) delete mode 100644 .changeset/long-turkeys-think.md delete mode 100644 .changeset/tall-bulldogs-joke.md diff --git a/.changeset/long-turkeys-think.md b/.changeset/long-turkeys-think.md deleted file mode 100644 index 8e3746a1..00000000 --- a/.changeset/long-turkeys-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-watch-and-run': minor ---- - -remove quiet args in favor of logs to have a more granular control. diff --git a/.changeset/tall-bulldogs-joke.md b/.changeset/tall-bulldogs-joke.md deleted file mode 100644 index 3caef66e..00000000 --- a/.changeset/tall-bulldogs-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitql/helpers': patch ---- - -fix dep (esm-env) diff --git a/packages/vite-plugin-watch-and-run/CHANGELOG.md b/packages/vite-plugin-watch-and-run/CHANGELOG.md index 4fe6eec5..b35b2544 100644 --- a/packages/vite-plugin-watch-and-run/CHANGELOG.md +++ b/packages/vite-plugin-watch-and-run/CHANGELOG.md @@ -1,5 +1,20 @@ # @kitql/vite-plugin-watch-and-run +## 1.4.0 + +### Minor Changes + +- [#399](https://github.com/jycouet/kitql/pull/399) + [`7b0edf3`](https://github.com/jycouet/kitql/commit/7b0edf3c378f8c1494b360197834f45cdfe60636) + Thanks [@jycouet](https://github.com/jycouet)! - remove quiet args in favor of logs to have a more + granular control. + +### Patch Changes + +- Updated dependencies + [[`7b0edf3`](https://github.com/jycouet/kitql/commit/7b0edf3c378f8c1494b360197834f45cdfe60636)]: + - @kitql/helpers@0.8.3 + ## 1.3.2 ### Patch Changes diff --git a/packages/vite-plugin-watch-and-run/package.json b/packages/vite-plugin-watch-and-run/package.json index 14687cbe..1df0d2bd 100644 --- a/packages/vite-plugin-watch-and-run/package.json +++ b/packages/vite-plugin-watch-and-run/package.json @@ -4,7 +4,7 @@ "keywords": [ "vite" ], - "version": "1.3.2", + "version": "1.4.0", "license": "MIT", "type": "module", "repository": {