Skip to content

Commit 0222a80

Browse files
Version Packages (#385)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b1e5936 commit 0222a80

File tree

12 files changed

+24
-23
lines changed

12 files changed

+24
-23
lines changed

.changeset/rude-fireants-help.md

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

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@types/react": "^17",
1818
"@vanilla-extract/babel-plugin": "^1.1.0",
19-
"@vanilla-extract/css": "^1.6.0",
19+
"@vanilla-extract/css": "^1.6.1",
2020
"@vanilla-extract/next-plugin": "^1.0.0"
2121
},
2222
"browserslist": [

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.1.0",
26-
"@vanilla-extract/css": "1.6.0",
26+
"@vanilla-extract/css": "1.6.1",
2727
"@vanilla-extract/sprinkles": "^1.3.0",
2828
"@vanilla-extract/webpack-plugin": "^2.1.0",
2929
"babel-loader": "^8.2.2",

fixtures/features/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.6.0",
9+
"@vanilla-extract/css": "1.6.1",
1010
"@vanilla-extract/dynamic": "2.0.0"
1111
}
1212
}

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

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

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.6.0",
9+
"@vanilla-extract/css": "1.6.1",
1010
"@vanilla-extract/sprinkles": "1.3.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": "1.6.0",
9+
"@vanilla-extract/css": "1.6.1",
1010
"@vanilla-extract/dynamic": "2.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.6.0"
11+
"@vanilla-extract/css": "1.6.1"
1212
}
1313
}

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.6.1
4+
5+
### Patch Changes
6+
7+
- [#381](https://github.com/seek-oss/vanilla-extract/pull/381) [`b1e5936`](https://github.com/seek-oss/vanilla-extract/commit/b1e5936db253d81cca60c31adeabd2dd0a240389) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix identfiers not respecting `NODE_ENV` for SSR builds
8+
39
## 1.6.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)