Skip to content

Commit 9e7a583

Browse files
Version Packages (#1700)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c5780ad commit 9e7a583

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

.changeset/many-parts-fail.md

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

.changeset/twenty-rivers-smash.md

Lines changed: 0 additions & 5 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.5.3
4+
5+
### Patch Changes
6+
7+
- [#1699](https://github.com/vanilla-extract-css/vanilla-extract/pull/1699) [`c5780ad`](https://github.com/vanilla-extract-css/vanilla-extract/commit/c5780ad7bfdd298a7a93e42552d8a521213771a8) Thanks [@askoufis](https://github.com/askoufis)! - Fixed a bug where side-effect `require`s would not be stripped when bundling CSS with the `extract` option
8+
9+
- [#1699](https://github.com/vanilla-extract-css/vanilla-extract/pull/1699) [`c5780ad`](https://github.com/vanilla-extract-css/vanilla-extract/commit/c5780ad7bfdd298a7a93e42552d8a521213771a8) Thanks [@askoufis](https://github.com/askoufis)! - Fixed a bug where side-effect imports would not be stripped in `.cjs` or `.mjs` files when bundling CSS with the `extract` option
10+
311
## 1.5.2
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.5.2",
3+
"version": "1.5.3",
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",

0 commit comments

Comments
 (0)