Skip to content

Commit a10aaca

Browse files
Version Packages (#711)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9b6f3ea commit a10aaca

File tree

12 files changed

+36
-25
lines changed

12 files changed

+36
-25
lines changed

.changeset/brave-seals-end.md

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

.changeset/cold-phones-deny.md

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

.changeset/kind-zoos-cover.md

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

.changeset/rich-bobcats-teach.md

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

packages/rollup-plugin/CHANGELOG.md

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

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- [#710](https://github.com/seek-oss/vanilla-extract/pull/710) [`e338442`](https://github.com/seek-oss/vanilla-extract/commit/e3384428ac7110ccf1f47b80817ca8c976b90b3f) Thanks [@riccardoperra](https://github.com/riccardoperra)! - Normalize import path for emitted css files
8+
9+
* [#706](https://github.com/seek-oss/vanilla-extract/pull/706) [`3fc5040`](https://github.com/seek-oss/vanilla-extract/commit/3fc50406d5e57bb131eaebab42052cb1370cddff) Thanks [@graup](https://github.com/graup)! - Suppress empty sourcemap warnings
10+
311
## 1.0.3
412

513
### 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.0.3",
3+
"version": "1.0.4",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @vanilla-extract/vite-plugin
22

3+
## 3.1.7
4+
5+
### Patch Changes
6+
7+
- [#716](https://github.com/seek-oss/vanilla-extract/pull/716) [`9b6f3ea`](https://github.com/seek-oss/vanilla-extract/commit/9b6f3ea4160c84e48172ea01b922888dbc7f7c81) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix unresolvable imports inside monorepos
8+
9+
* [#707](https://github.com/seek-oss/vanilla-extract/pull/707) [`162b66f`](https://github.com/seek-oss/vanilla-extract/commit/162b66fb48262182846ff71a25d541e00257672c) Thanks [@AndrewLeedham](https://github.com/AndrewLeedham)! - Fix styles not updating in dev mode
10+
11+
- [#706](https://github.com/seek-oss/vanilla-extract/pull/706) [`3fc5040`](https://github.com/seek-oss/vanilla-extract/commit/3fc50406d5e57bb131eaebab42052cb1370cddff) Thanks [@graup](https://github.com/graup)! - Suppress empty sourcemap warnings
12+
313
## 3.1.6
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.1.6",
3+
"version": "3.1.7",
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.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9b6f3ea`](https://github.com/seek-oss/vanilla-extract/commit/9b6f3ea4160c84e48172ea01b922888dbc7f7c81), [`162b66f`](https://github.com/seek-oss/vanilla-extract/commit/162b66fb48262182846ff71a25d541e00257672c), [`3fc5040`](https://github.com/seek-oss/vanilla-extract/commit/3fc50406d5e57bb131eaebab42052cb1370cddff)]:
8+
- @vanilla-extract/vite-plugin@3.1.7
9+
310
## 0.0.17
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.17",
4+
"version": "0.0.18",
55
"main": "src/index.ts",
66
"author": "SEEK",
77
"license": "MIT",

0 commit comments

Comments
 (0)