Skip to content

Commit ff6f20f

Browse files
Version Packages (#531)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0d7f912 commit ff6f20f

File tree

7 files changed

+26
-11
lines changed

7 files changed

+26
-11
lines changed

.changeset/metal-cobras-beg.md

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

packages/vite-plugin/CHANGELOG.md

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

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- [#530](https://github.com/seek-oss/vanilla-extract/pull/530) [`0d7f912`](https://github.com/seek-oss/vanilla-extract/commit/0d7f912e4f20f8aab0f8d00f797b91ae5005de4d) Thanks [@benjervis](https://github.com/benjervis)! - Fix compatibility issues with [email protected]
8+
9+
Vite 2.7 introduced some [breaking changes](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md#270-2021-12-07) around the way SSR was indicated in plugins.
10+
The plugin has been updated to handle both the old and new formats, so it should support both 2.7 forward, as well as previous versions.
11+
312
## 3.1.0
413

514
### Minor 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.1.0",
3+
"version": "3.1.1",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0d7f912`](https://github.com/seek-oss/vanilla-extract/commit/0d7f912e4f20f8aab0f8d00f797b91ae5005de4d)]:
8+
- @vanilla-extract/vite-plugin@3.1.1
9+
310
## 0.0.5
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.5",
4+
"version": "0.0.6",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @vanilla-extract-private/test-helpers@0.0.6
9+
310
## 0.0.5
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.5",
4+
"version": "0.0.6",
55
"author": "SEEK",
66
"license": "MIT",
77
"dependencies": {

0 commit comments

Comments
 (0)