Skip to content

Commit b8fb2e9

Browse files
Version Packages (#87)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6b56c19 commit b8fb2e9

File tree

11 files changed

+31
-23
lines changed

11 files changed

+31
-23
lines changed

.changeset/spotty-crabs-rule.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
@@ -23,7 +23,7 @@
2323
"@babel/preset-react": "^7.13.13",
2424
"@babel/preset-typescript": "^7.13.0",
2525
"@vanilla-extract/babel-plugin": "^0.4.0",
26-
"@vanilla-extract/css": "0.4.1",
26+
"@vanilla-extract/css": "0.4.2",
2727
"@vanilla-extract/sprinkles": "^0.2.0",
2828
"@vanilla-extract/webpack-plugin": "^0.3.0",
2929
"babel-loader": "^8.2.2",

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.4.1"
8+
"@vanilla-extract/css": "0.4.2"
99
}
1010
}

fixtures/sprinkles/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.4.1",
9+
"@vanilla-extract/css": "0.4.2",
1010
"@vanilla-extract/sprinkles": "0.2.0"
1111
}
1212
}

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.4.1",
9+
"@vanilla-extract/css": "0.4.2",
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.4.1"
11+
"@vanilla-extract/css": "0.4.2"
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.4.2
4+
5+
### Patch Changes
6+
7+
- [#84](https://github.com/seek-oss/vanilla-extract/pull/84) [`0bc4e0a`](https://github.com/seek-oss/vanilla-extract/commit/0bc4e0a164e9167e0356557f8feee42d7889d4b1) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Validate tokens match corresponding theme contracts
8+
9+
- Updated dependencies [[`0bc4e0a`](https://github.com/seek-oss/vanilla-extract/commit/0bc4e0a164e9167e0356557f8feee42d7889d4b1)]:
10+
- @vanilla-extract/private@0.1.2
11+
312
## 0.4.1
413

514
### Patch 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.4.1",
3+
"version": "0.4.2",
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.1",
35+
"@vanilla-extract/private": "^0.1.2",
3636
"chalk": "^4.1.1",
3737
"css-selector-parser": "^1.4.1",
3838
"cssesc": "^3.0.0",

packages/private/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# @vanilla-extract/private
22

3-
## 0.1.1
3+
## 0.1.2
4+
45
### Patch Changes
56

7+
- [#84](https://github.com/seek-oss/vanilla-extract/pull/84) [`0bc4e0a`](https://github.com/seek-oss/vanilla-extract/commit/0bc4e0a164e9167e0356557f8feee42d7889d4b1) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Validate tokens match corresponding theme contracts
68

9+
## 0.1.1
10+
11+
### Patch Changes
712

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

0 commit comments

Comments
 (0)