Skip to content

Commit ec33c1b

Browse files
Version Packages (#1310)
1 parent fdafb6d commit ec33c1b

File tree

20 files changed

+87
-42
lines changed

20 files changed

+87
-42
lines changed

.changeset/integration.md

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

.changeset/plugins.md

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

.changeset/vite-plugin-remix.md

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

packages/esbuild-plugin-next/CHANGELOG.md

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

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- [#1309](https://github.com/vanilla-extract-css/vanilla-extract/pull/1309) [`fdafb6d`](https://github.com/vanilla-extract-css/vanilla-extract/commit/fdafb6dff4d3e4455a1a2f5e48e446e11add2c14) Thanks [@mrm007](https://github.com/mrm007)! - Correctly resolve module paths when using Vite plugins that affect module resolution, such as [`vite-tsconfig-paths`](https://github.com/aleclarson/vite-tsconfig-paths)
8+
9+
- Updated dependencies [[`fdafb6d`](https://github.com/vanilla-extract-css/vanilla-extract/commit/fdafb6dff4d3e4455a1a2f5e48e446e11add2c14)]:
10+
- @vanilla-extract/integration@7.0.0
11+
312
## 0.0.4
413

514
### Patch Changes

packages/esbuild-plugin-next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@vanilla-extract/esbuild-plugin-next",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"description": "Zero-runtime Stylesheets-in-TypeScript",
66
"main": "dist/vanilla-extract-esbuild-plugin-next.cjs.js",
77
"module": "dist/vanilla-extract-esbuild-plugin-next.esm.js",
@@ -16,7 +16,7 @@
1616
"author": "SEEK",
1717
"license": "MIT",
1818
"dependencies": {
19-
"@vanilla-extract/integration": "^6.4.0"
19+
"@vanilla-extract/integration": "^7.0.0"
2020
},
2121
"peerDependencies": {
2222
"esbuild": ">=0.17.6"

packages/esbuild-plugin/CHANGELOG.md

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

3+
## 2.3.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fdafb6d`](https://github.com/vanilla-extract-css/vanilla-extract/commit/fdafb6dff4d3e4455a1a2f5e48e446e11add2c14)]:
8+
- @vanilla-extract/integration@7.0.0
9+
310
## 2.3.4
411

512
### Patch Changes

packages/esbuild-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/esbuild-plugin",
3-
"version": "2.3.4",
3+
"version": "2.3.5",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-esbuild-plugin.cjs.js",
66
"module": "dist/vanilla-extract-esbuild-plugin.esm.js",
@@ -15,7 +15,7 @@
1515
"author": "SEEK",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@vanilla-extract/integration": "^6.4.0"
18+
"@vanilla-extract/integration": "^7.0.0"
1919
},
2020
"peerDependencies": {
2121
"esbuild": ">=0.17.6"

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.0.0
4+
5+
### Major Changes
6+
7+
- [#1309](https://github.com/vanilla-extract-css/vanilla-extract/pull/1309) [`fdafb6d`](https://github.com/vanilla-extract-css/vanilla-extract/commit/fdafb6dff4d3e4455a1a2f5e48e446e11add2c14) Thanks [@mrm007](https://github.com/mrm007)! - Use absolute paths internally to make sure Vite resolves modules correctly
8+
9+
This change only affects integrations that use the vite-node compiler, which is currently the esbuild (next) and Vite plugins
10+
311
## 6.5.0
412

513
### Minor 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.5.0",
3+
"version": "7.0.0",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-integration.cjs.js",
66
"files": [

packages/jest-transform/CHANGELOG.md

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

3+
## 1.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fdafb6d`](https://github.com/vanilla-extract-css/vanilla-extract/commit/fdafb6dff4d3e4455a1a2f5e48e446e11add2c14)]:
8+
- @vanilla-extract/integration@7.0.0
9+
310
## 1.1.3
411

512
### Patch Changes

0 commit comments

Comments
 (0)