Skip to content

Commit ac09b5d

Browse files
Version Packages (#382)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3ae2422 commit ac09b5d

File tree

6 files changed

+16
-14
lines changed

6 files changed

+16
-14
lines changed

.changeset/early-baboons-serve.md

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

.changeset/rude-actors-obey.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.0",
10-
"@vanilla-extract/recipes": "0.1.0"
10+
"@vanilla-extract/recipes": "0.1.1"
1111
}
1212
}

packages/recipes/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @vanilla-extract/recipes
2+
3+
## 0.1.1
4+
### Patch Changes
5+
6+
7+
8+
- [#380](https://github.com/seek-oss/vanilla-extract/pull/380) [`3ae2422`](https://github.com/seek-oss/vanilla-extract/commit/3ae24220e2187475561e0be54631558076370fa4) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Add variant group names to debug IDs
9+
10+
11+
12+
- [#380](https://github.com/seek-oss/vanilla-extract/pull/380) [`3ae2422`](https://github.com/seek-oss/vanilla-extract/commit/3ae24220e2187475561e0be54631558076370fa4) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Return default variants when selection is `undefined`

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.1.0",
3+
"version": "0.1.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",

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.0
2285-
"@vanilla-extract/recipes": 0.1.0
2285+
"@vanilla-extract/recipes": 0.1.1
22862286
languageName: unknown
22872287
linkType: soft
22882288

@@ -3898,7 +3898,7 @@ __metadata:
38983898
languageName: unknown
38993899
linkType: soft
39003900

3901-
"@vanilla-extract/[email protected].0, @vanilla-extract/recipes@workspace:packages/recipes":
3901+
"@vanilla-extract/[email protected].1, @vanilla-extract/recipes@workspace:packages/recipes":
39023902
version: 0.0.0-use.local
39033903
resolution: "@vanilla-extract/recipes@workspace:packages/recipes"
39043904
dependencies:

0 commit comments

Comments
 (0)