Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 3, 2024
1 parent 20e33a5 commit a8c4339
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/vite-plugin-remix.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @vanilla-extract/vite-plugin

## 4.0.3

### Patch Changes

- [#1308](https://github.com/vanilla-extract-css/vanilla-extract/pull/1308) [`20e33a5`](https://github.com/vanilla-extract-css/vanilla-extract/commit/20e33a5003cf1ef74beaba60cad6db8882cf5319) Thanks [@mrm007](https://github.com/mrm007)! - Don't pass Remix Vite plugin to the vite-node compiler

Remix throws an error if it's loaded without a config file, which is what we do when we initialise the vite-node compiler.

## 4.0.2

### 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": "@vanilla-extract/vite-plugin",
"version": "4.0.2",
"version": "4.0.3",
"description": "Zero-runtime Stylesheets-in-TypeScript",
"main": "dist/vanilla-extract-vite-plugin.cjs.js",
"module": "dist/vanilla-extract-vite-plugin.esm.js",
Expand Down

0 comments on commit a8c4339

Please sign in to comment.