Skip to content

Commit c443d03

Browse files
Version Packages (#1656)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fbc2c31 commit c443d03

File tree

22 files changed

+89
-24
lines changed

22 files changed

+89
-24
lines changed

.changeset/quiet-islands-shake.md

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

.changeset/two-chefs-hide.md

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

packages/compiler/CHANGELOG.md

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

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`11a7c66`](https://github.com/vanilla-extract-css/vanilla-extract/commit/11a7c668683d0c3e324d4337676e807680a895bd)]:
8+
- @vanilla-extract/css@1.17.5
9+
- @vanilla-extract/integration@8.0.6
10+
311
## 0.3.2
412

513
### Patch Changes

packages/compiler/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/compiler",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-compiler.cjs.js",
66
"module": "dist/vanilla-extract-compiler.esm.js",

packages/css/CHANGELOG.md

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

3+
## 1.17.5
4+
5+
### Patch Changes
6+
7+
- [#1655](https://github.com/vanilla-extract-css/vanilla-extract/pull/1655) [`11a7c66`](https://github.com/vanilla-extract-css/vanilla-extract/commit/11a7c668683d0c3e324d4337676e807680a895bd) Thanks [@askoufis](https://github.com/askoufis)! - Update `csstype` dependency to `^3.2.3`
8+
39
## 1.17.4
410

511
### Patch Changes

packages/css/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/css",
3-
"version": "1.17.4",
3+
"version": "1.17.5",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"sideEffects": true,
66
"main": "dist/vanilla-extract-css.cjs.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.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @vanilla-extract/integration@8.0.6
9+
310
## 2.3.19
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.19",
3+
"version": "2.3.20",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @vanilla-extract/integration
22

3+
## 8.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`11a7c66`](https://github.com/vanilla-extract-css/vanilla-extract/commit/11a7c668683d0c3e324d4337676e807680a895bd)]:
8+
- @vanilla-extract/css@1.17.5
9+
310
## 8.0.5
411

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

0 commit comments

Comments
 (0)