Skip to content

Commit 200a102

Browse files
Version Packages
1 parent bbaa8b3 commit 200a102

Some content is hidden

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

50 files changed

+305
-45
lines changed

.changeset/plugin-architecture.md

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

.changeset/spec-themes-support.md

Lines changed: 0 additions & 8 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.10.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bbaa8b3]
8+
- @pandacss/core@1.10.0
9+
- @pandacss/node@1.10.0
10+
311
## 1.9.1
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.9.1",
3+
"version": "1.10.0",
44
"description": "Vite plugin for Pandacss Studio",
55
"author": "Segun Adebayo <joseshegs@gmail.com>",
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.10.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bbaa8b3]
8+
- Updated dependencies [8d3b6f8]
9+
- @pandacss/node@1.10.0
10+
- @pandacss/config@1.10.0
11+
- @pandacss/types@1.10.0
12+
- @pandacss/mcp@1.10.0
13+
- @pandacss/postcss@1.10.0
14+
- @pandacss/logger@1.10.0
15+
- @pandacss/preset-base@1.10.0
16+
- @pandacss/preset-panda@1.10.0
17+
- @pandacss/token-dictionary@1.10.0
18+
- @pandacss/shared@1.10.0
19+
320
## 1.9.1
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.9.1",
3+
"version": "1.10.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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @pandacss/config
22

3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
- bbaa8b3: - Extract Vue, Svelte, and LightningCSS support into standalone plugins.
8+
- Fix double CSS optimization in PostCSS plugin.
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [bbaa8b3]
13+
- Updated dependencies [8d3b6f8]
14+
- @pandacss/types@1.10.0
15+
- @pandacss/logger@1.10.0
16+
- @pandacss/preset-base@1.10.0
17+
- @pandacss/preset-panda@1.10.0
18+
- @pandacss/shared@1.10.0
19+
320
## 1.9.1
421

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

packages/core/CHANGELOG.md

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

3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
- bbaa8b3: - Extract Vue, Svelte, and LightningCSS support into standalone plugins.
8+
- Fix double CSS optimization in PostCSS plugin.
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [bbaa8b3]
13+
- Updated dependencies [8d3b6f8]
14+
- @pandacss/types@1.10.0
15+
- @pandacss/logger@1.10.0
16+
- @pandacss/token-dictionary@1.10.0
17+
- @pandacss/is-valid-prop@1.10.0
18+
- @pandacss/shared@1.10.0
19+
320
## 1.9.1
421

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

0 commit comments

Comments
 (0)