Skip to content

Commit 4a54c17

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

File tree

9 files changed

+36
-21
lines changed

9 files changed

+36
-21
lines changed

.changeset/eight-peas-provide.md

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

.changeset/eleven-seals-invent.md

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

packages/next-plugin/CHANGELOG.md

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

3+
## 2.3.7
4+
5+
### Patch Changes
6+
7+
- [#1333](https://github.com/vanilla-extract-css/vanilla-extract/pull/1333) [`6ac9f66`](https://github.com/vanilla-extract-css/vanilla-extract/commit/6ac9f667cdfde0050e40cf5eaf8ae03078f5d26d) Thanks [@askoufis](https://github.com/askoufis)! - Use a more accurate regex for detecting [webpack template strings] in paths
8+
9+
We now use a modified version of the regex from the webpack source code to detect template strings in paths.
10+
As long as the path isn't already escaped, we should detect it.
11+
12+
[webpack template strings]: https://webpack.js.org/configuration/output/#template-strings
13+
14+
- Updated dependencies [[`6ac9f66`](https://github.com/vanilla-extract-css/vanilla-extract/commit/6ac9f667cdfde0050e40cf5eaf8ae03078f5d26d)]:
15+
- @vanilla-extract/webpack-plugin@2.3.7
16+
317
## 2.3.6
418

519
### Patch Changes

packages/next-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/next-plugin",
3-
"version": "2.3.6",
3+
"version": "2.3.7",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-next-plugin.cjs.js",
66
"module": "dist/vanilla-extract-next-plugin.esm.js",
@@ -20,7 +20,7 @@
2020
"author": "SEEK",
2121
"license": "MIT",
2222
"dependencies": {
23-
"@vanilla-extract/webpack-plugin": "^2.3.5"
23+
"@vanilla-extract/webpack-plugin": "^2.3.7"
2424
},
2525
"peerDependencies": {
2626
"next": ">=12.1.7"

packages/vite-plugin/CHANGELOG.md

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

3+
## 4.0.6
4+
5+
### Patch Changes
6+
7+
- [#1346](https://github.com/vanilla-extract-css/vanilla-extract/pull/1346) [`8c2ac42`](https://github.com/vanilla-extract-css/vanilla-extract/commit/8c2ac42479b9646f54c6064b6848485560b15005) Thanks [@askoufis](https://github.com/askoufis)! - Fix `.css.ts` file resolution on Windows
8+
39
## 4.0.5
410

511
### Patch Changes

packages/vite-plugin/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/vite-plugin",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
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",

packages/webpack-plugin/CHANGELOG.md

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

3+
## 2.3.7
4+
5+
### Patch Changes
6+
7+
- [#1333](https://github.com/vanilla-extract-css/vanilla-extract/pull/1333) [`6ac9f66`](https://github.com/vanilla-extract-css/vanilla-extract/commit/6ac9f667cdfde0050e40cf5eaf8ae03078f5d26d) Thanks [@askoufis](https://github.com/askoufis)! - Use a more accurate regex for detecting [webpack template strings] in paths
8+
9+
We now use a modified version of the regex from the webpack source code to detect template strings in paths.
10+
As long as the path isn't already escaped, we should detect it.
11+
12+
[webpack template strings]: https://webpack.js.org/configuration/output/#template-strings
13+
314
## 2.3.6
415

516
### Patch Changes

packages/webpack-plugin/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/webpack-plugin",
3-
"version": "2.3.6",
3+
"version": "2.3.7",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-webpack-plugin.cjs.js",
66
"module": "dist/vanilla-extract-webpack-plugin.esm.js",

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)