Skip to content

Commit 70517c7

Browse files
Version Packages (#1723)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 99edac2 commit 70517c7

5 files changed

Lines changed: 17 additions & 9 deletions

File tree

.changeset/sunny-years-knock.md

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

packages/next-plugin/CHANGELOG.md

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

3+
## 2.5.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`99edac2`](https://github.com/vanilla-extract-css/vanilla-extract/commit/99edac2ee3ae8c6b37d70dd8e65f95fa34a0babc)]:
10+
- @vanilla-extract/webpack-plugin@2.3.27
11+
312
## 2.5.1
413

514
### Patch Changes

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

packages/webpack-plugin/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vanilla-extract/webpack-plugin
22

3+
## 2.3.27
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 2.3.26
410

511
### Patch Changes
@@ -339,7 +345,6 @@
339345
### Major Changes
340346

341347
- [#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`.
342-
343348
- `short` identifiers are a 7+ character hash. e.g. `hnw5tz3`
344349
- `debug` identifiers contain human readable prefixes representing the owning filename and a potential rule level debug name. e.g. `somefile_mystyle_hnw5tz3`
345350

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

0 commit comments

Comments
 (0)