Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 9, 2023
1 parent d16c22f commit b756bae
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-suns-doubt.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.26

### Patch Changes

- Updated dependencies [[`d16c22f`](https://github.com/vanilla-extract-css/vanilla-extract/commit/d16c22f19d86bf01c1fc4bf4c8914786fb0b9cc9)]:
- @vanilla-extract/recipes@0.5.1

## 0.0.25

### 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.25",
"version": "0.0.26",
"main": "src/index.ts",
"sideEffects": true,
"author": "SEEK",
"private": true,
"dependencies": {
"@vanilla-extract/css": "1.13.0",
"@vanilla-extract/recipes": "0.5.0"
"@vanilla-extract/recipes": "0.5.1"
}
}
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.1

### Patch Changes

- [#1161](https://github.com/vanilla-extract-css/vanilla-extract/pull/1161) [`d16c22f`](https://github.com/vanilla-extract-css/vanilla-extract/commit/d16c22f19d86bf01c1fc4bf4c8914786fb0b9cc9) Thanks [@PrettyCoffee](https://github.com/PrettyCoffee)! - Improve IDE hover of `RecipeVariants` type by explicitly resolving its output

## 0.5.0

### Minor 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.0",
"version": "0.5.1",
"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
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

7 changes: 7 additions & 0 deletions test-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vanilla-extract-private/test-helpers

## 0.0.46

### Patch Changes

- Updated dependencies []:
- @fixtures/recipes@0.0.26

## 0.0.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion test-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vanilla-extract-private/test-helpers",
"private": true,
"version": "0.0.45",
"version": "0.0.46",
"main": "src/index.ts",
"author": "SEEK",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @vanilla-extract-private/tests

## 0.0.48

### Patch Changes

- Updated dependencies [[`d16c22f`](https://github.com/vanilla-extract-css/vanilla-extract/commit/d16c22f19d86bf01c1fc4bf4c8914786fb0b9cc9)]:
- @vanilla-extract/recipes@0.5.1
- @vanilla-extract-private/test-helpers@0.0.46

## 0.0.47

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vanilla-extract-private/tests",
"private": true,
"version": "0.0.47",
"version": "0.0.48",
"author": "SEEK",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit b756bae

Please sign in to comment.