Skip to content

Commit cff97a7

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

File tree

6 files changed

+20
-12
lines changed

6 files changed

+20
-12
lines changed

.changeset/weak-cherries-beg.md

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

fixtures/recipes/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @fixtures/recipes
22

3+
## 0.0.28
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3f8b653`](https://github.com/vanilla-extract-css/vanilla-extract/commit/3f8b65368b26100919debd4591245380322c2cd7)]:
8+
- @vanilla-extract/recipes@0.5.2
9+
310
## 0.0.27
411

512
### Patch Changes

fixtures/recipes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@fixtures/recipes",
3-
"version": "0.0.27",
3+
"version": "0.0.28",
44
"main": "src/index.ts",
55
"sideEffects": true,
66
"author": "SEEK",
77
"private": true,
88
"dependencies": {
99
"@vanilla-extract/css": "1.14.1",
10-
"@vanilla-extract/recipes": "0.5.1"
10+
"@vanilla-extract/recipes": "0.5.2"
1111
}
1212
}

packages/recipes/CHANGELOG.md

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

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- [#1341](https://github.com/vanilla-extract-css/vanilla-extract/pull/1341) [`3f8b653`](https://github.com/vanilla-extract-css/vanilla-extract/commit/3f8b65368b26100919debd4591245380322c2cd7) Thanks [@levrik](https://github.com/levrik)! - Resolve recipe function input type to simplify hover type
8+
39
## 0.5.1
410

511
### Patch 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.5.1",
3+
"version": "0.5.2",
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",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)