Skip to content

Commit 91bb07c

Browse files
Version Packages (#3457)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d7e46e0 commit 91bb07c

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

+209
-34
lines changed

.changeset/mcp-new-tools.md

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

packages/astro-plugin-studio/CHANGELOG.md

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

3+
## 1.8.0
4+
5+
### Patch Changes
6+
7+
- @pandacss/core@1.8.0
8+
- @pandacss/node@1.8.0
9+
310
## 1.7.3
411

512
### 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.7.3",
3+
"version": "1.8.0",
44
"description": "Vite plugin for Pandacss Studio",
55
"author": "Segun Adebayo <joseshegs@gmail.com>",
66
"license": "MIT",

packages/cli/CHANGELOG.md

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

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- d7e46e0: **MCP Server [NEW]**: Added MCP server that exposes tools for AI agents.
8+
9+
```sh
10+
panda init-mcp
11+
```
12+
13+
Available tools: `get_tokens`, `get_semantic_tokens`, `get_recipes`, `get_patterns`, `get_conditions`,
14+
`get_text_styles`, `get_layer_styles`, `get_keyframes`, `get_config`, `get_usage_report`.
15+
16+
### Patch Changes
17+
18+
- Updated dependencies [d7e46e0]
19+
- @pandacss/mcp@1.8.0
20+
- @pandacss/config@1.8.0
21+
- @pandacss/logger@1.8.0
22+
- @pandacss/node@1.8.0
23+
- @pandacss/postcss@1.8.0
24+
- @pandacss/preset-base@1.8.0
25+
- @pandacss/preset-panda@1.8.0
26+
- @pandacss/shared@1.8.0
27+
- @pandacss/token-dictionary@1.8.0
28+
- @pandacss/types@1.8.0
29+
330
## 1.7.3
431

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

3+
## 1.8.0
4+
5+
### Patch Changes
6+
7+
- @pandacss/logger@1.8.0
8+
- @pandacss/preset-base@1.8.0
9+
- @pandacss/preset-panda@1.8.0
10+
- @pandacss/shared@1.8.0
11+
- @pandacss/types@1.8.0
12+
313
## 1.7.3
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.7.3",
3+
"version": "1.8.0",
44
"description": "Find and load panda config",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/core/CHANGELOG.md

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

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

515
### 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.7.3",
3+
"version": "1.8.0",
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.8.0
4+
5+
### Patch Changes
6+
7+
- @pandacss/shared@1.8.0
8+
39
## 1.7.3
410

511
### Patch Changes

0 commit comments

Comments
 (0)