Skip to content

chore: release v2.2.23 #3775

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore: release v2.2.23 #3775

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 27, 2025

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

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

[email protected]

Patch Changes

  • b803eb1: Bumped forge-std version and removed ds-test dependency (not needed in current forge-std versions)

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

  • b803eb1: Bumped forge-std version and removed ds-test dependency (not needed in current forge-std versions)

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

  • b803eb1: Bumped forge-std version and removed ds-test dependency (not needed in current forge-std versions)

@latticexyz/[email protected]

Patch Changes

  • b84bcc6: Added experimental support for indices and derived tables to Stash.

    Derived tables are synchronously updated based on changes to source tables, enabling computed or reorganized views of existing data.

    Indices are a special case of derived tables that mirror another table with a different key.
    They provide a more ergonomic API for this common pattern and are automatically considered in the Matches query fragment to optimize lookups on large tables.

    Example:

    const stash = createStash();
    const inputTable = defineTable({
      label: "input",
      schema: { field1: "uint32", field2: "address", field3: "string" },
      key: ["field1"],
    });
    registerTable({ stash, table: inputTable });
    const indexTable = registerIndex({ stash, table: inputTable, key: ["field2", "field3"] });
  • Updated dependencies [a8c404b]

  • Updated dependencies [b803eb1]

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

@latticexyz/[email protected]

[email protected]

[email protected]

@latticexyz/[email protected]

[email protected]

@github-actions github-actions bot force-pushed the changeset-release/main branch from e0e6c5d to 0371266 Compare June 27, 2025 13:07
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0371266 to 7f4a703 Compare June 27, 2025 15:43
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7f4a703 to 4156f2d Compare June 27, 2025 19:20
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4156f2d to 2c53a66 Compare June 27, 2025 19:37
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2c53a66 to da92c8d Compare July 1, 2025 15:38
@github-actions github-actions bot force-pushed the changeset-release/main branch from da92c8d to aa21a61 Compare July 1, 2025 15:56
@github-actions github-actions bot force-pushed the changeset-release/main branch from aa21a61 to 37ddce7 Compare July 3, 2025 20:03
@github-actions github-actions bot force-pushed the changeset-release/main branch from 37ddce7 to 9438896 Compare July 10, 2025 09:54
@github-actions github-actions bot force-pushed the changeset-release/main branch from 9438896 to 605569f Compare July 10, 2025 12:49
Copy link

vercel bot commented Jul 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
id.place ❌ Failed (Inspect) Jul 21, 2025 10:41pm

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