Skip to content

Commit 2755282

Browse files
Version Packages (#1241)
1 parent fd5d9fc commit 2755282

File tree

8 files changed

+21
-19
lines changed

8 files changed

+21
-19
lines changed

.changeset/proud-months-tell.md

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

.changeset/selfish-jeans-mate.md

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

.changeset/tasty-ligers-camp.md

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

packages/integration/CHANGELOG.md

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

3+
## 6.2.4
4+
5+
### Patch Changes
6+
7+
- [#1238](https://github.com/vanilla-extract-css/vanilla-extract/pull/1238) [`fd5d9fc`](https://github.com/vanilla-extract-css/vanilla-extract/commit/fd5d9fc389b84d7de92ec86d89305185d6c4cfd4) Thanks [@askoufis](https://github.com/askoufis)! - Disable config file resolution in experimental `vite-node` compiler
8+
39
## 6.2.3
410

511
### Patch 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": "6.2.3",
3+
"version": "6.2.4",
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+
## 3.9.2
4+
5+
### Patch Changes
6+
7+
- [#1239](https://github.com/vanilla-extract-css/vanilla-extract/pull/1239) [`1791df2`](https://github.com/vanilla-extract-css/vanilla-extract/commit/1791df27743429593858097ba65927a06b42e254) Thanks [@markdalgleish](https://github.com/markdalgleish)! - Default `emitCssInSsr` to `true` when Remix Vite plugin is present
8+
9+
- [#1240](https://github.com/vanilla-extract-css/vanilla-extract/pull/1240) [`2cad138`](https://github.com/vanilla-extract-css/vanilla-extract/commit/2cad138d9c32f93582c65b52ed9c786210aaf317) Thanks [@mrm007](https://github.com/mrm007)! - Add Vite 5 to peer dependencies
10+
11+
- Updated dependencies [[`fd5d9fc`](https://github.com/vanilla-extract-css/vanilla-extract/commit/fd5d9fc389b84d7de92ec86d89305185d6c4cfd4)]:
12+
- @vanilla-extract/integration@6.2.4
13+
314
## 3.9.1
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": "3.9.1",
3+
"version": "3.9.2",
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": "^6.0.2",
18+
"@vanilla-extract/integration": "^6.2.4",
1919
"outdent": "^0.8.0",
2020
"postcss": "^8.3.6",
2121
"postcss-load-config": "^4.0.1"

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)