Skip to content

Commit 9cf7922

Browse files
Version Packages (#61)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2d1ad33 commit 9cf7922

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/tall-items-switch.md

-9
This file was deleted.

packages/vite-plugin/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @navita/vite-plugin
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 2d1ad33: Adding Remix-specific vite plugin.
8+
9+
Instead of allowing Vite to extract the CSS, we use a virtual file, and send HMR updates to that file instead.
10+
11+
During the build, we extract the CSS and write it to a file.
12+
313
## 1.0.1
414

515
### Patch Changes

packages/vite-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navita/vite-plugin",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "Navita Vite Plugin",
55
"keywords": [
66
"vite",

0 commit comments

Comments
 (0)