Skip to content

Commit ec4c563

Browse files
Version Packages (#1045)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8365959 commit ec4c563

File tree

16 files changed

+69
-68
lines changed

16 files changed

+69
-68
lines changed

.changeset/mighty-carpets-breathe.md

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

.changeset/quiet-maps-drop.md

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

.changeset/silver-pianos-cover.md

Lines changed: 0 additions & 8 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.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3163abc`](https://github.com/vanilla-extract-css/vanilla-extract/commit/3163abc75c2e280e96989f732e4e5e60e4941eff)]:
8+
- @vanilla-extract/recipes@0.4.0
9+
310
## 0.0.19
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.19",
3+
"version": "0.0.20",
44
"main": "src/index.ts",
55
"sideEffects": true,
66
"author": "SEEK",
77
"private": true,
88
"dependencies": {
99
"@vanilla-extract/css": "1.10.0",
10-
"@vanilla-extract/recipes": "0.3.0"
10+
"@vanilla-extract/recipes": "0.4.0"
1111
}
1212
}

fixtures/sprinkles/CHANGELOG.md

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

3+
## 0.0.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4e8377b`](https://github.com/vanilla-extract-css/vanilla-extract/commit/4e8377bdcfb8ffa237f94da67624458a8ff3b2b5), [`8365959`](https://github.com/vanilla-extract-css/vanilla-extract/commit/836595943eb21f97400986a123788ec46f165139)]:
8+
- @vanilla-extract/sprinkles@1.5.2
9+
310
## 0.0.21
411

512
### Patch Changes

fixtures/sprinkles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@fixtures/sprinkles",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"main": "src/index.ts",
55
"sideEffects": true,
66
"author": "SEEK",
77
"private": true,
88
"dependencies": {
99
"@vanilla-extract/css": "1.10.0",
10-
"@vanilla-extract/sprinkles": "1.5.1"
10+
"@vanilla-extract/sprinkles": "1.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.4.0
4+
5+
### Minor Changes
6+
7+
- [#1044](https://github.com/vanilla-extract-css/vanilla-extract/pull/1044) [`3163abc`](https://github.com/vanilla-extract-css/vanilla-extract/commit/3163abc75c2e280e96989f732e4e5e60e4941eff) Thanks [@mszczepanczyk](https://github.com/mszczepanczyk)! - Add `variants` function for accessing variant names at runtime
8+
39
## 0.3.0
410

511
### 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.3.0",
3+
"version": "0.4.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",

packages/sprinkles/CHANGELOG.md

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

3+
## 1.5.2
4+
5+
### Patch Changes
6+
7+
- [#1039](https://github.com/vanilla-extract-css/vanilla-extract/pull/1039) [`4e8377b`](https://github.com/vanilla-extract-css/vanilla-extract/commit/4e8377bdcfb8ffa237f94da67624458a8ff3b2b5) Thanks [@askoufis](https://github.com/askoufis)! - Fixes types for custom properties passed to `defineProperties`
8+
9+
* [#1034](https://github.com/vanilla-extract-css/vanilla-extract/pull/1034) [`8365959`](https://github.com/vanilla-extract-css/vanilla-extract/commit/836595943eb21f97400986a123788ec46f165139) Thanks [@askoufis](https://github.com/askoufis)! - Allow `undefined` property values at the type level.
10+
This change enables better compatibility with projects that set the [`exactOptionalPropertyTypes`][exactoptionalpropertytypes] flag to `true`.
11+
12+
[exactOptionalPropertyTypes]: https://www.typescriptlang.org/tsconfig#exactOptionalPropertyTypes
13+
314
## 1.5.1
415

516
### Patch Changes

0 commit comments

Comments
 (0)