Skip to content

Commit c62b53c

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

File tree

11 files changed

+31
-22
lines changed

11 files changed

+31
-22
lines changed

.changeset/eleven-colts-admire.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": "^1.0.0",
26-
"@vanilla-extract/css": "1.1.0",
26+
"@vanilla-extract/css": "1.1.1",
2727
"@vanilla-extract/sprinkles": "^0.4.3",
2828
"@vanilla-extract/webpack-plugin": "^1.0.3",
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": "1.1.0"
8+
"@vanilla-extract/css": "1.1.1"
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": "1.1.0",
9+
"@vanilla-extract/css": "1.1.1",
1010
"@vanilla-extract/sprinkles": "0.4.3"
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": "1.1.0",
9+
"@vanilla-extract/css": "1.1.1",
1010
"@vanilla-extract/dynamic": "1.0.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": "1.1.0"
11+
"@vanilla-extract/css": "1.1.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+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#235](https://github.com/seek-oss/vanilla-extract/pull/235) [`1e49dfc`](https://github.com/seek-oss/vanilla-extract/commit/1e49dfc4fc21ccb53870e297e5e4664b098cc22e) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix `createGlobalTheme` types when accepting an existing contract
8+
9+
- Updated dependencies [[`1e49dfc`](https://github.com/seek-oss/vanilla-extract/commit/1e49dfc4fc21ccb53870e297e5e4664b098cc22e)]:
10+
- @vanilla-extract/private@1.0.1
11+
312
## 1.1.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": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"sideEffects": true,
66
"main": "dist/vanilla-extract-css.cjs.js",
@@ -36,7 +36,7 @@
3636
"license": "MIT",
3737
"dependencies": {
3838
"@emotion/hash": "^0.8.0",
39-
"@vanilla-extract/private": "^1.0.0",
39+
"@vanilla-extract/private": "^1.0.1",
4040
"chalk": "^4.1.1",
4141
"css-what": "^5.0.1",
4242
"cssesc": "^3.0.0",

packages/private/CHANGELOG.md

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

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#235](https://github.com/seek-oss/vanilla-extract/pull/235) [`1e49dfc`](https://github.com/seek-oss/vanilla-extract/commit/1e49dfc4fc21ccb53870e297e5e4664b098cc22e) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix `createGlobalTheme` types when accepting an existing contract
8+
39
## 1.0.0
410

511
### Major Changes

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

0 commit comments

Comments
 (0)