diff --git a/.changeset/sunny-years-knock.md b/.changeset/sunny-years-knock.md deleted file mode 100644 index c1f863cbd..000000000 --- a/.changeset/sunny-years-knock.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@vanilla-extract/webpack-plugin': patch -'@vanilla-extract/next-plugin': patch ---- - -Fixes a bug where the `externals` option was silently ignored diff --git a/packages/next-plugin/CHANGELOG.md b/packages/next-plugin/CHANGELOG.md index e54a04fb6..981dc747f 100644 --- a/packages/next-plugin/CHANGELOG.md +++ b/packages/next-plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # @vanilla-extract/next-plugin +## 2.5.2 + +### Patch Changes + +- [#1722](https://github.com/vanilla-extract-css/vanilla-extract/pull/1722) [`99edac2`](https://github.com/vanilla-extract-css/vanilla-extract/commit/99edac2ee3ae8c6b37d70dd8e65f95fa34a0babc) Thanks [@askoufis](https://github.com/askoufis)! - Fixes a bug where the `externals` option was silently ignored + +- Updated dependencies [[`99edac2`](https://github.com/vanilla-extract-css/vanilla-extract/commit/99edac2ee3ae8c6b37d70dd8e65f95fa34a0babc)]: + - @vanilla-extract/webpack-plugin@2.3.27 + ## 2.5.1 ### Patch Changes diff --git a/packages/next-plugin/package.json b/packages/next-plugin/package.json index d78c8f2a9..5d8c74edc 100644 --- a/packages/next-plugin/package.json +++ b/packages/next-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@vanilla-extract/next-plugin", - "version": "2.5.1", + "version": "2.5.2", "description": "Zero-runtime Stylesheets-in-TypeScript", "main": "dist/vanilla-extract-next-plugin.cjs.js", "module": "dist/vanilla-extract-next-plugin.esm.js", diff --git a/packages/webpack-plugin/CHANGELOG.md b/packages/webpack-plugin/CHANGELOG.md index 6c2edf9f8..3445a22a7 100644 --- a/packages/webpack-plugin/CHANGELOG.md +++ b/packages/webpack-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @vanilla-extract/webpack-plugin +## 2.3.27 + +### Patch Changes + +- [#1722](https://github.com/vanilla-extract-css/vanilla-extract/pull/1722) [`99edac2`](https://github.com/vanilla-extract-css/vanilla-extract/commit/99edac2ee3ae8c6b37d70dd8e65f95fa34a0babc) Thanks [@askoufis](https://github.com/askoufis)! - Fixes a bug where the `externals` option was silently ignored + ## 2.3.26 ### Patch Changes @@ -339,7 +345,6 @@ ### Major Changes - [#323](https://github.com/vanilla-extract-css/vanilla-extract/pull/323) [`1e7d647`](https://github.com/vanilla-extract-css/vanilla-extract/commit/1e7d6470398a0fbcbdef4118e678150932cd9275) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Formatting of identifiers (e.g. class names, keyframes, CSS Vars, etc) can now be configured via the `identifiers` option which accepts either `short` or `debug`. - - `short` identifiers are a 7+ character hash. e.g. `hnw5tz3` - `debug` identifiers contain human readable prefixes representing the owning filename and a potential rule level debug name. e.g. `somefile_mystyle_hnw5tz3` diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 426273aca..1f679f91c 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@vanilla-extract/webpack-plugin", - "version": "2.3.26", + "version": "2.3.27", "description": "Zero-runtime Stylesheets-in-TypeScript", "main": "dist/vanilla-extract-webpack-plugin.cjs.js", "module": "dist/vanilla-extract-webpack-plugin.esm.js",