Skip to content

Commit 6bfc2d9

Browse files
Version Packages (#1038)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7e876b6 commit 6bfc2d9

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.changeset/shiny-socks-lick.md

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

packages/integration/CHANGELOG.md

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

3+
## 6.2.1
4+
5+
### Patch Changes
6+
7+
- [#1036](https://github.com/vanilla-extract-css/vanilla-extract/pull/1036) [`7e876b6`](https://github.com/vanilla-extract-css/vanilla-extract/commit/7e876b6f114e700c91734d79579863b83147231e) Thanks [@askoufis](https://github.com/askoufis)! - Sort serialized module exports
8+
9+
Fixes a Vanilla module serialization bug that sometimes resulted in variables being used before they were declared
10+
311
## 6.2.0
412

513
### Minor Changes

packages/integration/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/integration",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-integration.cjs.js",
66
"files": [

tests/CHANGELOG.md

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

3+
## 0.0.36
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7e876b6`](https://github.com/vanilla-extract-css/vanilla-extract/commit/7e876b6f114e700c91734d79579863b83147231e)]:
8+
- @vanilla-extract/integration@6.2.1
9+
310
## 0.0.35
411

512
### Patch Changes

tests/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/tests",
33
"private": true,
4-
"version": "0.0.35",
4+
"version": "0.0.36",
55
"author": "SEEK",
66
"license": "MIT",
77
"dependencies": {

0 commit comments

Comments
 (0)