Skip to content

Commit 6e20b87

Browse files
authored
Version Packages (#826)
1 parent ef905c3 commit 6e20b87

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/chilled-pets-help.md

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

packages/vite-plugin/CHANGELOG.md

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

3+
## 3.5.0
4+
5+
### Minor Changes
6+
7+
- [#825](https://github.com/seek-oss/vanilla-extract/pull/825) [`ef905c3`](https://github.com/seek-oss/vanilla-extract/commit/ef905c32765232bf2e4a64c3bc193853a3c3ba4d) Thanks [@markdalgleish](https://github.com/markdalgleish)! - Add experimental support for [SolidStart](https://github.com/solidjs/solid-start)
8+
39
## 3.4.0
410

511
### 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.4.0",
3+
"version": "3.5.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.28
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ef905c3`](https://github.com/seek-oss/vanilla-extract/commit/ef905c32765232bf2e4a64c3bc193853a3c3ba4d)]:
8+
- @vanilla-extract/vite-plugin@3.5.0
9+
310
## 0.0.27
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.27",
4+
"version": "0.0.28",
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.28
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @vanilla-extract-private/test-helpers@0.0.28
9+
310
## 0.0.27
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.27",
4+
"version": "0.0.28",
55
"author": "SEEK",
66
"license": "MIT",
77
"dependencies": {

0 commit comments

Comments
 (0)