Skip to content

Commit b8c8be1

Browse files
authored
Version Packages (#362)
1 parent 531044b commit b8c8be1

File tree

12 files changed

+26
-25
lines changed

12 files changed

+26
-25
lines changed

.changeset/weak-pants-prove.md

Lines changed: 0 additions & 7 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.5.1",
19+
"@vanilla-extract/css": "^1.6.0",
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.5.1",
26+
"@vanilla-extract/css": "1.6.0",
2727
"@vanilla-extract/sprinkles": "^1.2.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.5.1",
9+
"@vanilla-extract/css": "1.6.0",
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.5.1"
8+
"@vanilla-extract/css": "1.6.0"
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.5.1",
9+
"@vanilla-extract/css": "1.6.0",
1010
"@vanilla-extract/recipes": "0.1.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.5.1",
9+
"@vanilla-extract/css": "1.6.0",
1010
"@vanilla-extract/sprinkles": "1.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": "1.5.1",
9+
"@vanilla-extract/css": "1.6.0",
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.5.1"
11+
"@vanilla-extract/css": "1.6.0"
1212
}
1313
}

packages/css/CHANGELOG.md

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

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- [#361](https://github.com/seek-oss/vanilla-extract/pull/361) [`531044b`](https://github.com/seek-oss/vanilla-extract/commit/531044b8c5c2d13c465ed77641d3cc6a11903ced) Thanks [@markdalgleish](https://github.com/markdalgleish)! - Automatically add quotes to `content` values when necessary
8+
9+
For example `{ content: '' }` will now return CSS of `{ content: "" }`
10+
311
## 1.5.1
412

513
### Patch Changes

0 commit comments

Comments
 (0)