Skip to content

Commit

Permalink
Version Packages (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 19, 2024
1 parent 2d1ad33 commit 9cf7922
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/tall-items-switch.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navita/vite-plugin",
"version": "1.0.1",
"version": "2.0.0",
"description": "Navita Vite Plugin",
"keywords": [
"vite",
Expand Down

0 comments on commit 9cf7922

Please sign in to comment.