From 6144f3d586566dd067a2b4709237051d4b38ee62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Oct 2022 11:34:53 -0500 Subject: [PATCH] Version Packages (beta) (#527) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 1 + packages/vite-plugin/CHANGELOG.md | 11 +++++++++++ packages/vite-plugin/package.json | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 33a257dc0..6ee6d81d8 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -7,6 +7,7 @@ "vite-plugin-docs": "0.0.2" }, "changesets": [ + "long-kangaroos-work", "lucky-cows-tan" ] } diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index b1ce3eaa2..b864812a9 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/CHANGELOG.md @@ -1,5 +1,16 @@ # @crxjs/vite-plugin +## 2.0.0-beta.1 + +### Major Changes + +- 628b14f: ## Vite 3 support and new file writer + + This release adds Vite 3 support and includes a complete rewrite of the + content script file writer. There are no intentional breaking changes, but + Vite 3 support required significant changes under the hood, therefore this is + a major release. + ## 1.1.0-beta.0 ### Minor Changes diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 0778a0293..735712354 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@crxjs/vite-plugin", - "version": "1.1.0-beta.0", + "version": "2.0.0-beta.1", "description": "Build Chrome Extensions with this Vite plugin.", "keywords": [ "rollup-plugin",