Skip to content

Commit 70e802f

Browse files
Version Packages (#355)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 03ba653 commit 70e802f

File tree

12 files changed

+24
-23
lines changed

12 files changed

+24
-23
lines changed

.changeset/strange-cooks-trade.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.5.0",
19+
"@vanilla-extract/css": "^1.5.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.5.0",
26+
"@vanilla-extract/css": "1.5.1",
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.0",
9+
"@vanilla-extract/css": "1.5.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.5.0"
8+
"@vanilla-extract/css": "1.5.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.5.0",
9+
"@vanilla-extract/css": "1.5.1",
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.0",
9+
"@vanilla-extract/css": "1.5.1",
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.0",
9+
"@vanilla-extract/css": "1.5.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.5.0"
11+
"@vanilla-extract/css": "1.5.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.5.1
4+
5+
### Patch Changes
6+
7+
- [#354](https://github.com/seek-oss/vanilla-extract/pull/354) [`cdad52d`](https://github.com/seek-oss/vanilla-extract/commit/cdad52d6e95422f4ce53b74456fd510880a4a32a) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix function serialization with older versions of the `@vanilla-extract/integration` package
8+
39
## 1.5.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)