diff --git a/.changeset/tall-items-switch.md b/.changeset/tall-items-switch.md deleted file mode 100644 index 9de429d..0000000 --- a/.changeset/tall-items-switch.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@navita/vite-plugin': major ---- - -Adding Remix-specific vite plugin. - -Instead of allowing Vite to extract the CSS, we use a virtual file, and send HMR updates to that file instead. - -During the build, we extract the CSS and write it to a file. diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index c8a6181..e4512ce 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/CHANGELOG.md @@ -1,5 +1,15 @@ # @navita/vite-plugin +## 2.0.0 + +### Major Changes + +- 2d1ad33: Adding Remix-specific vite plugin. + + Instead of allowing Vite to extract the CSS, we use a virtual file, and send HMR updates to that file instead. + + During the build, we extract the CSS and write it to a file. + ## 1.0.1 ### Patch Changes diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 9b956d7..3c65ab8 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@navita/vite-plugin", - "version": "1.0.1", + "version": "2.0.0", "description": "Navita Vite Plugin", "keywords": [ "vite",