Skip to content

Commit c80a862

Browse files
Version Packages (#48)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2ae4db3 commit c80a862

File tree

8 files changed

+21
-23
lines changed

8 files changed

+21
-23
lines changed

.changeset/tough-news-rush.md

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

.changeset/wicked-carrots-turn.md

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

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

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.3.1",
9+
"@vanilla-extract/css": "0.3.2",
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.3.1"
11+
"@vanilla-extract/css": "0.3.2"
1212
}
1313
}

packages/css/CHANGELOG.md

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

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- [#47](https://github.com/seek-oss/vanilla-extract/pull/47) [`a18bc03`](https://github.com/seek-oss/vanilla-extract/commit/a18bc034885a8b1cc1396b3890111067d4858626) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Improve dev prefixes on generated class names
8+
9+
- Add file name to class names even if no debug id is present
10+
- If file is the index file use directory name instead
11+
12+
* [#49](https://github.com/seek-oss/vanilla-extract/pull/49) [`2ae4db3`](https://github.com/seek-oss/vanilla-extract/commit/2ae4db3cd442fc493ccc00fd519841b72f1381bf) Thanks [@michaeltaranto](https://github.com/michaeltaranto)! - Update the unit-less property map
13+
14+
The original list was borrowed from the [postcss-js parser](https://github.com/postcss/postcss-js/blob/d5127d4278c133f333f1c66f990f3552a907128e/parser.js#L5), but decided to reverse engineer an updated list from [csstype](https://github.com/frenic/csstype) for more thorough coverage.
15+
316
## 0.3.1
417

518
### Patch 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": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"sideEffects": true,
66
"main": "dist/vanilla-extract-css.cjs.js",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,15 +1572,15 @@ __metadata:
15721572
version: 0.0.0-use.local
15731573
resolution: "@fixtures/low-level@workspace:fixtures/low-level"
15741574
dependencies:
1575-
"@vanilla-extract/css": 0.3.1
1575+
"@vanilla-extract/css": 0.3.2
15761576
languageName: unknown
15771577
linkType: soft
15781578

15791579
"@fixtures/themed@workspace:fixtures/themed":
15801580
version: 0.0.0-use.local
15811581
resolution: "@fixtures/themed@workspace:fixtures/themed"
15821582
dependencies:
1583-
"@vanilla-extract/css": 0.3.1
1583+
"@vanilla-extract/css": 0.3.2
15841584
"@vanilla-extract/dynamic": 0.1.0
15851585
languageName: unknown
15861586
linkType: soft
@@ -1589,7 +1589,7 @@ __metadata:
15891589
version: 0.0.0-use.local
15901590
resolution: "@fixtures/unused-modules@workspace:fixtures/unused-modules"
15911591
dependencies:
1592-
"@vanilla-extract/css": 0.3.1
1592+
"@vanilla-extract/css": 0.3.2
15931593
languageName: unknown
15941594
linkType: soft
15951595

@@ -2685,7 +2685,7 @@ __metadata:
26852685
languageName: unknown
26862686
linkType: soft
26872687

2688-
"@vanilla-extract/[email protected].1, @vanilla-extract/css@^0.3.0, @vanilla-extract/css@workspace:packages/css":
2688+
"@vanilla-extract/[email protected].2, @vanilla-extract/css@^0.3.0, @vanilla-extract/css@workspace:packages/css":
26892689
version: 0.0.0-use.local
26902690
resolution: "@vanilla-extract/css@workspace:packages/css"
26912691
dependencies:

0 commit comments

Comments
 (0)