Skip to content

Commit 69d4dc9

Browse files
Version Packages (#1324)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c320af0 commit 69d4dc9

File tree

6 files changed

+19
-10
lines changed

6 files changed

+19
-10
lines changed

.changeset/little-turkeys-dream.md

Lines changed: 0 additions & 6 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.0.5
4+
5+
### Patch Changes
6+
7+
- [#1319](https://github.com/vanilla-extract-css/vanilla-extract/pull/1319) [`6f7f738`](https://github.com/vanilla-extract-css/vanilla-extract/commit/6f7f7382495582759cececa421ef83142935772b) Thanks [@joeldavuk](https://github.com/joeldavuk)! - Update Babel dependencies to address https://github.com/advisories/GHSA-67hx-6x53-jw92
8+
39
## 1.0.4
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.0.4",
3+
"version": "1.0.5",
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+
## 7.1.1
4+
5+
### Patch Changes
6+
7+
- [#1319](https://github.com/vanilla-extract-css/vanilla-extract/pull/1319) [`6f7f738`](https://github.com/vanilla-extract-css/vanilla-extract/commit/6f7f7382495582759cececa421ef83142935772b) Thanks [@joeldavuk](https://github.com/joeldavuk)! - Update Babel dependencies to address https://github.com/advisories/GHSA-67hx-6x53-jw92
8+
9+
- Updated dependencies [[`6f7f738`](https://github.com/vanilla-extract-css/vanilla-extract/commit/6f7f7382495582759cececa421ef83142935772b)]:
10+
- @vanilla-extract/babel-plugin-debug-ids@1.0.5
11+
312
## 7.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": "7.1.0",
3+
"version": "7.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.23.9",
1818
"@babel/plugin-syntax-typescript": "^7.23.3",
19-
"@vanilla-extract/babel-plugin-debug-ids": "^1.0.4",
19+
"@vanilla-extract/babel-plugin-debug-ids": "^1.0.5",
2020
"@vanilla-extract/css": "^1.14.0",
2121
"esbuild": "npm:esbuild@~0.17.6 || ~0.18.0 || ~0.19.0",
2222
"eval": "0.1.8",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)