Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cli-animation-styles-type-export.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/consistent-error-handling.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/plugin-architecture.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/replace-tsconfck-get-tsconfig.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/security-dependency-updates.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/spec-themes-support.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/ts-morph-28-typescript-6.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/astro-plugin-studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @pandacss/astro-plugin-studio

## 1.10.0

### Patch Changes

- bc2b8d7: Dependency updates for reported security advisories.

- **@pandacss/node** / **@pandacss/token-dictionary**: bump `picomatch` to 4.0.4
([GHSA-3v7f-55p6-f55p](https://github.com/advisories/GHSA-3v7f-55p6-f55p),
[GHSA-c2c7-rcm5-vvqj](https://github.com/advisories/GHSA-c2c7-rcm5-vvqj)).
- **@pandacss/mcp**: bump `@modelcontextprotocol/sdk` to ^1.25.2.
- **@pandacss/astro-plugin-studio**: bump `astro` (dev) to 5.18.1.

- Updated dependencies [c31f3a2]
- Updated dependencies [bbaa8b3]
- Updated dependencies [22b444d]
- Updated dependencies [bc2b8d7]
- Updated dependencies [44457bb]
- @pandacss/core@1.10.0
- @pandacss/node@1.10.0

## 1.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-plugin-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/astro-plugin-studio",
"version": "1.9.1",
"version": "1.10.0",
"description": "Vite plugin for Pandacss Studio",
"author": "Segun Adebayo <joseshegs@gmail.com>",
"license": "MIT",
Expand Down
27 changes: 27 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @pandacss/dev

## 1.10.0

### Patch Changes

- 53a2c1b: Re-export the `AnimationStyles` type from `@pandacss/dev` so the return type of `defineAnimationStyles` can
be resolved by consumers. Previously only `TextStyles` and `LayerStyles` were re-exported, which caused the generated
`.d.ts` to fall back to a deep qualified name (`_pandacss_types.AnimationStyles`) for `defineAnimationStyles`'s
inferred return type. When consumers could not resolve that path, the value was inferred as `any` and triggered
`@typescript-eslint/no-unsafe-assignment` at call sites.
- c31f3a2: Improve error handling architecture across all packages.
- Updated dependencies [c31f3a2]
- Updated dependencies [bbaa8b3]
- Updated dependencies [22b444d]
- Updated dependencies [bc2b8d7]
- Updated dependencies [8d3b6f8]
- Updated dependencies [44457bb]
- @pandacss/types@1.10.0
- @pandacss/logger@1.10.0
- @pandacss/shared@1.10.0
- @pandacss/config@1.10.0
- @pandacss/node@1.10.0
- @pandacss/token-dictionary@1.10.0
- @pandacss/mcp@1.10.0
- @pandacss/preset-base@1.10.0
- @pandacss/preset-panda@1.10.0
- @pandacss/postcss@1.10.0

## 1.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/dev",
"version": "1.9.1",
"version": "1.10.0",
"description": "The user facing package for panda css",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
22 changes: 22 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @pandacss/config

## 1.10.0

### Minor Changes

- bbaa8b3: - Extract Vue, Svelte, and LightningCSS support into standalone plugins.
- Fix double CSS optimization in PostCSS plugin.

### Patch Changes

- c31f3a2: Improve error handling architecture across all packages.
- 44457bb: Use TypeScript 6.0 or later with Panda. This release updates static analysis and codegen to ts-morph v28 and
TypeScript 6.0.2.
- Updated dependencies [c31f3a2]
- Updated dependencies [bbaa8b3]
- Updated dependencies [8d3b6f8]
- Updated dependencies [44457bb]
- @pandacss/types@1.10.0
- @pandacss/logger@1.10.0
- @pandacss/shared@1.10.0
- @pandacss/preset-base@1.10.0
- @pandacss/preset-panda@1.10.0

## 1.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/config",
"version": "1.9.1",
"version": "1.10.0",
"description": "Find and load panda config",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
21 changes: 21 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @pandacss/core

## 1.10.0

### Minor Changes

- bbaa8b3: - Extract Vue, Svelte, and LightningCSS support into standalone plugins.
- Fix double CSS optimization in PostCSS plugin.

### Patch Changes

- c31f3a2: Improve error handling architecture across all packages.
- Updated dependencies [c31f3a2]
- Updated dependencies [bbaa8b3]
- Updated dependencies [bc2b8d7]
- Updated dependencies [8d3b6f8]
- Updated dependencies [44457bb]
- @pandacss/types@1.10.0
- @pandacss/logger@1.10.0
- @pandacss/shared@1.10.0
- @pandacss/token-dictionary@1.10.0
- @pandacss/is-valid-prop@1.10.0

## 1.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/core",
"version": "1.9.1",
"version": "1.10.0",
"description": "core functions for extract-it",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
10 changes: 10 additions & 0 deletions packages/extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pandacss/extractor

## 1.10.0

### Patch Changes

- 44457bb: Use TypeScript 6.0 or later with Panda. This release updates static analysis and codegen to ts-morph v28 and
TypeScript 6.0.2.
- Updated dependencies [c31f3a2]
- Updated dependencies [44457bb]
- @pandacss/shared@1.10.0

## 1.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/extractor",
"version": "1.9.1",
"version": "1.10.0",
"description": "The css extractor for css panda",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
23 changes: 23 additions & 0 deletions packages/generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @pandacss/generator

## 1.10.0

### Patch Changes

- c31f3a2: Improve error handling architecture across all packages.
- 8d3b6f8: Add support for generating theme tokens in `panda spec` output.

Previously, tokens defined in the `themes` config were excluded from the spec output because they are registered as
virtual tokens. Now, `panda spec` generates a `themes.json` file containing tokens and semantic tokens for each
configured theme.

- Updated dependencies [c31f3a2]
- Updated dependencies [bbaa8b3]
- Updated dependencies [bc2b8d7]
- Updated dependencies [8d3b6f8]
- Updated dependencies [44457bb]
- @pandacss/types@1.10.0
- @pandacss/logger@1.10.0
- @pandacss/shared@1.10.0
- @pandacss/core@1.10.0
- @pandacss/token-dictionary@1.10.0
- @pandacss/is-valid-prop@1.10.0

## 1.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/generator",
"version": "1.9.1",
"version": "1.10.0",
"description": "The css generator for css panda",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 2 additions & 0 deletions packages/is-valid-prop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @pandacss/is-valid-prop

## 1.10.0

## 1.9.1

## 1.9.0
Expand Down
2 changes: 1 addition & 1 deletion packages/is-valid-prop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/is-valid-prop",
"version": "1.9.1",
"version": "1.10.0",
"description": "Common error messages for css panda",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pandacss/logger

## 1.10.0

### Patch Changes

- c31f3a2: Improve error handling architecture across all packages.
- Updated dependencies [c31f3a2]
- Updated dependencies [bbaa8b3]
- Updated dependencies [8d3b6f8]
- Updated dependencies [44457bb]
- @pandacss/types@1.10.0

## 1.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/logger",
"version": "1.9.1",
"version": "1.10.0",
"description": "The core css panda library",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
23 changes: 23 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @pandacss/mcp

## 1.10.0

### Patch Changes

- bc2b8d7: Dependency updates for reported security advisories.

- **@pandacss/node** / **@pandacss/token-dictionary**: bump `picomatch` to 4.0.4
([GHSA-3v7f-55p6-f55p](https://github.com/advisories/GHSA-3v7f-55p6-f55p),
[GHSA-c2c7-rcm5-vvqj](https://github.com/advisories/GHSA-c2c7-rcm5-vvqj)).
- **@pandacss/mcp**: bump `@modelcontextprotocol/sdk` to ^1.25.2.
- **@pandacss/astro-plugin-studio**: bump `astro` (dev) to 5.18.1.

- Updated dependencies [c31f3a2]
- Updated dependencies [bbaa8b3]
- Updated dependencies [22b444d]
- Updated dependencies [bc2b8d7]
- Updated dependencies [8d3b6f8]
- Updated dependencies [44457bb]
- @pandacss/types@1.10.0
- @pandacss/logger@1.10.0
- @pandacss/node@1.10.0
- @pandacss/token-dictionary@1.10.0

## 1.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/mcp",
"version": "1.9.1",
"version": "1.10.0",
"description": "MCP server for Panda CSS AI assistants",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
Loading