Skip to content

Version Packages (beta)#3623

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

Version Packages (beta)#3623
github-actions[bot] wants to merge 1 commit into
v2from
changeset-release/v2

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

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 v2, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

v2 is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on v2.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@pandacss/compiler@2.0.0-beta.6

Minor Changes

  • 7b71a43: Adopt a published design system with one config field: designSystem: '@acme/ds'.

    Panda reads the library's panda.lib.json, merges its preset under your config (your overrides win), points its
    components at the design system's own styled-system, and reuses its pre-extracted styles instead of re-extracting
    them. If your Panda is a different major than the design system needs (say a v2 design system on Panda v1), you get a
    clear error instead of broken output.

Patch Changes

  • 8a936bd: Add panda analyze usage reports with JSON, static HTML, and live UI output, including configured usage
    totals for report summaries.

  • 82e7811: Add the compiler.designSystem namespace — create, validate, load, and resolveChain for a design
    system's panda.lib.json manifest. The manifest records a library's preset, build info, import paths, and parent
    design system so a consumer adopts it with one designSystem field.

    • create / validate — produce and schema-check a manifest.
    • load — the consumer side: validate, then hydrate the library's pre-extracted styles, tree-shaken to the consumer's
      imports.
    • resolveChain — the composition case: order a chain of parent design systems root-first, deduping shared ancestors
      and reporting cycles.
  • d075c2b: Only extract JSX style props when jsxFramework is configured.

    This prevents CSS from being generated for JSX components in projects that have not enabled JSX extraction.
    Function-call extraction is unchanged.

  • 86504d6: Add a WASI compiler fallback so Panda can run in WebContainer-based environments like StackBlitz.

  • Updated dependencies [8a936bd]

  • Updated dependencies [82e7811]

  • Updated dependencies [7b71a43]

    • @pandacss/compiler-shared@2.0.0-beta.6
    • @pandacss/config@2.0.0-beta.6

@pandacss/compiler-shared@2.0.0-beta.6

Minor Changes

  • 7b71a43: Adopt a published design system with one config field: designSystem: '@acme/ds'.

    Panda reads the library's panda.lib.json, merges its preset under your config (your overrides win), points its
    components at the design system's own styled-system, and reuses its pre-extracted styles instead of re-extracting
    them. If your Panda is a different major than the design system needs (say a v2 design system on Panda v1), you get a
    clear error instead of broken output.

Patch Changes

  • 8a936bd: Add panda analyze usage reports with JSON, static HTML, and live UI output, including configured usage
    totals for report summaries.

  • 82e7811: Add the compiler.designSystem namespace — create, validate, load, and resolveChain for a design
    system's panda.lib.json manifest. The manifest records a library's preset, build info, import paths, and parent
    design system so a consumer adopts it with one designSystem field.

    • create / validate — produce and schema-check a manifest.
    • load — the consumer side: validate, then hydrate the library's pre-extracted styles, tree-shaken to the consumer's
      imports.
    • resolveChain — the composition case: order a chain of parent design systems root-first, deduping shared ancestors
      and reporting cycles.

@pandacss/config@2.0.0-beta.6

Minor Changes

  • 7b71a43: Adopt a published design system with one config field: designSystem: '@acme/ds'.

    Panda reads the library's panda.lib.json, merges its preset under your config (your overrides win), points its
    components at the design system's own styled-system, and reuses its pre-extracted styles instead of re-extracting
    them. If your Panda is a different major than the design system needs (say a v2 design system on Panda v1), you get a
    clear error instead of broken output.

Patch Changes

  • Updated dependencies [8a936bd]
  • Updated dependencies [82e7811]
  • Updated dependencies [7b71a43]
    • @pandacss/compiler-shared@2.0.0-beta.6
    • @pandacss/types@2.0.0-beta.6

@pandacss/types@2.0.0-beta.6

Minor Changes

  • 7b71a43: Adopt a published design system with one config field: designSystem: '@acme/ds'.

    Panda reads the library's panda.lib.json, merges its preset under your config (your overrides win), points its
    components at the design system's own styled-system, and reuses its pre-extracted styles instead of re-extracting
    them. If your Panda is a different major than the design system needs (say a v2 design system on Panda v1), you get a
    clear error instead of broken output.

@pandacss/cli@2.0.0-beta.6

Patch Changes

  • 8a936bd: Add panda analyze usage reports with JSON, static HTML, and live UI output, including configured usage
    totals for report summaries.
  • Updated dependencies [8a936bd]
  • Updated dependencies [82e7811]
  • Updated dependencies [7b71a43]
  • Updated dependencies [d075c2b]
  • Updated dependencies [86504d6]
    • @pandacss/compiler@2.0.0-beta.6
    • @pandacss/compiler-shared@2.0.0-beta.6
    • @pandacss/config@2.0.0-beta.6

@pandacss/compiler-wasm@2.0.0-beta.6

Patch Changes

  • 82e7811: Add the compiler.designSystem namespace — create, validate, load, and resolveChain for a design
    system's panda.lib.json manifest. The manifest records a library's preset, build info, import paths, and parent
    design system so a consumer adopts it with one designSystem field.

    • create / validate — produce and schema-check a manifest.
    • load — the consumer side: validate, then hydrate the library's pre-extracted styles, tree-shaken to the consumer's
      imports.
    • resolveChain — the composition case: order a chain of parent design systems root-first, deduping shared ancestors
      and reporting cycles.
  • d075c2b: Only extract JSX style props when jsxFramework is configured.

    This prevents CSS from being generated for JSX components in projects that have not enabled JSX extraction.
    Function-call extraction is unchanged.

  • Updated dependencies [8a936bd]

  • Updated dependencies [82e7811]

  • Updated dependencies [7b71a43]

    • @pandacss/compiler-shared@2.0.0-beta.6

@pandacss/dev@2.0.0-beta.6

Patch Changes

  • Updated dependencies [8a936bd]
  • Updated dependencies [82e7811]
  • Updated dependencies [7b71a43]
  • Updated dependencies [d075c2b]
  • Updated dependencies [86504d6]
    • @pandacss/cli@2.0.0-beta.6
    • @pandacss/compiler@2.0.0-beta.6
    • @pandacss/config@2.0.0-beta.6
    • @pandacss/types@2.0.0-beta.6
    • @pandacss/postcss@2.0.0-beta.6

@pandacss/eslint-plugin@2.0.0-beta.6

Patch Changes

  • Updated dependencies [8a936bd]
  • Updated dependencies [82e7811]
  • Updated dependencies [7b71a43]
  • Updated dependencies [d075c2b]
  • Updated dependencies [86504d6]
    • @pandacss/compiler@2.0.0-beta.6
    • @pandacss/compiler-shared@2.0.0-beta.6
    • @pandacss/config@2.0.0-beta.6

@pandacss/mcp@2.0.0-beta.6

Patch Changes

  • Updated dependencies [8a936bd]
  • Updated dependencies [82e7811]
  • Updated dependencies [7b71a43]
  • Updated dependencies [d075c2b]
  • Updated dependencies [86504d6]
    • @pandacss/compiler@2.0.0-beta.6

@pandacss/postcss@2.0.0-beta.6

Patch Changes

  • Updated dependencies [8a936bd]
  • Updated dependencies [82e7811]
  • Updated dependencies [7b71a43]
  • Updated dependencies [d075c2b]
  • Updated dependencies [86504d6]
    • @pandacss/compiler@2.0.0-beta.6
    • @pandacss/compiler-shared@2.0.0-beta.6

@pandacss/preset-base@2.0.0-beta.6

Patch Changes

  • Updated dependencies [7b71a43]
    • @pandacss/types@2.0.0-beta.6

@pandacss/preset-panda@2.0.0-beta.6

Patch Changes

  • Updated dependencies [7b71a43]
    • @pandacss/types@2.0.0-beta.6

@pandacss/vite@2.0.0-beta.6

Patch Changes

  • Updated dependencies [8a936bd]
  • Updated dependencies [82e7811]
  • Updated dependencies [7b71a43]
  • Updated dependencies [d075c2b]
  • Updated dependencies [86504d6]
    • @pandacss/compiler@2.0.0-beta.6
    • @pandacss/compiler-shared@2.0.0-beta.6

playground@0.1.1-beta.6

Patch Changes

  • Updated dependencies [8a936bd]
  • Updated dependencies [82e7811]
  • Updated dependencies [7b71a43]
  • Updated dependencies [d075c2b]
    • @pandacss/compiler-shared@2.0.0-beta.6
    • @pandacss/compiler-wasm@2.0.0-beta.6
    • @pandacss/config@2.0.0-beta.6
    • @pandacss/preset-base@2.0.0-beta.6
    • @pandacss/preset-panda@2.0.0-beta.6

website@1.0.1-beta.6

Patch Changes

  • @pandacss/preset-base@2.0.0-beta.6
  • @pandacss/preset-panda@2.0.0-beta.6

@vercel

vercel Bot commented Jun 24, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
panda-docs Error Error Jun 29, 2026 7:29pm
panda-playground Error Error Jun 29, 2026 7:29pm
panda-studio Error Error Jun 29, 2026 7:29pm

Request Review

@github-actions github-actions Bot force-pushed the changeset-release/v2 branch from b69c946 to 5bd55c0 Compare June 25, 2026 04:23
@github-actions github-actions Bot force-pushed the changeset-release/v2 branch from 5bd55c0 to 75942da Compare June 25, 2026 06:33
@github-actions github-actions Bot force-pushed the changeset-release/v2 branch from 75942da to 8de651c Compare June 25, 2026 07:27
@github-actions github-actions Bot force-pushed the changeset-release/v2 branch from 8de651c to 25368f8 Compare June 25, 2026 07:48
@github-actions github-actions Bot force-pushed the changeset-release/v2 branch from 25368f8 to 50f1ece Compare June 25, 2026 10:30
@github-actions github-actions Bot force-pushed the changeset-release/v2 branch from 50f1ece to e884348 Compare June 25, 2026 12:46
@github-actions github-actions Bot force-pushed the changeset-release/v2 branch from e884348 to 8954032 Compare June 25, 2026 16:31
@github-actions github-actions Bot force-pushed the changeset-release/v2 branch from 53c8935 to 3f4c344 Compare June 28, 2026 14:04
@github-actions github-actions Bot force-pushed the changeset-release/v2 branch from 3f4c344 to 0eeefea Compare June 28, 2026 16:57
@github-actions github-actions Bot force-pushed the changeset-release/v2 branch from 0eeefea to 20829c2 Compare June 29, 2026 13:55
@github-actions github-actions Bot force-pushed the changeset-release/v2 branch from 20829c2 to a8a704a Compare June 29, 2026 15:56
@github-actions github-actions Bot force-pushed the changeset-release/v2 branch from a8a704a to e75fe51 Compare June 29, 2026 16:06
@github-actions github-actions Bot force-pushed the changeset-release/v2 branch from e75fe51 to 28e36f7 Compare June 29, 2026 19:20
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