Skip to content

Version Packages#3546

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#3546
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 20, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@pandacss/astro-plugin-studio@1.11.2

Patch Changes

  • Updated dependencies [3730779]
    • @pandacss/node@1.11.2
    • @pandacss/core@1.11.2

@pandacss/dev@1.11.2

Patch Changes

  • Updated dependencies [3730779]
    • @pandacss/node@1.11.2
    • @pandacss/types@1.11.2
    • @pandacss/mcp@1.11.2
    • @pandacss/postcss@1.11.2
    • @pandacss/config@1.11.2
    • @pandacss/logger@1.11.2
    • @pandacss/preset-base@1.11.2
    • @pandacss/preset-panda@1.11.2
    • @pandacss/shared@1.11.2
    • @pandacss/token-dictionary@1.11.2

@pandacss/config@1.11.2

Patch Changes

  • @pandacss/types@1.11.2
  • @pandacss/logger@1.11.2
  • @pandacss/preset-base@1.11.2
  • @pandacss/preset-panda@1.11.2
  • @pandacss/shared@1.11.2

@pandacss/core@1.11.2

Patch Changes

  • @pandacss/types@1.11.2
  • @pandacss/is-valid-prop@1.11.2
  • @pandacss/logger@1.11.2
  • @pandacss/shared@1.11.2
  • @pandacss/token-dictionary@1.11.2

@pandacss/extractor@1.11.2

Patch Changes

  • a084498: Fix Could not find source file: '<path>.svelte' crash in panda cssgen when a Svelte <script> contains
    any unresolved call expression (e.g. Svelte 5 runes like $state, $derived). The compiled-JSX runtime detector now
    resolves same-file declarations from the AST instead of via the TypeScript language service, which can't see non-TS
    file extensions.
    • @pandacss/shared@1.11.2

@pandacss/generator@1.11.2

Patch Changes

  • c0511b8: Fix forwardProps being ignored by withProvider in createStyleContext.

    Previously, withProvider split out variant props before handing them to the wrapped component, so any variant prop
    listed in forwardProps never reached the component (it was silently dropped). Now variant props named in
    forwardProps still drive the slot styles and are forwarded to the component.

    const { withProvider } = createStyleContext(tabs)
    
    function TabsRoot({ orientation, ...rest }) {
      // `orientation` is now defined here instead of `undefined`
      return <div aria-orientation={orientation} {...rest} />
    }
    
    export const Tabs = withProvider(TabsRoot, 'root', { forwardProps: ['orientation'] })

    This is fixed across the React, Preact, Vue, and Solid outputs. The Solid implementation forwards the props through
    getters so reactivity is preserved.

    • @pandacss/types@1.11.2
    • @pandacss/core@1.11.2
    • @pandacss/is-valid-prop@1.11.2
    • @pandacss/logger@1.11.2
    • @pandacss/shared@1.11.2
    • @pandacss/token-dictionary@1.11.2

@pandacss/logger@1.11.2

Patch Changes

  • @pandacss/types@1.11.2

@pandacss/mcp@1.11.2

Patch Changes

  • Updated dependencies [3730779]
    • @pandacss/node@1.11.2
    • @pandacss/types@1.11.2
    • @pandacss/logger@1.11.2
    • @pandacss/token-dictionary@1.11.2

@pandacss/node@1.11.2

Patch Changes

  • 3730779: Fix polyfill: true leaving the user's @layer reset, base, tokens, recipes, utilities; order declaration
    in the PostCSS plugin output.
  • Updated dependencies [c0511b8]
    • @pandacss/generator@1.11.2
    • @pandacss/parser@1.11.2
    • @pandacss/types@1.11.2
    • @pandacss/reporter@1.11.2
    • @pandacss/config@1.11.2
    • @pandacss/core@1.11.2
    • @pandacss/logger@1.11.2
    • @pandacss/plugin-lightningcss@1.11.2
    • @pandacss/plugin-svelte@1.11.2
    • @pandacss/plugin-vue@1.11.2
    • @pandacss/shared@1.11.2
    • @pandacss/token-dictionary@1.11.2

@pandacss/parser@1.11.2

Patch Changes

  • Updated dependencies [a084498]
    • @pandacss/extractor@1.11.2
    • @pandacss/types@1.11.2
    • @pandacss/config@1.11.2
    • @pandacss/core@1.11.2
    • @pandacss/logger@1.11.2
    • @pandacss/shared@1.11.2

@pandacss/plugin-lightningcss@1.11.2

Patch Changes

  • @pandacss/types@1.11.2
  • @pandacss/logger@1.11.2

@pandacss/plugin-svelte@1.11.2

Patch Changes

  • @pandacss/types@1.11.2

@pandacss/plugin-vue@1.11.2

Patch Changes

  • @pandacss/types@1.11.2

@pandacss/postcss@1.11.2

Patch Changes

  • Updated dependencies [3730779]
    • @pandacss/node@1.11.2

@pandacss/preset-atlaskit@1.11.2

Patch Changes

  • @pandacss/types@1.11.2

@pandacss/preset-base@1.11.2

Patch Changes

  • @pandacss/types@1.11.2

@pandacss/preset-open-props@1.11.2

Patch Changes

  • @pandacss/types@1.11.2

@pandacss/preset-panda@1.11.2

Patch Changes

  • @pandacss/types@1.11.2

@pandacss/reporter@1.11.2

Patch Changes

  • Updated dependencies [c0511b8]
    • @pandacss/generator@1.11.2
    • @pandacss/types@1.11.2
    • @pandacss/core@1.11.2
    • @pandacss/logger@1.11.2
    • @pandacss/shared@1.11.2

@pandacss/studio@1.11.2

Patch Changes

  • @pandacss/types@1.11.2
  • @pandacss/astro-plugin-studio@1.11.2
  • @pandacss/config@1.11.2
  • @pandacss/logger@1.11.2
  • @pandacss/shared@1.11.2
  • @pandacss/token-dictionary@1.11.2

@pandacss/token-dictionary@1.11.2

Patch Changes

  • @pandacss/types@1.11.2
  • @pandacss/logger@1.11.2
  • @pandacss/shared@1.11.2

@pandacss/is-valid-prop@1.11.2

@pandacss/shared@1.11.2

@pandacss/types@1.11.2

@vercel
Copy link
Copy Markdown

vercel Bot commented May 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
panda-docs Ready Ready Preview May 24, 2026 7:48pm
panda-playground Ready Ready Preview May 24, 2026 7:48pm
panda-studio Ready Ready Preview May 24, 2026 7:48pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants