Skip to content

Commit 9a5da7e

Browse files
Version Packages (#1437)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 124c31c commit 9a5da7e

File tree

25 files changed

+104
-18
lines changed

25 files changed

+104
-18
lines changed

.changeset/pink-socks-switch.md

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

examples/webpack-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# vanilla-extract-example-webpack-react
22

3+
## 0.0.32
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @vanilla-extract/webpack-plugin@2.3.11
9+
310
## 0.0.31
411

512
### Patch Changes

examples/webpack-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"webpack",
1111
"react"
1212
],
13-
"version": "0.0.31",
13+
"version": "0.0.32",
1414
"main": "src/index.ts",
1515
"author": "SEEK",
1616
"scripts": {

packages/esbuild-plugin-next/CHANGELOG.md

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

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`124c31c2d9fee24d937c4626cec524d527d4e55e`](https://github.com/vanilla-extract-css/vanilla-extract/commit/124c31c2d9fee24d937c4626cec524d527d4e55e)]:
8+
- @vanilla-extract/integration@7.1.7
9+
310
## 0.0.7
411

512
### Patch Changes

packages/esbuild-plugin-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@vanilla-extract/esbuild-plugin-next",
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"description": "Zero-runtime Stylesheets-in-TypeScript",
66
"main": "dist/vanilla-extract-esbuild-plugin-next.cjs.js",
77
"module": "dist/vanilla-extract-esbuild-plugin-next.esm.js",

packages/esbuild-plugin/CHANGELOG.md

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

3+
## 2.3.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`124c31c2d9fee24d937c4626cec524d527d4e55e`](https://github.com/vanilla-extract-css/vanilla-extract/commit/124c31c2d9fee24d937c4626cec524d527d4e55e)]:
8+
- @vanilla-extract/integration@7.1.7
9+
310
## 2.3.7
411

512
### 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": "2.3.7",
3+
"version": "2.3.8",
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/integration/CHANGELOG.md

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

3+
## 7.1.7
4+
5+
### Patch Changes
6+
7+
- [#1436](https://github.com/vanilla-extract-css/vanilla-extract/pull/1436) [`124c31c2d9fee24d937c4626cec524d527d4e55e`](https://github.com/vanilla-extract-css/vanilla-extract/commit/124c31c2d9fee24d937c4626cec524d527d4e55e) Thanks [@SimenB](https://github.com/SimenB)! - Extend `esbuild` dependency range to include `~0.20.0` and `~0.21.0`
8+
39
## 7.1.6
410

511
### Patch Changes

packages/integration/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/integration",
3-
"version": "7.1.6",
3+
"version": "7.1.7",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-integration.cjs.js",
66
"types": "dist/vanilla-extract-integration.cjs.d.ts",

packages/jest-transform/CHANGELOG.md

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

3+
## 1.1.7
4+
5+
### Patch Changes
6+
7+
- [#1436](https://github.com/vanilla-extract-css/vanilla-extract/pull/1436) [`124c31c2d9fee24d937c4626cec524d527d4e55e`](https://github.com/vanilla-extract-css/vanilla-extract/commit/124c31c2d9fee24d937c4626cec524d527d4e55e) Thanks [@SimenB](https://github.com/SimenB)! - Extend `esbuild` dependency range to include `~0.20.0` and `~0.21.0`
8+
9+
- Updated dependencies [[`124c31c2d9fee24d937c4626cec524d527d4e55e`](https://github.com/vanilla-extract-css/vanilla-extract/commit/124c31c2d9fee24d937c4626cec524d527d4e55e)]:
10+
- @vanilla-extract/integration@7.1.7
11+
312
## 1.1.6
413

514
### Patch Changes

0 commit comments

Comments
 (0)