Skip to content

Commit c0566a1

Browse files
Version Packages
1 parent 58f492a commit c0566a1

Some content is hidden

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

43 files changed

+196
-44
lines changed

.changeset/fix-preset-base-resolution.md

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

.changeset/solid-jsx-reactivity-fix.md

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

.changeset/static-css-performance.md

Lines changed: 0 additions & 7 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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [84a0de9]
8+
- @pandacss/core@1.4.3
9+
- @pandacss/node@1.4.3
10+
311
## 1.4.2
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.2",
3+
"version": "1.4.3",
44
"description": "Vite plugin for Pandacss Studio",
55
"author": "Segun Adebayo <[email protected]>",
66
"license": "MIT",

packages/cli/CHANGELOG.md

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

3+
## 1.4.3
4+
5+
### Patch Changes
6+
7+
- 65aed7b: Fix `Cannot find module '@pandacss/preset-base'` error when using Bun or other package managers that use flat
8+
`node_modules` structures.
9+
- Updated dependencies [84a0de9]
10+
- @pandacss/config@1.4.3
11+
- @pandacss/node@1.4.3
12+
- @pandacss/postcss@1.4.3
13+
- @pandacss/logger@1.4.3
14+
- @pandacss/preset-base@1.4.3
15+
- @pandacss/preset-panda@1.4.3
16+
- @pandacss/shared@1.4.3
17+
- @pandacss/token-dictionary@1.4.3
18+
- @pandacss/types@1.4.3
19+
320
## 1.4.2
421

522
### 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.2",
3+
"version": "1.4.3",
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+
## 1.4.3
4+
5+
### Patch Changes
6+
7+
- 84a0de9: Improve static CSS generation performance with wildcard memoization. Token lookups for wildcard (`*`)
8+
expansions are now cached, providing ~32% faster processing for large configs with wildcards.
9+
- @pandacss/logger@1.4.3
10+
- @pandacss/preset-base@1.4.3
11+
- @pandacss/preset-panda@1.4.3
12+
- @pandacss/shared@1.4.3
13+
- @pandacss/types@1.4.3
14+
315
## 1.4.2
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": "1.4.2",
3+
"version": "1.4.3",
44
"description": "Find and load panda config",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/core/CHANGELOG.md

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

3+
## 1.4.3
4+
5+
### Patch Changes
6+
7+
- 84a0de9: Improve static CSS generation performance with wildcard memoization. Token lookups for wildcard (`*`)
8+
expansions are now cached, providing ~32% faster processing for large configs with wildcards.
9+
- @pandacss/is-valid-prop@1.4.3
10+
- @pandacss/logger@1.4.3
11+
- @pandacss/shared@1.4.3
12+
- @pandacss/token-dictionary@1.4.3
13+
- @pandacss/types@1.4.3
14+
315
## 1.4.2
416

517
### Patch Changes

0 commit comments

Comments
 (0)