diff --git a/.changeset/breezy-poets-matter.md b/.changeset/breezy-poets-matter.md deleted file mode 100644 index f4da41855..000000000 --- a/.changeset/breezy-poets-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vanilla-extract/rollup-plugin': patch ---- - -Include content in CSS sourcemap when bundling with the `extract` option diff --git a/packages/rollup-plugin/CHANGELOG.md b/packages/rollup-plugin/CHANGELOG.md index 89f85c5e9..a3b536964 100644 --- a/packages/rollup-plugin/CHANGELOG.md +++ b/packages/rollup-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @vanilla-extract/rollup-plugin +## 1.4.1 + +### Patch Changes + +- [#1627](https://github.com/vanilla-extract-css/vanilla-extract/pull/1627) [`2fcf8e8`](https://github.com/vanilla-extract-css/vanilla-extract/commit/2fcf8e89a3f09782bf9fbbf6e51c01dd4b1a2017) Thanks [@stipsan](https://github.com/stipsan)! - Include content in CSS sourcemap when bundling with the `extract` option + ## 1.4.0 ### Minor Changes diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index 0cb2fd1b2..49fbe4fa4 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@vanilla-extract/rollup-plugin", - "version": "1.4.0", + "version": "1.4.1", "description": "Zero-runtime Stylesheets-in-TypeScript", "main": "dist/vanilla-extract-rollup-plugin.cjs.js", "module": "dist/vanilla-extract-rollup-plugin.esm.js",