Skip to content

Commit 68459ca

Browse files
Version Packages (#3173)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent afbb8cf commit 68459ca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+179
-30
lines changed

.changeset/long-pandas-press.md

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

.changeset/smart-numbers-hang.md

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

packages/astro-plugin-studio/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pandacss/astro-plugin-studio
22

3+
## 0.53.2
4+
5+
### Patch Changes
6+
7+
- @pandacss/node@0.53.2
8+
39
## 0.53.1
410

511
### Patch Changes

packages/astro-plugin-studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pandacss/astro-plugin-studio",
3-
"version": "0.53.1",
3+
"version": "0.53.2",
44
"description": "Vite plugin for Pandacss Studio",
55
"author": "Segun Adebayo <[email protected]>",
66
"main": "dist/index.js",

packages/cli/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @pandacss/dev
22

3+
## 0.53.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [cde9a0b]
8+
- @pandacss/config@0.53.2
9+
- @pandacss/node@0.53.2
10+
- @pandacss/postcss@0.53.2
11+
- @pandacss/logger@0.53.2
12+
- @pandacss/preset-panda@0.53.2
13+
- @pandacss/shared@0.53.2
14+
- @pandacss/token-dictionary@0.53.2
15+
- @pandacss/types@0.53.2
16+
317
## 0.53.1
418

519
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pandacss/dev",
3-
"version": "0.53.1",
3+
"version": "0.53.2",
44
"description": "The user facing package for panda css",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/config/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @pandacss/config
22

3+
## 0.53.2
4+
5+
### Patch Changes
6+
7+
- cde9a0b: - Fix security issue due to stale version of `esbuild` used in `bundle-n-require`
8+
- Updated dependencies [01d72ad]
9+
- @pandacss/preset-base@0.53.2
10+
- @pandacss/logger@0.53.2
11+
- @pandacss/preset-panda@0.53.2
12+
- @pandacss/shared@0.53.2
13+
- @pandacss/types@0.53.2
14+
315
## 0.53.1
416

517
### Patch Changes

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pandacss/config",
3-
"version": "0.53.1",
3+
"version": "0.53.2",
44
"description": "Find and load panda config",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/core/CHANGELOG.md

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

3+
## 0.53.2
4+
5+
### Patch Changes
6+
7+
- @pandacss/is-valid-prop@0.53.2
8+
- @pandacss/logger@0.53.2
9+
- @pandacss/shared@0.53.2
10+
- @pandacss/token-dictionary@0.53.2
11+
- @pandacss/types@0.53.2
12+
313
## 0.53.1
414

515
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pandacss/core",
3-
"version": "0.53.1",
3+
"version": "0.53.2",
44
"description": "core functions for extract-it",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)