Skip to content

Commit

Permalink
Version Packages (#1342)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
vanilla-extract-ci and github-actions[bot] committed Mar 4, 2024
1 parent 3f8b653 commit cff97a7
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/weak-cherries-beg.md

This file was deleted.

7 changes: 7 additions & 0 deletions fixtures/recipes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fixtures/recipes

## 0.0.28

### Patch Changes

- Updated dependencies [[`3f8b653`](https://github.com/vanilla-extract-css/vanilla-extract/commit/3f8b65368b26100919debd4591245380322c2cd7)]:
- @vanilla-extract/recipes@0.5.2

## 0.0.27

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions fixtures/recipes/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@fixtures/recipes",
"version": "0.0.27",
"version": "0.0.28",
"main": "src/index.ts",
"sideEffects": true,
"author": "SEEK",
"private": true,
"dependencies": {
"@vanilla-extract/css": "1.14.1",
"@vanilla-extract/recipes": "0.5.1"
"@vanilla-extract/recipes": "0.5.2"
}
}
6 changes: 6 additions & 0 deletions packages/recipes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vanilla-extract/recipes

## 0.5.2

### Patch Changes

- [#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

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/recipes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vanilla-extract/recipes",
"version": "0.5.1",
"version": "0.5.2",
"description": "Create multi-variant styles with a type-safe runtime API, heavily inspired by https://stitches.dev",
"sideEffects": false,
"main": "dist/vanilla-extract-recipes.cjs.js",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cff97a7

Please sign in to comment.