Skip to content

Commit 15908e5

Browse files
seek-oss-cigithub-actions[bot]mattcompiles
authored
Version Packages (#129)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Jones <[email protected]>
1 parent 4f92126 commit 15908e5

File tree

18 files changed

+71
-52
lines changed

18 files changed

+71
-52
lines changed

.changeset/dull-ducks-cover.md

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

.changeset/funny-candles-sin.md

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

.changeset/green-seals-eat.md

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

.changeset/rare-pigs-tap.md

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

examples/webpack-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"@babel/preset-env": "^7.13.15",
2323
"@babel/preset-react": "^7.13.13",
2424
"@babel/preset-typescript": "^7.13.0",
25-
"@vanilla-extract/babel-plugin": "^0.4.1",
26-
"@vanilla-extract/css": "0.4.4",
27-
"@vanilla-extract/sprinkles": "^0.2.2",
25+
"@vanilla-extract/babel-plugin": "^0.4.2",
26+
"@vanilla-extract/css": "0.5.0",
27+
"@vanilla-extract/sprinkles": "^0.3.0",
2828
"@vanilla-extract/webpack-plugin": "^0.3.0",
2929
"babel-loader": "^8.2.2",
3030
"css-loader": "^5.2.4",

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

fixtures/sprinkles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "SEEK",
77
"private": true,
88
"dependencies": {
9-
"@vanilla-extract/css": "0.4.4",
10-
"@vanilla-extract/sprinkles": "0.2.2"
9+
"@vanilla-extract/css": "0.5.0",
10+
"@vanilla-extract/sprinkles": "0.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": "0.4.4",
9+
"@vanilla-extract/css": "0.5.0",
1010
"@vanilla-extract/dynamic": "0.1.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": "0.4.4"
11+
"@vanilla-extract/css": "0.5.0"
1212
}
1313
}

packages/babel-plugin/CHANGELOG.md

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

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- [#133](https://github.com/seek-oss/vanilla-extract/pull/133) [`a50de75`](https://github.com/seek-oss/vanilla-extract/commit/a50de7505849a317d76713d225514050a38e23e2) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Improve Windows support
8+
9+
Normalize all file paths to POSIX format. This fixes incorrect file paths on Windows and ensures consistent hashes across all operating systems.
10+
11+
- Updated dependencies [[`a50de75`](https://github.com/seek-oss/vanilla-extract/commit/a50de7505849a317d76713d225514050a38e23e2)]:
12+
- @vanilla-extract/integration@0.1.2
13+
314
## 0.4.1
415

516
### Patch Changes

0 commit comments

Comments
 (0)