Skip to content

Commit 1ccea97

Browse files
Version Packages (#1626)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 50f1234 commit 1ccea97

File tree

8 files changed

+35
-23
lines changed

8 files changed

+35
-23
lines changed

.changeset/giant-apples-know.md

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

.changeset/twelve-suns-hope.md

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

packages/compiler/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#1624](https://github.com/vanilla-extract-css/vanilla-extract/pull/1624) [`50f1234`](https://github.com/vanilla-extract-css/vanilla-extract/commit/50f12348894a9e77a36ec269fcdf2ad159e5211d) Thanks [@BPScott](https://github.com/BPScott)! - Include `^7.0.0` in `vite` dependency range
8+
39
## 0.3.0
410

511
### Minor Changes

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

packages/rollup-plugin/CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#1604](https://github.com/vanilla-extract-css/vanilla-extract/pull/1604) [`4a020ba`](https://github.com/vanilla-extract-css/vanilla-extract/commit/4a020ba48941e438fc6bdcfb472da50316db993d) Thanks [@drwpow](https://github.com/drwpow)! - Add "extract" option which bundles CSS into one bundle. Removes .css imports.
8+
9+
**EXAMPLE USAGE**:
10+
11+
```ts
12+
vanillaExtractPlugin({
13+
extract: {
14+
name: 'bundle.css',
15+
sourcemap: false
16+
}
17+
});
18+
```
19+
320
## 1.3.17
421

522
### Patch Changes

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

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+
## 5.1.1
4+
5+
### Patch Changes
6+
7+
- [#1624](https://github.com/vanilla-extract-css/vanilla-extract/pull/1624) [`50f1234`](https://github.com/vanilla-extract-css/vanilla-extract/commit/50f12348894a9e77a36ec269fcdf2ad159e5211d) Thanks [@BPScott](https://github.com/BPScott)! - Include `^7.0.0` in `vite` dependency range
8+
9+
- Updated dependencies [[`50f1234`](https://github.com/vanilla-extract-css/vanilla-extract/commit/50f12348894a9e77a36ec269fcdf2ad159e5211d)]:
10+
- @vanilla-extract/compiler@0.3.1
11+
312
## 5.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": "5.1.0",
3+
"version": "5.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",

0 commit comments

Comments
 (0)