Skip to content

Commit 4e237dd

Browse files
Version Packages (#3161)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent eb95d2d commit 4e237dd

Some content is hidden

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

41 files changed

+176
-25
lines changed

.changeset/cool-onions-hear.md

-5
This file was deleted.

packages/astro-plugin-studio/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pandacss/astro-plugin-studio
22

3+
## 0.53.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b67a2a5]
8+
- @pandacss/node@0.53.1
9+
310
## 0.53.0
411

512
### Patch Changes

packages/astro-plugin-studio/package.json

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

packages/cli/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @pandacss/dev
22

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

519
### Patch Changes

packages/cli/package.json

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

packages/config/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @pandacss/config
22

3+
## 0.53.1
4+
5+
### Patch Changes
6+
7+
- @pandacss/logger@0.53.1
8+
- @pandacss/preset-base@0.53.1
9+
- @pandacss/preset-panda@0.53.1
10+
- @pandacss/shared@0.53.1
11+
- @pandacss/types@0.53.1
12+
313
## 0.53.0
414

515
### Patch Changes

packages/config/package.json

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

packages/core/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @pandacss/core
22

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

515
### Patch Changes

packages/core/package.json

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

packages/extractor/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pandacss/extractor
22

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

511
### Patch Changes

packages/extractor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pandacss/extractor",
3-
"version": "0.53.0",
3+
"version": "0.53.1",
44
"description": "The css extractor for css panda",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/generator/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @pandacss/generator
22

3+
## 0.53.1
4+
5+
### Patch Changes
6+
7+
- @pandacss/[email protected]
8+
- @pandacss/[email protected]
9+
- @pandacss/[email protected]
10+
- @pandacss/[email protected]
11+
- @pandacss/[email protected]
12+
- @pandacss/[email protected]
13+
314
## 0.53.0
415

516
### Minor Changes

packages/generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pandacss/generator",
3-
"version": "0.53.0",
3+
"version": "0.53.1",
44
"description": "The css generator for css panda",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/is-valid-prop/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @pandacss/is-valid-prop
22

3+
## 0.53.1
4+
35
## 0.53.0
46

57
### Minor Changes

packages/is-valid-prop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pandacss/is-valid-prop",
3-
"version": "0.53.0",
3+
"version": "0.53.1",
44
"description": "Common error messages for css panda",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/logger/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pandacss/logger
22

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

511
### Patch Changes

packages/logger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pandacss/logger",
3-
"version": "0.53.0",
3+
"version": "0.53.1",
44
"description": "The core css panda library",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/node/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @pandacss/node
22

3+
## 0.53.1
4+
5+
### Patch Changes
6+
7+
- b67a2a5: Fix issue where file watching doesn't work due the recent security upgrade of the `chokidar` package.
8+
- @pandacss/config@0.53.1
9+
- @pandacss/core@0.53.1
10+
- @pandacss/generator@0.53.1
11+
- @pandacss/logger@0.53.1
12+
- @pandacss/parser@0.53.1
13+
- @pandacss/reporter@0.53.1
14+
- @pandacss/shared@0.53.1
15+
- @pandacss/token-dictionary@0.53.1
16+
- @pandacss/types@0.53.1
17+
318
## 0.53.0
419

520
### Patch Changes

packages/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pandacss/node",
3-
"version": "0.53.0",
3+
"version": "0.53.1",
44
"description": "The core css panda library",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/parser/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @pandacss/parser
22

3+
## 0.53.1
4+
5+
### Patch Changes
6+
7+
- @pandacss/[email protected]
8+
- @pandacss/[email protected]
9+
- @pandacss/[email protected]
10+
- @pandacss/[email protected]
11+
- @pandacss/[email protected]
12+
- @pandacss/[email protected]
13+
314
## 0.53.0
415

516
### Patch Changes

packages/parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pandacss/parser",
3-
"version": "0.53.0",
3+
"version": "0.53.1",
44
"description": "The static parser for panda css",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/postcss/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pandacss/postcss
22

3+
## 0.53.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b67a2a5]
8+
- @pandacss/[email protected]
9+
310
## 0.53.0
411

512
### Patch Changes

packages/postcss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pandacss/postcss",
3-
"version": "0.53.0",
3+
"version": "0.53.1",
44
"description": "PostCSS integration for Panda CSS",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/preset-atlaskit/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pandacss/preset-atlaskit
22

3+
## 0.53.1
4+
5+
### Patch Changes
6+
7+
- @pandacss/[email protected]
8+
39
## 0.53.0
410

511
### Patch Changes

packages/preset-atlaskit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pandacss/preset-atlaskit",
3-
"version": "0.53.0",
3+
"version": "0.53.1",
44
"description": "The preset for PandaCSS that contains the default theme",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/preset-base/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pandacss/preset-base
22

3+
## 0.53.1
4+
5+
### Patch Changes
6+
7+
- @pandacss/[email protected]
8+
39
## 0.53.0
410

511
### Patch Changes

packages/preset-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pandacss/preset-base",
3-
"version": "0.53.0",
3+
"version": "0.53.1",
44
"description": "The base preset for Panda CSS that contains the conditions and utilities",
55
"author": "Segun Adebayo <[email protected]>",
66
"main": "dist/index.js",

packages/preset-open-props/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pandacss/preset-open-props
22

3+
## 0.53.1
4+
5+
### Patch Changes
6+
7+
- @pandacss/[email protected]
8+
39
## 0.53.0
410

511
### Patch Changes

packages/preset-open-props/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pandacss/preset-open-props",
3-
"version": "0.53.0",
3+
"version": "0.53.1",
44
"description": "A preset for Open Props",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/preset-panda/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pandacss/preset-panda
22

3+
## 0.53.1
4+
5+
### Patch Changes
6+
7+
- @pandacss/[email protected]
8+
39
## 0.53.0
410

511
### Patch Changes

packages/preset-panda/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pandacss/preset-panda",
3-
"version": "0.53.0",
3+
"version": "0.53.1",
44
"description": "The preset for PandaCSS that contains the default theme",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/reporter/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @pandacss/reporter
22

3+
## 0.53.1
4+
5+
### Patch Changes
6+
7+
- @pandacss/[email protected]
8+
- @pandacss/[email protected]
9+
- @pandacss/[email protected]
10+
- @pandacss/[email protected]
11+
- @pandacss/[email protected]
12+
313
## 0.53.0
414

515
### Patch Changes

packages/reporter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pandacss/reporter",
3-
"version": "0.53.0",
3+
"version": "0.53.1",
44
"description": "Track and report usage of tokens and recipes",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/shared/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @pandacss/shared
22

3+
## 0.53.1
4+
35
## 0.53.0
46

57
## 0.52.0

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pandacss/shared",
3-
"version": "0.53.0",
3+
"version": "0.53.1",
44
"description": "Shared utilities for css panda",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/studio/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @pandacss/studio
22

3+
## 0.53.1
4+
5+
### Patch Changes
6+
7+
- @pandacss/[email protected]
8+
- @pandacss/[email protected]
9+
- @pandacss/[email protected]
10+
- @pandacss/[email protected]
11+
- @pandacss/[email protected]
12+
- @pandacss/[email protected]
13+
314
## 0.53.0
415

516
### Patch Changes

0 commit comments

Comments
 (0)