Skip to content
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

Version Packages (next) #1621

Merged
merged 1 commit into from
Sep 30, 2023
Merged

Version Packages (next) #1621

merged 1 commit into from
Sep 30, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 26, 2023

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.

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

main 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 main.

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

Releases

@latticexyz/[email protected]

Major Changes

  • #1624 88b1a5a1 Thanks @alvrs! - We now expose a WorldContextConsumerLib library with the same functionality as the WorldContextConsumer contract, but the ability to be used inside of internal libraries.
    We also renamed the WorldContextProvider library to WorldContextProviderLib for consistency.

Minor Changes

  • #1675 7987c94d Thanks @alvrs! - Return address of the newly created World from WorldFactory.deployWorld.

Patch Changes

@latticexyz/[email protected]

Minor Changes

  • #1662 4081493b Thanks @holic! - Added a tableIds parameter to store sync methods and indexer to allow filtering data streams by table IDs. Store sync methods automatically include all internal table IDs from Store and World.

    import { syncToRecs } from "@latticexyz/store-sync/recs";
    import { resourceIdToHex } from "@latticexyz/common";
    
    syncToRecs({
      ...
      tableIds: [resourceIdToHex(...)],
    });
    import { createIndexerClient } from "@latticexyz/store-sync/trpc-indexer";
    import { resourceIdToHex } from "@latticexyz/common";
    
    const client = createIndexerClient({ ... });
    client.findAll({
      ...
      tableIds: [resourceIdToHex(...)],
    });

Patch Changes

@latticexyz/[email protected]

Minor Changes

  • #1662 4081493b Thanks @holic! - Added a tableIds parameter to store sync methods and indexer to allow filtering data streams by table IDs. Store sync methods automatically include all internal table IDs from Store and World.

    import { syncToRecs } from "@latticexyz/store-sync/recs";
    import { resourceIdToHex } from "@latticexyz/common";
    
    syncToRecs({
      ...
      tableIds: [resourceIdToHex(...)],
    });
    import { createIndexerClient } from "@latticexyz/store-sync/trpc-indexer";
    import { resourceIdToHex } from "@latticexyz/common";
    
    const client = createIndexerClient({ ... });
    client.findAll({
      ...
      tableIds: [resourceIdToHex(...)],
    });

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]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

Patch Changes

@latticexyz/[email protected]

[email protected]

@latticexyz/[email protected]

@latticexyz/[email protected]

@latticexyz/[email protected]

@latticexyz/[email protected]

@latticexyz/[email protected]

[email protected]

[email protected]

@latticexyz/[email protected]

@latticexyz/[email protected]

@latticexyz/[email protected]

@latticexyz/[email protected]

@latticexyz/[email protected]

@latticexyz/[email protected]

@latticexyz/[email protected]

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