Skip to content

Commit a90f194

Browse files
authored
Version Packages (#209)
1 parent a1c79fc commit a90f194

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.changeset/proud-berries-kick.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.1.0",
2727
"@vanilla-extract/sprinkles": "^0.4.2",
28-
"@vanilla-extract/webpack-plugin": "^1.0.2",
28+
"@vanilla-extract/webpack-plugin": "^1.0.3",
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.3
4+
5+
### Patch Changes
6+
7+
- [#208](https://github.com/seek-oss/vanilla-extract/pull/208) [`a1c79fc`](https://github.com/seek-oss/vanilla-extract/commit/a1c79fc10c5cf7f30dce0269f9183dfd4f2456e9) Thanks [@markdalgleish](https://github.com/markdalgleish)! - Deprecate redundant `allowRuntime` option
8+
39
## 1.0.2
410

511
### 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": "1.0.2",
3+
"version": "1.0.3",
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.2, @vanilla-extract/webpack-plugin@workspace:packages/webpack-plugin":
3270+
"@vanilla-extract/webpack-plugin@*, @vanilla-extract/webpack-plugin@^1.0.3, @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.1.0
1499514995
"@vanilla-extract/sprinkles": ^0.4.2
14996-
"@vanilla-extract/webpack-plugin": ^1.0.2
14996+
"@vanilla-extract/webpack-plugin": ^1.0.3
1499714997
babel-loader: ^8.2.2
1499814998
css-loader: ^5.2.4
1499914999
html-webpack-plugin: ^5.3.1

0 commit comments

Comments
 (0)