Skip to content

Commit e8c07af

Browse files
Version Packages (#1611)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2b0be1b commit e8c07af

File tree

33 files changed

+146
-35
lines changed

33 files changed

+146
-35
lines changed

.changeset/spicy-news-roll.md

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

packages/babel-plugin-debug-ids/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vanilla-extract/babel-plugin-debug-ids
22

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- [#1610](https://github.com/vanilla-extract-css/vanilla-extract/pull/1610) [`2b0be1b`](https://github.com/vanilla-extract-css/vanilla-extract/commit/2b0be1be15dcdc3df3248305fe80e566cce794cd) Thanks [@askoufis](https://github.com/askoufis)! - Revert "Improve ESM package entrypoints (#1597)" to fix `Named export not found` error when importing ESM entrypoints
8+
39
## 1.2.1
410

511
### Patch Changes

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

packages/compiler/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @vanilla-extract/compiler
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- [#1610](https://github.com/vanilla-extract-css/vanilla-extract/pull/1610) [`2b0be1b`](https://github.com/vanilla-extract-css/vanilla-extract/commit/2b0be1be15dcdc3df3248305fe80e566cce794cd) Thanks [@askoufis](https://github.com/askoufis)! - Revert "Improve ESM package entrypoints (#1597)" to fix `Named export not found` error when importing ESM entrypoints
8+
9+
- Updated dependencies [[`2b0be1b`](https://github.com/vanilla-extract-css/vanilla-extract/commit/2b0be1be15dcdc3df3248305fe80e566cce794cd)]:
10+
- @vanilla-extract/css@1.17.4
11+
- @vanilla-extract/integration@8.0.4
12+
313
## 0.2.2
414

515
### Patch Changes

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

packages/css/CHANGELOG.md

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

3+
## 1.17.4
4+
5+
### Patch Changes
6+
7+
- [#1610](https://github.com/vanilla-extract-css/vanilla-extract/pull/1610) [`2b0be1b`](https://github.com/vanilla-extract-css/vanilla-extract/commit/2b0be1be15dcdc3df3248305fe80e566cce794cd) Thanks [@askoufis](https://github.com/askoufis)! - Revert "Improve ESM package entrypoints (#1597)" to fix `Named export not found` error when importing ESM entrypoints
8+
9+
- Updated dependencies [[`2b0be1b`](https://github.com/vanilla-extract-css/vanilla-extract/commit/2b0be1be15dcdc3df3248305fe80e566cce794cd)]:
10+
- @vanilla-extract/private@1.0.9
11+
312
## 1.17.3
413

514
### Patch Changes

packages/css/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/css",
3-
"version": "1.17.3",
3+
"version": "1.17.4",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"sideEffects": true,
66
"main": "dist/vanilla-extract-css.cjs.js",

packages/dynamic/CHANGELOG.md

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

3+
## 2.1.5
4+
5+
### Patch Changes
6+
7+
- [#1610](https://github.com/vanilla-extract-css/vanilla-extract/pull/1610) [`2b0be1b`](https://github.com/vanilla-extract-css/vanilla-extract/commit/2b0be1be15dcdc3df3248305fe80e566cce794cd) Thanks [@askoufis](https://github.com/askoufis)! - Revert "Improve ESM package entrypoints (#1597)" to fix `Named export not found` error when importing ESM entrypoints
8+
9+
- Updated dependencies [[`2b0be1b`](https://github.com/vanilla-extract-css/vanilla-extract/commit/2b0be1be15dcdc3df3248305fe80e566cce794cd)]:
10+
- @vanilla-extract/private@1.0.9
11+
312
## 2.1.4
413

514
### Patch Changes

packages/dynamic/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/dynamic",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"sideEffects": false,
66
"main": "dist/vanilla-extract-dynamic.cjs.js",

packages/esbuild-plugin/CHANGELOG.md

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

3+
## 2.3.18
4+
5+
### Patch Changes
6+
7+
- [#1610](https://github.com/vanilla-extract-css/vanilla-extract/pull/1610) [`2b0be1b`](https://github.com/vanilla-extract-css/vanilla-extract/commit/2b0be1be15dcdc3df3248305fe80e566cce794cd) Thanks [@askoufis](https://github.com/askoufis)! - Revert "Improve ESM package entrypoints (#1597)" to fix `Named export not found` error when importing ESM entrypoints
8+
9+
- Updated dependencies []:
10+
- @vanilla-extract/integration@8.0.4
11+
312
## 2.3.17
413

514
### Patch Changes

0 commit comments

Comments
 (0)