Skip to content

Commit 0228483

Browse files
Version Packages (#1145)
1 parent fd5fac5 commit 0228483

File tree

11 files changed

+36
-16
lines changed

11 files changed

+36
-16
lines changed

.changeset/brave-snakes-yawn.md

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

.changeset/weak-rabbits-design.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.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fd5fac5`](https://github.com/vanilla-extract-css/vanilla-extract/commit/fd5fac56573c65f3cd9326cfaa1d2835a7212bcb), [`fd5fac5`](https://github.com/vanilla-extract-css/vanilla-extract/commit/fd5fac56573c65f3cd9326cfaa1d2835a7212bcb)]:
8+
- @vanilla-extract/recipes@0.5.0
9+
310
## 0.0.23
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.23",
3+
"version": "0.0.24",
44
"main": "src/index.ts",
55
"sideEffects": true,
66
"author": "SEEK",
77
"private": true,
88
"dependencies": {
99
"@vanilla-extract/css": "1.12.0",
10-
"@vanilla-extract/recipes": "0.4.0"
10+
"@vanilla-extract/recipes": "0.5.0"
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.5.0
4+
5+
### Minor Changes
6+
7+
- [#1104](https://github.com/vanilla-extract-css/vanilla-extract/pull/1104) [`fd5fac5`](https://github.com/vanilla-extract-css/vanilla-extract/commit/fd5fac56573c65f3cd9326cfaa1d2835a7212bcb) Thanks [@aspirisen](https://github.com/aspirisen)! - Expose recipe's class names to allow their selection
8+
9+
* [#1104](https://github.com/vanilla-extract-css/vanilla-extract/pull/1104) [`fd5fac5`](https://github.com/vanilla-extract-css/vanilla-extract/commit/fd5fac56573c65f3cd9326cfaa1d2835a7212bcb) Thanks [@aspirisen](https://github.com/aspirisen)! - Always create a base class name for a recipe
10+
311
## 0.4.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.4.0",
3+
"version": "0.5.0",
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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-helpers/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @vanilla-extract-private/test-helpers
22

3+
## 0.0.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @fixtures/recipes@0.0.24
9+
310
## 0.0.42
411

512
### Patch Changes

test-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vanilla-extract-private/test-helpers",
33
"private": true,
4-
"version": "0.0.42",
4+
"version": "0.0.43",
55
"main": "src/index.ts",
66
"author": "SEEK",
77
"license": "MIT",

tests/CHANGELOG.md

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

3+
## 0.0.44
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fd5fac5`](https://github.com/vanilla-extract-css/vanilla-extract/commit/fd5fac56573c65f3cd9326cfaa1d2835a7212bcb), [`fd5fac5`](https://github.com/vanilla-extract-css/vanilla-extract/commit/fd5fac56573c65f3cd9326cfaa1d2835a7212bcb)]:
8+
- @vanilla-extract/recipes@0.5.0
9+
- @vanilla-extract-private/test-helpers@0.0.43
10+
311
## 0.0.43
412

513
### Patch Changes

0 commit comments

Comments
 (0)