Skip to content

Commit ce255bb

Browse files
authored
Version Packages (#266)
1 parent 385155f commit ce255bb

File tree

9 files changed

+18
-17
lines changed

9 files changed

+18
-17
lines changed

.changeset/rich-walls-cry.md

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

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.0.1",
26-
"@vanilla-extract/css": "1.2.0",
26+
"@vanilla-extract/css": "1.2.1",
2727
"@vanilla-extract/sprinkles": "^1.0.0",
2828
"@vanilla-extract/webpack-plugin": "^1.1.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": "1.2.0"
8+
"@vanilla-extract/css": "1.2.1"
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": "1.2.0",
9+
"@vanilla-extract/css": "1.2.1",
1010
"@vanilla-extract/sprinkles": "1.0.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.2.0",
9+
"@vanilla-extract/css": "1.2.1",
1010
"@vanilla-extract/dynamic": "1.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.2.0"
11+
"@vanilla-extract/css": "1.2.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.2.1
4+
5+
### Patch Changes
6+
7+
- [#265](https://github.com/seek-oss/vanilla-extract/pull/265) [`385155f`](https://github.com/seek-oss/vanilla-extract/commit/385155faff4eeab0bba5137383fe948999c04b2c) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix fileScope error if `composeStyles` is called at runtime
8+
39
## 1.2.0
410

511
### Minor Changes

packages/css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vanilla-extract/css",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"sideEffects": true,
66
"main": "dist/vanilla-extract-css.cjs.js",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,15 +1755,15 @@ __metadata:
17551755
version: 0.0.0-use.local
17561756
resolution: "@fixtures/low-level@workspace:fixtures/low-level"
17571757
dependencies:
1758-
"@vanilla-extract/css": 1.2.0
1758+
"@vanilla-extract/css": 1.2.1
17591759
languageName: unknown
17601760
linkType: soft
17611761

17621762
"@fixtures/sprinkles@workspace:fixtures/sprinkles":
17631763
version: 0.0.0-use.local
17641764
resolution: "@fixtures/sprinkles@workspace:fixtures/sprinkles"
17651765
dependencies:
1766-
"@vanilla-extract/css": 1.2.0
1766+
"@vanilla-extract/css": 1.2.1
17671767
"@vanilla-extract/sprinkles": 1.0.0
17681768
languageName: unknown
17691769
linkType: soft
@@ -1772,7 +1772,7 @@ __metadata:
17721772
version: 0.0.0-use.local
17731773
resolution: "@fixtures/themed@workspace:fixtures/themed"
17741774
dependencies:
1775-
"@vanilla-extract/css": 1.2.0
1775+
"@vanilla-extract/css": 1.2.1
17761776
"@vanilla-extract/dynamic": 1.0.0
17771777
languageName: unknown
17781778
linkType: soft
@@ -1781,7 +1781,7 @@ __metadata:
17811781
version: 0.0.0-use.local
17821782
resolution: "@fixtures/unused-modules@workspace:fixtures/unused-modules"
17831783
dependencies:
1784-
"@vanilla-extract/css": 1.2.0
1784+
"@vanilla-extract/css": 1.2.1
17851785
languageName: unknown
17861786
linkType: soft
17871787

@@ -3182,7 +3182,7 @@ __metadata:
31823182
languageName: unknown
31833183
linkType: soft
31843184

3185-
"@vanilla-extract/css@*, @vanilla-extract/[email protected].0, @vanilla-extract/css@^1.2.0, @vanilla-extract/css@workspace:packages/css":
3185+
"@vanilla-extract/css@*, @vanilla-extract/[email protected].1, @vanilla-extract/css@^1.2.0, @vanilla-extract/css@workspace:packages/css":
31863186
version: 0.0.0-use.local
31873187
resolution: "@vanilla-extract/css@workspace:packages/css"
31883188
dependencies:
@@ -14991,7 +14991,7 @@ typescript@^4.1.3:
1499114991
"@types/react-dom": ^17
1499214992
"@types/tailwindcss": ^2
1499314993
"@vanilla-extract/babel-plugin": ^1.0.1
14994-
"@vanilla-extract/css": 1.2.0
14994+
"@vanilla-extract/css": 1.2.1
1499514995
"@vanilla-extract/sprinkles": ^1.0.0
1499614996
"@vanilla-extract/webpack-plugin": ^1.1.0
1499714997
babel-loader: ^8.2.2

0 commit comments

Comments
 (0)