Skip to content

Commit 6c65b48

Browse files
Version Packages (#1318)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e8a6850 commit 6c65b48

File tree

7 files changed

+23
-18
lines changed

7 files changed

+23
-18
lines changed

.changeset/integration-plugins.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/vite-plugin-plugins.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/integration/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @vanilla-extract/integration
22

3+
## 7.1.0
4+
5+
### Minor Changes
6+
7+
- [#1314](https://github.com/vanilla-extract-css/vanilla-extract/pull/1314) [`e8a6850`](https://github.com/vanilla-extract-css/vanilla-extract/commit/e8a6850ea360ede0ed4385421e41c069008772f2) Thanks [@mrm007](https://github.com/mrm007)! - A Vite config object can be passed to the vite-node compiler via the `viteConfig` option
8+
9+
`viteResolve` and `vitePlugins` options are deprecated and will be removed in a future version.
10+
311
## 7.0.0
412

513
### Major Changes

packages/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vanilla-extract/integration",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-integration.cjs.js",
66
"files": [

packages/vite-plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @vanilla-extract/vite-plugin
22

3+
## 4.0.4
4+
5+
### Patch Changes
6+
7+
- [#1314](https://github.com/vanilla-extract-css/vanilla-extract/pull/1314) [`e8a6850`](https://github.com/vanilla-extract-css/vanilla-extract/commit/e8a6850ea360ede0ed4385421e41c069008772f2) Thanks [@mrm007](https://github.com/mrm007)! - Resolve and pass a new copy of the Vite config to the vite-node compiler
8+
9+
Previously, we were passing the same Vite config object to the vite-node compiler. This was causing compatibility issues with other plugins, such as Vitest and Remix.
10+
11+
- Updated dependencies [[`e8a6850`](https://github.com/vanilla-extract-css/vanilla-extract/commit/e8a6850ea360ede0ed4385421e41c069008772f2)]:
12+
- @vanilla-extract/integration@7.1.0
13+
314
## 4.0.3
415

516
### Patch Changes

packages/vite-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vanilla-extract/vite-plugin",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-vite-plugin.cjs.js",
66
"module": "dist/vanilla-extract-vite-plugin.esm.js",
@@ -15,7 +15,7 @@
1515
"author": "SEEK",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@vanilla-extract/integration": "^7.0.0"
18+
"@vanilla-extract/integration": "^7.1.0"
1919
},
2020
"devDependencies": {
2121
"vite": "npm:vite@^5.0.11"

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)