Skip to content

Commit 5324cb4

Browse files
Version Packages (#2906)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a5a1fcd commit 5324cb4

40 files changed

+267
-58
lines changed

.changeset/chatty-hairs-care.md

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

.changeset/little-donkeys-fetch.md

Lines changed: 0 additions & 33 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.47.0
4+
5+
### Patch Changes
6+
7+
- @pandacss/node@0.47.0
8+
39
## 0.46.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.46.1",
3+
"version": "0.47.0",
44
"description": "Vite plugin for Pandacss Studio",
55
"author": "Segun Adebayo <joseshegs@gmail.com>",
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.47.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5e683ee]
8+
- @pandacss/token-dictionary@0.47.0
9+
- @pandacss/types@0.47.0
10+
- @pandacss/node@0.47.0
11+
- @pandacss/config@0.47.0
12+
- @pandacss/logger@0.47.0
13+
- @pandacss/preset-panda@0.47.0
14+
- @pandacss/postcss@0.47.0
15+
- @pandacss/shared@0.47.0
16+
317
## 0.46.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.46.1",
3+
"version": "0.47.0",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @pandacss/config
22

3+
## 0.47.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5e683ee]
8+
- @pandacss/types@0.47.0
9+
- @pandacss/logger@0.47.0
10+
- @pandacss/preset-base@0.47.0
11+
- @pandacss/preset-panda@0.47.0
12+
- @pandacss/shared@0.47.0
13+
314
## 0.46.1
415

516
### 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.46.1",
3+
"version": "0.47.0",
44
"description": "Find and load panda config",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/core/CHANGELOG.md

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

3+
## 0.47.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5e683ee]
8+
- @pandacss/token-dictionary@0.47.0
9+
- @pandacss/types@0.47.0
10+
- @pandacss/logger@0.47.0
11+
- @pandacss/is-valid-prop@0.47.0
12+
- @pandacss/shared@0.47.0
13+
314
## 0.46.1
415

516
### 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.46.1",
3+
"version": "0.47.0",
44
"description": "core functions for extract-it",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)