Skip to content

Commit 8987d02

Browse files
Version Packages (#1532)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a8248be commit 8987d02

27 files changed

+104
-48
lines changed

.changeset/flat-waves-talk.md

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

.changeset/many-flowers-switch.md

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

.changeset/new-cameras-stare.md

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

.changeset/seven-drinks-drum.md

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

.changeset/soft-kiwis-pull.md

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

.changeset/tame-hornets-turn.md

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

.changeset/tiny-needles-dance.md

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

packages/compiler/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @vanilla-extract/compiler
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#1536](https://github.com/vanilla-extract-css/vanilla-extract/pull/1536) [`a8248be`](https://github.com/vanilla-extract-css/vanilla-extract/commit/a8248befac51aa51d771b9b22a46209b1fd1e3b3) Thanks [@askoufis](https://github.com/askoufis)! - Initial release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`5f66abb`](https://github.com/vanilla-extract-css/vanilla-extract/commit/5f66abbd607e76d491bbb7b9bfe9c64c882a53e8), [`a8248be`](https://github.com/vanilla-extract-css/vanilla-extract/commit/a8248befac51aa51d771b9b22a46209b1fd1e3b3), [`c432ff3`](https://github.com/vanilla-extract-css/vanilla-extract/commit/c432ff33a8aead2c94fa6a4fcc9fcb1d7990427d), [`ec0b024`](https://github.com/vanilla-extract-css/vanilla-extract/commit/ec0b024fd19c133c233445f9e860626d104f9d97), [`a8248be`](https://github.com/vanilla-extract-css/vanilla-extract/commit/a8248befac51aa51d771b9b22a46209b1fd1e3b3)]:
12+
- @vanilla-extract/integration@8.0.0
13+
- @vanilla-extract/css@1.17.1

packages/compiler/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/compiler",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-compiler.cjs.js",
66
"module": "dist/vanilla-extract-compiler.esm.js",

packages/css/CHANGELOG.md

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

3+
## 1.17.1
4+
5+
### Patch Changes
6+
7+
- [#1533](https://github.com/vanilla-extract-css/vanilla-extract/pull/1533) [`c432ff3`](https://github.com/vanilla-extract-css/vanilla-extract/commit/c432ff33a8aead2c94fa6a4fcc9fcb1d7990427d) Thanks [@askoufis](https://github.com/askoufis)! - Fixes a bug where `@container` queries inside `selectors` were not being generated
8+
39
## 1.17.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)