Skip to content

Commit ad24282

Browse files
Version Packages (#120)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 72f7226 commit ad24282

File tree

16 files changed

+47
-46
lines changed

16 files changed

+47
-46
lines changed

.changeset/blue-snakes-breathe.md

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

.changeset/metal-weeks-serve.md

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

.changeset/slimy-terms-juggle.md

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

.changeset/slow-teachers-warn.md

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

examples/webpack-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
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.0",
26-
"@vanilla-extract/css": "0.4.3",
25+
"@vanilla-extract/babel-plugin": "^0.4.1",
26+
"@vanilla-extract/css": "0.4.4",
2727
"@vanilla-extract/sprinkles": "^0.2.2",
2828
"@vanilla-extract/webpack-plugin": "^0.3.0",
2929
"babel-loader": "^8.2.2",

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

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": "0.4.3",
9+
"@vanilla-extract/css": "0.4.4",
1010
"@vanilla-extract/sprinkles": "0.2.2"
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.3",
9+
"@vanilla-extract/css": "0.4.4",
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.3"
11+
"@vanilla-extract/css": "0.4.4"
1212
}
1313
}

packages/babel-plugin/CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- [#123](https://github.com/seek-oss/vanilla-extract/pull/123) [`72f7226`](https://github.com/seek-oss/vanilla-extract/commit/72f722674d49a5128df61045689c7a231b9f9cee) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Ignore commonjs files that already have filescope information
8+
9+
* [#123](https://github.com/seek-oss/vanilla-extract/pull/123) [`72f7226`](https://github.com/seek-oss/vanilla-extract/commit/72f722674d49a5128df61045689c7a231b9f9cee) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Use correct import style (ESM or CJS) when adding filescope information
10+
311
## 0.4.0
412

513
### Minor Changes

0 commit comments

Comments
 (0)