Skip to content

ci: Version Packages#35

Merged
KevinVandy merged 1 commit intomainfrom
changeset-release/main
Jul 10, 2025
Merged

ci: Version Packages#35
KevinVandy merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
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 main, this PR will be updated.

Releases

@tanstack/pacer@0.9.0

Minor Changes

    • breaking: Removed most "get" methods that can now be read directly from the state (e.g. debouncer.getExecutionCount() -> debouncer.store.state.executionCount or debouncer.state.executionCount in framework adapters) (#32)
    • breaking: Removed getOptions and other option resolver methods such as getEnabled and getWait
    • feat: Rewrote TanStack Pacer to use TanStack Store for state management
    • feat: Added flush methods to all utils to trigger pending executions to execute immediately.
    • feat: Added an initialState option to all utils to set the initial state for persistence features
    • feat: Added status state to all utils except rate-limiters for pending, excution, etc. states.
    • feat: Added new AsyncBatcher utility
    • fix: Multiple bug fixes

@tanstack/persister@0.1.0

Minor Changes

  • Created TanStack Persister packages (#32)

@tanstack/react-pacer@0.9.0

Minor Changes

    • breaking: Removed most "get" methods that can now be read directly from the state (e.g. debouncer.getExecutionCount() -> debouncer.store.state.executionCount or debouncer.state.executionCount in framework adapters) (#32)
    • breaking: Removed getOptions and other option resolver methods such as getEnabled and getWait
    • feat: Rewrote TanStack Pacer to use TanStack Store for state management
    • feat: Added flush methods to all utils to trigger pending executions to execute immediately.
    • feat: Added an initialState option to all utils to set the initial state for persistence features
    • feat: Added status state to all utils except rate-limiters for pending, excution, etc. states.
    • feat: Added new AsyncBatcher utility
    • fix: Multiple bug fixes

Patch Changes

  • Updated dependencies [9e7bcb1]:
    • @tanstack/pacer@0.9.0

@tanstack/react-persister@0.1.0

Minor Changes

  • Created TanStack Persister packages (#32)

Patch Changes

  • Updated dependencies [9e7bcb1]:
    • @tanstack/persister@0.1.0

@tanstack/solid-pacer@0.9.0

Minor Changes

    • breaking: Removed most "get" methods that can now be read directly from the state (e.g. debouncer.getExecutionCount() -> debouncer.store.state.executionCount or debouncer.state.executionCount in framework adapters) (#32)
    • breaking: Removed getOptions and other option resolver methods such as getEnabled and getWait
    • feat: Rewrote TanStack Pacer to use TanStack Store for state management
    • feat: Added flush methods to all utils to trigger pending executions to execute immediately.
    • feat: Added an initialState option to all utils to set the initial state for persistence features
    • feat: Added status state to all utils except rate-limiters for pending, excution, etc. states.
    • feat: Added new AsyncBatcher utility
    • fix: Multiple bug fixes

Patch Changes

  • Updated dependencies [9e7bcb1]:
    • @tanstack/pacer@0.9.0

@KevinVandy KevinVandy merged commit 4ddf0a3 into main Jul 10, 2025
@KevinVandy KevinVandy deleted the changeset-release/main branch July 10, 2025 23:41
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