Skip to content

Commit a612428

Browse files
Version Packages (#182)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7a63af8 commit a612428

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.changeset/selfish-radios-invent.md

Lines changed: 0 additions & 5 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.0.0",
2626
"@vanilla-extract/css": "1.0.0",
2727
"@vanilla-extract/sprinkles": "^0.4.2",
28-
"@vanilla-extract/webpack-plugin": "^1.0.0",
28+
"@vanilla-extract/webpack-plugin": "^1.0.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vanilla-extract/webpack-plugin
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#181](https://github.com/seek-oss/vanilla-extract/pull/181) [`7a63af8`](https://github.com/seek-oss/vanilla-extract/commit/7a63af8212edfb842261db4d1cca88cce8612764) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix issue where CSS can be duplicated in some scenarios
8+
39
## 1.0.0
410

511
### Major 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": "1.0.0",
3+
"version": "1.0.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
@@ -3267,7 +3267,7 @@ __metadata:
32673267
languageName: unknown
32683268
linkType: soft
32693269

3270-
"@vanilla-extract/webpack-plugin@*, @vanilla-extract/webpack-plugin@^1.0.0, @vanilla-extract/webpack-plugin@workspace:packages/webpack-plugin":
3270+
"@vanilla-extract/webpack-plugin@*, @vanilla-extract/webpack-plugin@^1.0.1, @vanilla-extract/webpack-plugin@workspace:packages/webpack-plugin":
32713271
version: 0.0.0-use.local
32723272
resolution: "@vanilla-extract/webpack-plugin@workspace:packages/webpack-plugin"
32733273
dependencies:
@@ -14993,7 +14993,7 @@ typescript@^4.1.3:
1499314993
"@vanilla-extract/babel-plugin": ^1.0.0
1499414994
"@vanilla-extract/css": 1.0.0
1499514995
"@vanilla-extract/sprinkles": ^0.4.2
14996-
"@vanilla-extract/webpack-plugin": ^1.0.0
14996+
"@vanilla-extract/webpack-plugin": ^1.0.1
1499714997
babel-loader: ^8.2.2
1499814998
css-loader: ^5.2.4
1499914999
html-webpack-plugin: ^5.3.1

0 commit comments

Comments
 (0)