Skip to content

Commit 042370b

Browse files
Version Packages
1 parent 53a2c1b commit 042370b

Some content is hidden

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

55 files changed

+422
-93
lines changed

.changeset/cli-animation-styles-type-export.md

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

.changeset/consistent-error-handling.md

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

.changeset/plugin-architecture.md

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

.changeset/replace-tsconfck-get-tsconfig.md

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

.changeset/security-dependency-updates.md

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

.changeset/spec-themes-support.md

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

.changeset/ts-morph-28-typescript-6.md

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

packages/astro-plugin-studio/CHANGELOG.md

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

3+
## 1.10.0
4+
5+
### Patch Changes
6+
7+
- bc2b8d7: Dependency updates for reported security advisories.
8+
9+
- **@pandacss/node** / **@pandacss/token-dictionary**: bump `picomatch` to 4.0.4
10+
([GHSA-3v7f-55p6-f55p](https://github.com/advisories/GHSA-3v7f-55p6-f55p),
11+
[GHSA-c2c7-rcm5-vvqj](https://github.com/advisories/GHSA-c2c7-rcm5-vvqj)).
12+
- **@pandacss/mcp**: bump `@modelcontextprotocol/sdk` to ^1.25.2.
13+
- **@pandacss/astro-plugin-studio**: bump `astro` (dev) to 5.18.1.
14+
15+
- Updated dependencies [c31f3a2]
16+
- Updated dependencies [bbaa8b3]
17+
- Updated dependencies [22b444d]
18+
- Updated dependencies [bc2b8d7]
19+
- Updated dependencies [44457bb]
20+
- @pandacss/core@1.10.0
21+
- @pandacss/node@1.10.0
22+
323
## 1.9.1
424

525
### 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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# @pandacss/dev
22

3+
## 1.10.0
4+
5+
### Patch Changes
6+
7+
- 53a2c1b: Re-export the `AnimationStyles` type from `@pandacss/dev` so the return type of `defineAnimationStyles` can
8+
be resolved by consumers. Previously only `TextStyles` and `LayerStyles` were re-exported, which caused the generated
9+
`.d.ts` to fall back to a deep qualified name (`_pandacss_types.AnimationStyles`) for `defineAnimationStyles`'s
10+
inferred return type. When consumers could not resolve that path, the value was inferred as `any` and triggered
11+
`@typescript-eslint/no-unsafe-assignment` at call sites.
12+
- c31f3a2: Improve error handling architecture across all packages.
13+
- Updated dependencies [c31f3a2]
14+
- Updated dependencies [bbaa8b3]
15+
- Updated dependencies [22b444d]
16+
- Updated dependencies [bc2b8d7]
17+
- Updated dependencies [8d3b6f8]
18+
- Updated dependencies [44457bb]
19+
- @pandacss/types@1.10.0
20+
- @pandacss/logger@1.10.0
21+
- @pandacss/shared@1.10.0
22+
- @pandacss/config@1.10.0
23+
- @pandacss/node@1.10.0
24+
- @pandacss/token-dictionary@1.10.0
25+
- @pandacss/mcp@1.10.0
26+
- @pandacss/preset-base@1.10.0
27+
- @pandacss/preset-panda@1.10.0
28+
- @pandacss/postcss@1.10.0
29+
330
## 1.9.1
431

532
### Patch Changes

0 commit comments

Comments
 (0)