Skip to content

Commit 71bf442

Browse files
Version Packages (#46)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e154028 commit 71bf442

File tree

9 files changed

+29
-18
lines changed

9 files changed

+29
-18
lines changed

.changeset/dirty-brooms-vanish.md

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

fixtures/low-level/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"author": "SEEK",
66
"private": true,
77
"dependencies": {
8-
"@vanilla-extract/css": "0.3.0"
8+
"@vanilla-extract/css": "0.3.1"
99
}
1010
}

fixtures/themed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "SEEK",
77
"private": true,
88
"dependencies": {
9-
"@vanilla-extract/css": "0.3.0",
9+
"@vanilla-extract/css": "0.3.1",
1010
"@vanilla-extract/dynamic": "0.1.0"
1111
}
1212
}

fixtures/unused-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"author": "SEEK",
99
"private": true,
1010
"dependencies": {
11-
"@vanilla-extract/css": "0.3.0"
11+
"@vanilla-extract/css": "0.3.1"
1212
}
1313
}

packages/css/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#45](https://github.com/seek-oss/vanilla-extract/pull/45) [`e154028`](https://github.com/seek-oss/vanilla-extract/commit/e1540281d327fc0883f47255f710de3f9b342c64) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix `createThemeVars` when using null values
8+
9+
- Updated dependencies [[`e154028`](https://github.com/seek-oss/vanilla-extract/commit/e1540281d327fc0883f47255f710de3f9b342c64)]:
10+
- @vanilla-extract/private@0.1.1
11+
312
## 0.3.0
413

514
### Minor Changes

packages/css/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vanilla-extract/css",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"sideEffects": true,
66
"main": "dist/vanilla-extract-css.cjs.js",
@@ -32,7 +32,7 @@
3232
"license": "MIT",
3333
"dependencies": {
3434
"@emotion/hash": "^0.8.0",
35-
"@vanilla-extract/private": "^0.1.0",
35+
"@vanilla-extract/private": "^0.1.1",
3636
"css-selector-parser": "^1.4.1",
3737
"cssesc": "^3.0.0",
3838
"csstype": "^3.0.7",

packages/private/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @vanilla-extract/private
2+
3+
## 0.1.1
4+
### Patch Changes
5+
6+
7+
8+
- [#45](https://github.com/seek-oss/vanilla-extract/pull/45) [`e154028`](https://github.com/seek-oss/vanilla-extract/commit/e1540281d327fc0883f47255f710de3f9b342c64) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix `createThemeVars` when using null values

packages/private/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/private",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"sideEffects": false,
66
"main": "dist/vanilla-extract-private.cjs.js",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,15 +1572,15 @@ __metadata:
15721572
version: 0.0.0-use.local
15731573
resolution: "@fixtures/low-level@workspace:fixtures/low-level"
15741574
dependencies:
1575-
"@vanilla-extract/css": 0.3.0
1575+
"@vanilla-extract/css": 0.3.1
15761576
languageName: unknown
15771577
linkType: soft
15781578

15791579
"@fixtures/themed@workspace:fixtures/themed":
15801580
version: 0.0.0-use.local
15811581
resolution: "@fixtures/themed@workspace:fixtures/themed"
15821582
dependencies:
1583-
"@vanilla-extract/css": 0.3.0
1583+
"@vanilla-extract/css": 0.3.1
15841584
"@vanilla-extract/dynamic": 0.1.0
15851585
languageName: unknown
15861586
linkType: soft
@@ -1589,7 +1589,7 @@ __metadata:
15891589
version: 0.0.0-use.local
15901590
resolution: "@fixtures/unused-modules@workspace:fixtures/unused-modules"
15911591
dependencies:
1592-
"@vanilla-extract/css": 0.3.0
1592+
"@vanilla-extract/css": 0.3.1
15931593
languageName: unknown
15941594
linkType: soft
15951595

@@ -2685,14 +2685,14 @@ __metadata:
26852685
languageName: unknown
26862686
linkType: soft
26872687

2688-
"@vanilla-extract/[email protected].0, @vanilla-extract/css@^0.3.0, @vanilla-extract/css@workspace:packages/css":
2688+
"@vanilla-extract/[email protected].1, @vanilla-extract/css@^0.3.0, @vanilla-extract/css@workspace:packages/css":
26892689
version: 0.0.0-use.local
26902690
resolution: "@vanilla-extract/css@workspace:packages/css"
26912691
dependencies:
26922692
"@emotion/hash": ^0.8.0
26932693
"@types/cssesc": ^3.0.0
26942694
"@types/dedent": ^0.7.0
2695-
"@vanilla-extract/private": ^0.1.0
2695+
"@vanilla-extract/private": ^0.1.1
26962696
css-selector-parser: ^1.4.1
26972697
cssesc: ^3.0.0
26982698
csstype: ^3.0.7
@@ -2726,7 +2726,7 @@ __metadata:
27262726
languageName: unknown
27272727
linkType: soft
27282728

2729-
"@vanilla-extract/private@^0.1.0, @vanilla-extract/private@workspace:packages/private":
2729+
"@vanilla-extract/private@^0.1.0, @vanilla-extract/private@^0.1.1, @vanilla-extract/private@workspace:packages/private":
27302730
version: 0.0.0-use.local
27312731
resolution: "@vanilla-extract/private@workspace:packages/private"
27322732
languageName: unknown

0 commit comments

Comments
 (0)