Skip to content

Version Packages (beta)#3623

Merged
segunadebayo merged 1 commit into
v2from
changeset-release/v2
Jul 1, 2026
Merged

Version Packages (beta)#3623
segunadebayo merged 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/cli@2.0.0-beta.6

Minor Changes

  • b5a620d: Add panda lib to package a Panda design system.

    It scans your library source, writes panda.lib.json, panda.buildinfo.json, and panda.preset.mjs, then syncs the
    package exports. It can also run in watch mode.

    Consumers also get token conflict warnings when the app and design system define the same token path; the app value
    wins. If a library's build info is stale, Panda re-extracts its manifest files instead of failing the build.

Patch Changes

  • 8a936bd: Add panda analyze reports. You can write JSON, open a static HTML report, or run the live report UI.
  • Updated dependencies [8a936bd]
  • Updated dependencies [82e7811]
  • Updated dependencies [b5a620d]
  • 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@2.0.0-beta.6

Minor Changes

  • b5a620d: Add panda lib to package a Panda design system.

    It scans your library source, writes panda.lib.json, panda.buildinfo.json, and panda.preset.mjs, then syncs the
    package exports. It can also run in watch mode.

    Consumers also get token conflict warnings when the app and design system define the same token path; the app value
    wins. If a library's build info is stale, Panda re-extracts its manifest files instead of failing the build.

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

    Panda reads the library's panda.lib.json, merges its preset below your config, and reuses its pre-extracted styles.
    If the design system needs a different Panda major version, Panda reports a clear error.

Patch Changes

  • 8a936bd: Add panda analyze reports. You can write JSON, open a static HTML report, or run the live report UI.

  • 82e7811: Add compiler.designSystem helpers for panda.lib.json manifests.

    The new helpers create, validate, load, and order design-system manifests so consumers can adopt a library through the
    designSystem config field.

  • 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 for WebContainer-based environments like StackBlitz.

  • Updated dependencies [8a936bd]

  • Updated dependencies [82e7811]

  • Updated dependencies [b5a620d]

  • 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

  • b5a620d: Add panda lib to package a Panda design system.

    It scans your library source, writes panda.lib.json, panda.buildinfo.json, and panda.preset.mjs, then syncs the
    package exports. It can also run in watch mode.

    Consumers also get token conflict warnings when the app and design system define the same token path; the app value
    wins. If a library's build info is stale, Panda re-extracts its manifest files instead of failing the build.

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

    Panda reads the library's panda.lib.json, merges its preset below your config, and reuses its pre-extracted styles.
    If the design system needs a different Panda major version, Panda reports a clear error.

Patch Changes

  • 8a936bd: Add panda analyze reports. You can write JSON, open a static HTML report, or run the live report UI.

  • 82e7811: Add compiler.designSystem helpers for panda.lib.json manifests.

    The new helpers create, validate, load, and order design-system manifests so consumers can adopt a library through the
    designSystem config field.

@pandacss/config@2.0.0-beta.6

Minor Changes

  • b5a620d: Add panda lib to package a Panda design system.

    It scans your library source, writes panda.lib.json, panda.buildinfo.json, and panda.preset.mjs, then syncs the
    package exports. It can also run in watch mode.

    Consumers also get token conflict warnings when the app and design system define the same token path; the app value
    wins. If a library's build info is stale, Panda re-extracts its manifest files instead of failing the build.

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

    Panda reads the library's panda.lib.json, merges its preset below your config, and reuses its pre-extracted styles.
    If the design system needs a different Panda major version, Panda reports a clear error.

Patch Changes

  • Updated dependencies [8a936bd]
  • Updated dependencies [82e7811]
  • Updated dependencies [b5a620d]
  • 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 designSystem: '@acme/ds'.

    Panda reads the library's panda.lib.json, merges its preset below your config, and reuses its pre-extracted styles.
    If the design system needs a different Panda major version, Panda reports a clear error.

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

Patch Changes

  • 82e7811: Add compiler.designSystem helpers for panda.lib.json manifests.

    The new helpers create, validate, load, and order design-system manifests so consumers can adopt a library through the
    designSystem config field.

  • 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 [b5a620d]

  • 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 [b5a620d]
  • 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 [b5a620d]
  • 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 [b5a620d]
  • 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 [b5a620d]
  • 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 [b5a620d]
  • 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 [b5a620d]
  • 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 Jul 1, 2026 12:41pm
panda-playground Error Error Jul 1, 2026 12:41pm
panda-studio Error Error Jul 1, 2026 12:41pm

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
@github-actions github-actions Bot force-pushed the changeset-release/v2 branch from 28e36f7 to 2782201 Compare June 29, 2026 19:28
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.

1 participant