Skip to content

Commit ab852d2

Browse files
Version Packages (#135)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b99dd0a commit ab852d2

File tree

7 files changed

+17
-11
lines changed

7 files changed

+17
-11
lines changed

.changeset/rare-olives-decide.md

Lines changed: 0 additions & 6 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": "^0.4.2",
2626
"@vanilla-extract/css": "0.5.0",
2727
"@vanilla-extract/sprinkles": "^0.3.0",
28-
"@vanilla-extract/webpack-plugin": "^0.3.0",
28+
"@vanilla-extract/webpack-plugin": "^0.3.1",
2929
"babel-loader": "^8.2.2",
3030
"css-loader": "^5.2.4",
3131
"html-webpack-plugin": "^5.3.1",

packages/esbuild-plugin/CHANGELOG.md

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

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [#134](https://github.com/seek-oss/vanilla-extract/pull/134) [`b99dd0a`](https://github.com/seek-oss/vanilla-extract/commit/b99dd0a2d6ce171b4776aa11d0ab2c7e1559ddae) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Move shared logic to integration package
8+
39
## 0.2.1
410

511
### Patch Changes

packages/esbuild-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/esbuild-plugin",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
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",

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+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#134](https://github.com/seek-oss/vanilla-extract/pull/134) [`b99dd0a`](https://github.com/seek-oss/vanilla-extract/commit/b99dd0a2d6ce171b4776aa11d0ab2c7e1559ddae) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Move shared logic to integration package
8+
39
## 0.3.0
410

511
### 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": "0.3.0",
3+
"version": "0.3.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
@@ -3184,7 +3184,7 @@ __metadata:
31843184
languageName: unknown
31853185
linkType: soft
31863186

3187-
"@vanilla-extract/webpack-plugin@*, @vanilla-extract/webpack-plugin@^0.3.0, @vanilla-extract/webpack-plugin@workspace:packages/webpack-plugin":
3187+
"@vanilla-extract/webpack-plugin@*, @vanilla-extract/webpack-plugin@^0.3.1, @vanilla-extract/webpack-plugin@workspace:packages/webpack-plugin":
31883188
version: 0.0.0-use.local
31893189
resolution: "@vanilla-extract/webpack-plugin@workspace:packages/webpack-plugin"
31903190
dependencies:
@@ -14400,7 +14400,7 @@ typescript@^4.1.3:
1440014400
"@vanilla-extract/babel-plugin": ^0.4.2
1440114401
"@vanilla-extract/css": 0.5.0
1440214402
"@vanilla-extract/sprinkles": ^0.3.0
14403-
"@vanilla-extract/webpack-plugin": ^0.3.0
14403+
"@vanilla-extract/webpack-plugin": ^0.3.1
1440414404
babel-loader: ^8.2.2
1440514405
css-loader: ^5.2.4
1440614406
html-webpack-plugin: ^5.3.1

0 commit comments

Comments
 (0)