Skip to content

Commit f33b6a5

Browse files
Version Packages (#773)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8c4f71b commit f33b6a5

File tree

8 files changed

+27
-13
lines changed

8 files changed

+27
-13
lines changed

.changeset/silly-yaks-whisper.md

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

.changeset/soft-lobsters-promise.md

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

packages/vite-plugin/CHANGELOG.md

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

3+
## 3.3.0
4+
5+
### Minor Changes
6+
7+
- [#751](https://github.com/seek-oss/vanilla-extract/pull/751) [`8c4f71b`](https://github.com/seek-oss/vanilla-extract/commit/8c4f71bce455e551cdce90840b6d6dbde80ccc5b) Thanks [@frandiox](https://github.com/frandiox)! - Add [experimental support for React Server Components](https://github.com/facebook/react/pull/22952)
8+
9+
### Patch Changes
10+
11+
- [#751](https://github.com/seek-oss/vanilla-extract/pull/751) [`8c4f71b`](https://github.com/seek-oss/vanilla-extract/commit/8c4f71bce455e551cdce90840b6d6dbde80ccc5b) Thanks [@frandiox](https://github.com/frandiox)! - Fix HMR
12+
313
## 3.2.1
414

515
### Patch Changes

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

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.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8c4f71b`](https://github.com/seek-oss/vanilla-extract/commit/8c4f71bce455e551cdce90840b6d6dbde80ccc5b), [`8c4f71b`](https://github.com/seek-oss/vanilla-extract/commit/8c4f71bce455e551cdce90840b6d6dbde80ccc5b)]:
8+
- @vanilla-extract/vite-plugin@3.3.0
9+
310
## 0.0.20
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.20",
4+
"version": "0.0.21",
55
"main": "src/index.ts",
66
"author": "SEEK",
77
"license": "MIT",

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.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @vanilla-extract-private/test-helpers@0.0.21
9+
310
## 0.0.20
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.20",
4+
"version": "0.0.21",
55
"author": "SEEK",
66
"license": "MIT",
77
"dependencies": {

0 commit comments

Comments
 (0)