Skip to content

Commit 0481a9e

Browse files
Version Packages (#417)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 914192b commit 0481a9e

File tree

8 files changed

+19
-17
lines changed

8 files changed

+19
-17
lines changed

.changeset/mean-parents-brush.md

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

.changeset/nasty-shrimps-heal.md

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

fixtures/recipes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"private": true,
88
"dependencies": {
99
"@vanilla-extract/css": "1.6.2",
10-
"@vanilla-extract/recipes": "0.2.0"
10+
"@vanilla-extract/recipes": "0.2.1"
1111
}
1212
}

packages/recipes/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#416](https://github.com/seek-oss/vanilla-extract/pull/416) [`65d0840`](https://github.com/seek-oss/vanilla-extract/commit/65d08407655579fd9d2bed3fea7df43521f10055) Thanks [@benjervis](https://github.com/benjervis)! - Allow explicit false variants.
8+
9+
Boolean variants in recipes can now also have a `false` case, which is handled properly by the type system and the build system.
10+
311
## 0.2.0
412

513
### Minor Changes

packages/recipes/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/recipes",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Create multi-variant styles with a type-safe runtime API, heavily inspired by https://stitches.dev",
55
"sideEffects": false,
66
"main": "dist/vanilla-extract-recipes.cjs.js",

packages/snowpack-plugin/CHANGELOG.md

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

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#335](https://github.com/seek-oss/vanilla-extract/pull/335) [`2e86d9a`](https://github.com/seek-oss/vanilla-extract/commit/2e86d9ad3a4a7a2c99c31b69351d48caeb3a8766) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Fix CSS not outputting on SSR builds
8+
39
## 2.0.0
410

511
### Major Changes

packages/snowpack-plugin/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/snowpack-plugin",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-snowpack-plugin.cjs.js",
66
"module": "dist/vanilla-extract-snowpack-plugin.esm.js",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2282,7 +2282,7 @@ __metadata:
22822282
resolution: "@fixtures/recipes@workspace:fixtures/recipes"
22832283
dependencies:
22842284
"@vanilla-extract/css": 1.6.2
2285-
"@vanilla-extract/recipes": 0.2.0
2285+
"@vanilla-extract/recipes": 0.2.1
22862286
languageName: unknown
22872287
linkType: soft
22882288

@@ -3889,7 +3889,7 @@ __metadata:
38893889
languageName: unknown
38903890
linkType: soft
38913891

3892-
"@vanilla-extract/[email protected].0, @vanilla-extract/recipes@workspace:packages/recipes":
3892+
"@vanilla-extract/[email protected].1, @vanilla-extract/recipes@workspace:packages/recipes":
38933893
version: 0.0.0-use.local
38943894
resolution: "@vanilla-extract/recipes@workspace:packages/recipes"
38953895
dependencies:

0 commit comments

Comments
 (0)