Skip to content

Commit 95d3a29

Browse files
Version Packages (#3369)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b0d24ad commit 95d3a29

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

+179
-25
lines changed

.changeset/slick-clouds-know.md

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

packages/astro-plugin-studio/CHANGELOG.md

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

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [db237b6]
8+
- @pandacss/core@1.4.1
9+
- @pandacss/node@1.4.1
10+
311
## 1.4.0
412

513
### 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": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Vite plugin for Pandacss Studio",
55
"author": "Segun Adebayo <[email protected]>",
66
"main": "dist/index.js",

packages/cli/CHANGELOG.md

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

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- @pandacss/node@1.4.1
8+
- @pandacss/postcss@1.4.1
9+
- @pandacss/config@1.4.1
10+
- @pandacss/logger@1.4.1
11+
- @pandacss/preset-panda@1.4.1
12+
- @pandacss/shared@1.4.1
13+
- @pandacss/token-dictionary@1.4.1
14+
- @pandacss/types@1.4.1
15+
316
## 1.4.0
417

518
### 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": "1.4.0",
3+
"version": "1.4.1",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @pandacss/config
22

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

515
### 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": "1.4.0",
3+
"version": "1.4.1",
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+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- db237b6: Improve recipe variant props tracking in JSX
8+
- @pandacss/is-valid-prop@1.4.1
9+
- @pandacss/logger@1.4.1
10+
- @pandacss/shared@1.4.1
11+
- @pandacss/token-dictionary@1.4.1
12+
- @pandacss/types@1.4.1
13+
314
## 1.4.0
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": "1.4.0",
3+
"version": "1.4.1",
44
"description": "core functions for extract-it",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/extractor/CHANGELOG.md

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

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

511
### Patch Changes

0 commit comments

Comments
 (0)