Skip to content

Commit 20f29cf

Browse files
authored
Version Packages (#622)
1 parent e1550da commit 20f29cf

File tree

18 files changed

+82
-38
lines changed

18 files changed

+82
-38
lines changed

.changeset/friendly-turkeys-play.md

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

.changeset/large-fans-appear.md

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

.changeset/nasty-pillows-chew.md

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

packages/babel-plugin/CHANGELOG.md

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

3+
## 1.1.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bec1cd8`](https://github.com/seek-oss/vanilla-extract/commit/bec1cd88d78071a995edc76a5c626f361fafcda9), [`e1550da`](https://github.com/seek-oss/vanilla-extract/commit/e1550dac59011c8161317f5f0b792a0dd520bbd4), [`e1550da`](https://github.com/seek-oss/vanilla-extract/commit/e1550dac59011c8161317f5f0b792a0dd520bbd4)]:
8+
- @vanilla-extract/integration@3.0.0
9+
310
## 1.1.4
411

512
### Patch Changes

packages/babel-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vanilla-extract/babel-plugin",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-babel-plugin.cjs.js",
66
"module": "dist/vanilla-extract-babel-plugin.esm.js",
@@ -22,6 +22,6 @@
2222
"dependencies": {
2323
"@babel/core": "^7.13.10",
2424
"@babel/template": "^7.12.13",
25-
"@vanilla-extract/integration": "^2.0.1"
25+
"@vanilla-extract/integration": "^3.0.0"
2626
}
2727
}

packages/esbuild-plugin/CHANGELOG.md

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

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- [#621](https://github.com/seek-oss/vanilla-extract/pull/621) [`bec1cd8`](https://github.com/seek-oss/vanilla-extract/commit/bec1cd88d78071a995edc76a5c626f361fafcda9) Thanks [@nayaabkhan](https://github.com/nayaabkhan)! - Improve build performance when creating large CSS files
8+
9+
- Updated dependencies [[`bec1cd8`](https://github.com/seek-oss/vanilla-extract/commit/bec1cd88d78071a995edc76a5c626f361fafcda9), [`e1550da`](https://github.com/seek-oss/vanilla-extract/commit/e1550dac59011c8161317f5f0b792a0dd520bbd4), [`e1550da`](https://github.com/seek-oss/vanilla-extract/commit/e1550dac59011c8161317f5f0b792a0dd520bbd4)]:
10+
- @vanilla-extract/integration@3.0.0
11+
312
## 2.0.2
413

514
### Patch Changes

packages/esbuild-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vanilla-extract/esbuild-plugin",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-esbuild-plugin.cjs.js",
66
"module": "dist/vanilla-extract-esbuild-plugin.esm.js",
@@ -15,7 +15,7 @@
1515
"author": "SEEK",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@vanilla-extract/integration": "^2.0.1"
18+
"@vanilla-extract/integration": "^3.0.0"
1919
},
2020
"devDependencies": {
2121
"esbuild": "^0.11.16"

packages/integration/CHANGELOG.md

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

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#623](https://github.com/seek-oss/vanilla-extract/pull/623) [`e1550da`](https://github.com/seek-oss/vanilla-extract/commit/e1550dac59011c8161317f5f0b792a0dd520bbd4) Thanks [@mattcompiles](https://github.com/mattcompiles)! - BREAKING CHANGE
8+
9+
`getSourceFromVirtualCssFile` is now async.
10+
11+
* [#623](https://github.com/seek-oss/vanilla-extract/pull/623) [`e1550da`](https://github.com/seek-oss/vanilla-extract/commit/e1550dac59011c8161317f5f0b792a0dd520bbd4) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Add `serializeCss` and `deserializeCss` utilities.
12+
13+
BREAKING CHANGE
14+
15+
Remove `base64Source` from `serializeVirtualCssPath`. Use the new `serializeCss` and `deserializeCss` functions if required.
16+
17+
### Patch Changes
18+
19+
- [#621](https://github.com/seek-oss/vanilla-extract/pull/621) [`bec1cd8`](https://github.com/seek-oss/vanilla-extract/commit/bec1cd88d78071a995edc76a5c626f361fafcda9) Thanks [@nayaabkhan](https://github.com/nayaabkhan)! - Improve build performance when creating large CSS files
20+
321
## 2.0.2
422

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

packages/vite-plugin/CHANGELOG.md

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

3+
## 3.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bec1cd8`](https://github.com/seek-oss/vanilla-extract/commit/bec1cd88d78071a995edc76a5c626f361fafcda9), [`e1550da`](https://github.com/seek-oss/vanilla-extract/commit/e1550dac59011c8161317f5f0b792a0dd520bbd4), [`e1550da`](https://github.com/seek-oss/vanilla-extract/commit/e1550dac59011c8161317f5f0b792a0dd520bbd4)]:
8+
- @vanilla-extract/integration@3.0.0
9+
310
## 3.1.2
411

512
### Patch Changes

0 commit comments

Comments
 (0)