Skip to content

Commit c8beff7

Browse files
Version Packages (#997)
1 parent c59aee2 commit c8beff7

File tree

7 files changed

+22
-19
lines changed

7 files changed

+22
-19
lines changed

.changeset/old-avocados-play.md

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

.changeset/short-students-itch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# @vanilla-extract/babel-plugin-debug-ids
22

3-
## 1.0.1
3+
## 1.0.2
4+
45
### Patch Changes
56

7+
- [#1015](https://github.com/vanilla-extract-css/vanilla-extract/pull/1015) [`8a1751c`](https://github.com/vanilla-extract-css/vanilla-extract/commit/8a1751c8fcbeaa0cfb8d894a8050535372516dd4) Thanks [@michaeltaranto](https://github.com/michaeltaranto)! - Fix `args.at is not a function` error
8+
9+
Refactor argument traversal to ensure compatibility with node 14.
610

11+
## 1.0.1
12+
13+
### Patch Changes
714

815
- [#956](https://github.com/vanilla-extract-css/vanilla-extract/pull/956) [`eea3c7d`](https://github.com/vanilla-extract-css/vanilla-extract/commit/eea3c7d1595cd881e68cfbb279c641dc2fdd9101) Thanks [@mrm007](https://github.com/mrm007)! - Ensure support for new TypeScript language features by bumping the minimum required Babel dependency versions.

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.0.1",
3+
"version": "1.0.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/integration/CHANGELOG.md

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

3+
## 6.1.1
4+
5+
### Patch Changes
6+
7+
- [#996](https://github.com/vanilla-extract-css/vanilla-extract/pull/996) [`bd6ed30`](https://github.com/vanilla-extract-css/vanilla-extract/commit/bd6ed30e0301d77ab21152e6d4a708e8ff491b74) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Improve Vanilla module serialization by allowing shared variables between exports
8+
9+
- Updated dependencies [[`8a1751c`](https://github.com/vanilla-extract-css/vanilla-extract/commit/8a1751c8fcbeaa0cfb8d894a8050535372516dd4)]:
10+
- @vanilla-extract/babel-plugin-debug-ids@1.0.2
11+
312
## 6.1.0
413

514
### Minor Changes

packages/integration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vanilla-extract/integration",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-integration.cjs.js",
66
"files": [
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@babel/core": "^7.20.7",
1818
"@babel/plugin-syntax-typescript": "^7.20.0",
19-
"@vanilla-extract/babel-plugin-debug-ids": "^1.0.1",
19+
"@vanilla-extract/babel-plugin-debug-ids": "^1.0.2",
2020
"@vanilla-extract/css": "^1.9.4",
2121
"esbuild": "^0.16.3",
2222
"eval": "0.1.6",

pnpm-lock.yaml

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)