Skip to content

Commit 8224343

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

File tree

12 files changed

+24
-23
lines changed

12 files changed

+24
-23
lines changed

.changeset/thick-tigers-roll.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.2",
19-
"@vanilla-extract/css": "^1.6.2",
19+
"@vanilla-extract/css": "^1.6.3",
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.2",
26-
"@vanilla-extract/css": "1.6.2",
26+
"@vanilla-extract/css": "1.6.3",
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.2",
9+
"@vanilla-extract/css": "1.6.3",
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.2"
8+
"@vanilla-extract/css": "1.6.3"
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.2",
9+
"@vanilla-extract/css": "1.6.3",
1010
"@vanilla-extract/recipes": "0.2.1"
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.2",
9+
"@vanilla-extract/css": "1.6.3",
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.2",
9+
"@vanilla-extract/css": "1.6.3",
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.2"
11+
"@vanilla-extract/css": "1.6.3"
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.3
4+
5+
### Patch Changes
6+
7+
- [#428](https://github.com/seek-oss/vanilla-extract/pull/428) [`e915f7f`](https://github.com/seek-oss/vanilla-extract/commit/e915f7f0c1176f8403118d867216cc19490ad13f) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Ensure whitespace is stripped from debug Ids
8+
39
## 1.6.2
410

511
### Patch Changes

0 commit comments

Comments
 (0)