Skip to content

Commit 0ca8c79

Browse files
Version Packages (#460)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2719dc0 commit 0ca8c79

File tree

6 files changed

+14
-16
lines changed

6 files changed

+14
-16
lines changed

.changeset/lemon-ears-taste.md

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

.changeset/silly-shirts-deny.md

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

examples/webpack-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@vanilla-extract/babel-plugin": "^1.1.2",
2626
"@vanilla-extract/css": "1.6.3",
2727
"@vanilla-extract/sprinkles": "^1.3.1",
28-
"@vanilla-extract/webpack-plugin": "^2.1.0",
28+
"@vanilla-extract/webpack-plugin": "^2.1.1",
2929
"babel-loader": "^8.2.2",
3030
"css-loader": "^5.2.4",
3131
"html-webpack-plugin": "^5.3.1",

packages/webpack-plugin/CHANGELOG.md

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

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#459](https://github.com/seek-oss/vanilla-extract/pull/459) [`2719dc0`](https://github.com/seek-oss/vanilla-extract/commit/2719dc0b75172bb43648ddf2a3f2f31f58e42426) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Remove unused files and dependencies
8+
9+
* [#459](https://github.com/seek-oss/vanilla-extract/pull/459) [`2719dc0`](https://github.com/seek-oss/vanilla-extract/commit/2719dc0b75172bb43648ddf2a3f2f31f58e42426) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Remove "Styles detected outside of '.css.(ts/js)' files" error
10+
11+
This error could occasionally cause false positives, and was inconsistent with the rest of the integrations.
12+
313
## 2.1.0
414

515
### Minor 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.1.0",
3+
"version": "2.1.1",
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",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3983,7 +3983,7 @@ __metadata:
39833983
languageName: unknown
39843984
linkType: soft
39853985

3986-
"@vanilla-extract/webpack-plugin@*, @vanilla-extract/webpack-plugin@^2.0.0, @vanilla-extract/webpack-plugin@^2.1.0, @vanilla-extract/webpack-plugin@workspace:packages/webpack-plugin":
3986+
"@vanilla-extract/webpack-plugin@*, @vanilla-extract/webpack-plugin@^2.0.0, @vanilla-extract/webpack-plugin@^2.1.1, @vanilla-extract/webpack-plugin@workspace:packages/webpack-plugin":
39873987
version: 0.0.0-use.local
39883988
resolution: "@vanilla-extract/webpack-plugin@workspace:packages/webpack-plugin"
39893989
dependencies:
@@ -17460,7 +17460,7 @@ typescript@^4.1.3:
1746017460
"@vanilla-extract/babel-plugin": ^1.1.2
1746117461
"@vanilla-extract/css": 1.6.3
1746217462
"@vanilla-extract/sprinkles": ^1.3.1
17463-
"@vanilla-extract/webpack-plugin": ^2.1.0
17463+
"@vanilla-extract/webpack-plugin": ^2.1.1
1746417464
babel-loader: ^8.2.2
1746517465
css-loader: ^5.2.4
1746617466
html-webpack-plugin: ^5.3.1

0 commit comments

Comments
 (0)