From a37d825b44f840e7db668fd5a2c13b51f9f5fb67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 02:01:52 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/green-panels-rest.md | 14 -------------- examples/angular/asyncBatch/package.json | 2 +- examples/angular/asyncDebounce/package.json | 2 +- examples/angular/asyncRateLimit/package.json | 2 +- examples/angular/asyncRetry/package.json | 2 +- examples/angular/asyncThrottle/package.json | 2 +- examples/angular/batch/package.json | 2 +- examples/angular/debounce/package.json | 2 +- .../injectAsyncBatchedCallback/package.json | 2 +- examples/angular/injectAsyncBatcher/package.json | 2 +- .../injectAsyncDebouncedCallback/package.json | 2 +- examples/angular/injectAsyncDebouncer/package.json | 2 +- .../angular/injectAsyncQueuedSignal/package.json | 2 +- examples/angular/injectAsyncQueuer/package.json | 2 +- .../angular/injectAsyncRateLimiter/package.json | 2 +- .../package.json | 2 +- .../injectAsyncThrottledCallback/package.json | 2 +- examples/angular/injectAsyncThrottler/package.json | 2 +- .../angular/injectBatchedCallback/package.json | 2 +- examples/angular/injectBatcher/package.json | 2 +- .../angular/injectDebouncedCallback/package.json | 2 +- .../angular/injectDebouncedSignal/package.json | 2 +- examples/angular/injectDebouncedValue/package.json | 2 +- examples/angular/injectDebouncer/package.json | 2 +- examples/angular/injectQueuedSignal/package.json | 2 +- examples/angular/injectQueuedValue/package.json | 2 +- examples/angular/injectQueuer/package.json | 2 +- .../angular/injectQueuerWithPersister/package.json | 2 +- .../angular/injectRateLimitedCallback/package.json | 2 +- .../angular/injectRateLimitedSignal/package.json | 2 +- .../angular/injectRateLimitedValue/package.json | 2 +- examples/angular/injectRateLimiter/package.json | 2 +- .../injectRateLimiterWithPersister/package.json | 2 +- .../angular/injectThrottledCallback/package.json | 2 +- .../angular/injectThrottledSignal/package.json | 2 +- examples/angular/injectThrottledValue/package.json | 2 +- examples/angular/injectThrottler/package.json | 2 +- examples/angular/queue/package.json | 2 +- examples/angular/rateLimit/package.json | 2 +- examples/angular/throttle/package.json | 2 +- examples/preact/asyncBatch/package.json | 2 +- examples/preact/asyncDebounce/package.json | 2 +- examples/preact/asyncRateLimit/package.json | 2 +- examples/preact/asyncRetry/package.json | 2 +- examples/preact/asyncThrottle/package.json | 2 +- examples/preact/batch/package.json | 2 +- examples/preact/debounce/package.json | 2 +- examples/preact/queue/package.json | 2 +- examples/preact/rateLimit/package.json | 2 +- examples/preact/throttle/package.json | 2 +- .../preact/useAsyncBatchedCallback/package.json | 2 +- examples/preact/useAsyncBatcher/package.json | 2 +- .../preact/useAsyncDebouncedCallback/package.json | 2 +- examples/preact/useAsyncDebouncer/package.json | 2 +- examples/preact/useAsyncQueuedState/package.json | 2 +- examples/preact/useAsyncQueuer/package.json | 2 +- examples/preact/useAsyncRateLimiter/package.json | 2 +- .../useAsyncRateLimiterWithPersister/package.json | 2 +- .../preact/useAsyncThrottledCallback/package.json | 2 +- examples/preact/useAsyncThrottler/package.json | 2 +- examples/preact/useBatchedCallback/package.json | 2 +- examples/preact/useBatcher/package.json | 2 +- examples/preact/useDebouncedCallback/package.json | 2 +- examples/preact/useDebouncedState/package.json | 2 +- examples/preact/useDebouncedValue/package.json | 2 +- examples/preact/useDebouncer/package.json | 2 +- examples/preact/useQueuedState/package.json | 2 +- examples/preact/useQueuedValue/package.json | 2 +- examples/preact/useQueuer/package.json | 2 +- .../preact/useQueuerWithPersister/package.json | 2 +- .../preact/useRateLimitedCallback/package.json | 2 +- examples/preact/useRateLimitedState/package.json | 2 +- examples/preact/useRateLimitedValue/package.json | 2 +- examples/preact/useRateLimiter/package.json | 2 +- .../useRateLimiterWithPersister/package.json | 2 +- examples/preact/useThrottledCallback/package.json | 2 +- examples/preact/useThrottledState/package.json | 2 +- examples/preact/useThrottledValue/package.json | 2 +- examples/preact/useThrottler/package.json | 2 +- examples/preact/util-comparison/package.json | 2 +- examples/react/asyncBatch/package.json | 2 +- examples/react/asyncDebounce/package.json | 2 +- examples/react/asyncRateLimit/package.json | 2 +- examples/react/asyncRetry/package.json | 2 +- examples/react/asyncThrottle/package.json | 2 +- examples/react/batch/package.json | 2 +- examples/react/debounce/package.json | 2 +- examples/react/queue/package.json | 4 ++-- examples/react/rateLimit/package.json | 2 +- .../react-query-debounced-prefetch/package.json | 2 +- .../react/react-query-queued-prefetch/package.json | 2 +- .../react-query-throttled-prefetch/package.json | 2 +- examples/react/throttle/package.json | 2 +- .../react/useAsyncBatchedCallback/package.json | 2 +- examples/react/useAsyncBatcher/package.json | 2 +- .../react/useAsyncDebouncedCallback/package.json | 2 +- examples/react/useAsyncDebouncer/package.json | 2 +- examples/react/useAsyncQueuedState/package.json | 2 +- examples/react/useAsyncQueuer/package.json | 2 +- examples/react/useAsyncRateLimiter/package.json | 2 +- .../useAsyncRateLimiterWithPersister/package.json | 2 +- .../react/useAsyncThrottledCallback/package.json | 2 +- examples/react/useAsyncThrottler/package.json | 2 +- examples/react/useBatchedCallback/package.json | 2 +- examples/react/useBatcher/package.json | 2 +- examples/react/useDebouncedCallback/package.json | 2 +- examples/react/useDebouncedState/package.json | 2 +- examples/react/useDebouncedValue/package.json | 2 +- examples/react/useDebouncer/package.json | 2 +- examples/react/useQueuedState/package.json | 2 +- examples/react/useQueuedValue/package.json | 2 +- examples/react/useQueuer/package.json | 4 ++-- examples/react/useQueuerWithPersister/package.json | 2 +- examples/react/useRateLimitedCallback/package.json | 2 +- examples/react/useRateLimitedState/package.json | 2 +- examples/react/useRateLimitedValue/package.json | 2 +- examples/react/useRateLimiter/package.json | 2 +- .../react/useRateLimiterWithPersister/package.json | 2 +- examples/react/useThrottledCallback/package.json | 2 +- examples/react/useThrottledState/package.json | 2 +- examples/react/useThrottledValue/package.json | 2 +- examples/react/useThrottler/package.json | 2 +- examples/react/util-comparison/package.json | 4 ++-- examples/solid/asyncBatch/package.json | 2 +- examples/solid/asyncDebounce/package.json | 2 +- examples/solid/asyncRateLimit/package.json | 2 +- examples/solid/asyncThrottle/package.json | 2 +- examples/solid/batch/package.json | 2 +- examples/solid/createAsyncBatcher/package.json | 2 +- examples/solid/createAsyncDebouncer/package.json | 2 +- examples/solid/createAsyncQueuer/package.json | 2 +- examples/solid/createAsyncRateLimiter/package.json | 2 +- examples/solid/createAsyncThrottler/package.json | 2 +- examples/solid/createBatcher/package.json | 2 +- examples/solid/createDebouncedSignal/package.json | 2 +- examples/solid/createDebouncedValue/package.json | 2 +- examples/solid/createDebouncer/package.json | 2 +- examples/solid/createQueuedSignal/package.json | 4 ++-- examples/solid/createQueuer/package.json | 4 ++-- .../solid/createRateLimitedSignal/package.json | 2 +- examples/solid/createRateLimitedValue/package.json | 2 +- examples/solid/createRateLimiter/package.json | 2 +- examples/solid/createThrottledSignal/package.json | 2 +- examples/solid/createThrottledValue/package.json | 2 +- examples/solid/createThrottler/package.json | 2 +- examples/solid/debounce/package.json | 2 +- examples/solid/queue/package.json | 4 ++-- examples/solid/rateLimit/package.json | 2 +- examples/solid/throttle/package.json | 2 +- examples/vanilla/LiteBatcher/package.json | 2 +- examples/vanilla/LiteDebouncer/package.json | 2 +- examples/vanilla/LiteQueuer/package.json | 2 +- examples/vanilla/LiteRateLimiter/package.json | 2 +- examples/vanilla/LiteThrottler/package.json | 2 +- examples/vanilla/liteBatch/package.json | 2 +- examples/vanilla/liteDebounce/package.json | 2 +- examples/vanilla/liteQueue/package.json | 2 +- examples/vanilla/liteRateLimit/package.json | 2 +- examples/vanilla/liteThrottle/package.json | 2 +- packages/angular-pacer/CHANGELOG.md | 9 +++++++++ packages/angular-pacer/package.json | 2 +- packages/pacer-devtools/CHANGELOG.md | 6 ++++++ packages/pacer-devtools/package.json | 2 +- packages/pacer-lite/CHANGELOG.md | 6 ++++++ packages/pacer-lite/package.json | 2 +- packages/pacer/CHANGELOG.md | 6 ++++++ packages/pacer/package.json | 2 +- packages/preact-pacer-devtools/CHANGELOG.md | 9 +++++++++ packages/preact-pacer-devtools/package.json | 2 +- packages/preact-pacer/CHANGELOG.md | 9 +++++++++ packages/preact-pacer/package.json | 2 +- packages/react-pacer-devtools/CHANGELOG.md | 9 +++++++++ packages/react-pacer-devtools/package.json | 2 +- packages/react-pacer/CHANGELOG.md | 9 +++++++++ packages/react-pacer/package.json | 2 +- packages/solid-pacer-devtools/CHANGELOG.md | 9 +++++++++ packages/solid-pacer-devtools/package.json | 2 +- packages/solid-pacer/CHANGELOG.md | 9 +++++++++ packages/solid-pacer/package.json | 2 +- 179 files changed, 255 insertions(+), 188 deletions(-) delete mode 100644 .changeset/green-panels-rest.md diff --git a/.changeset/green-panels-rest.md b/.changeset/green-panels-rest.md deleted file mode 100644 index c212c576..00000000 --- a/.changeset/green-panels-rest.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@tanstack/angular-pacer': patch -'@tanstack/pacer': patch -'@tanstack/pacer-devtools': patch -'@tanstack/pacer-lite': patch -'@tanstack/preact-pacer': patch -'@tanstack/preact-pacer-devtools': patch -'@tanstack/react-pacer': patch -'@tanstack/react-pacer-devtools': patch -'@tanstack/solid-pacer': patch -'@tanstack/solid-pacer-devtools': patch ---- - -Allow standalone devtools panels to render without required TanStack Devtools props. diff --git a/examples/angular/asyncBatch/package.json b/examples/angular/asyncBatch/package.json index cfa2e080..1d78df25 100644 --- a/examples/angular/asyncBatch/package.json +++ b/examples/angular/asyncBatch/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/asyncDebounce/package.json b/examples/angular/asyncDebounce/package.json index ae8aca59..d3269c0a 100644 --- a/examples/angular/asyncDebounce/package.json +++ b/examples/angular/asyncDebounce/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/asyncRateLimit/package.json b/examples/angular/asyncRateLimit/package.json index 26284261..2caa425c 100644 --- a/examples/angular/asyncRateLimit/package.json +++ b/examples/angular/asyncRateLimit/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/asyncRetry/package.json b/examples/angular/asyncRetry/package.json index 9374a153..8be00d0c 100644 --- a/examples/angular/asyncRetry/package.json +++ b/examples/angular/asyncRetry/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/asyncThrottle/package.json b/examples/angular/asyncThrottle/package.json index 6b9040bc..41f7b0f8 100644 --- a/examples/angular/asyncThrottle/package.json +++ b/examples/angular/asyncThrottle/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/batch/package.json b/examples/angular/batch/package.json index 2e36e61a..9f5230eb 100644 --- a/examples/angular/batch/package.json +++ b/examples/angular/batch/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/debounce/package.json b/examples/angular/debounce/package.json index ebebb42f..37e9785b 100644 --- a/examples/angular/debounce/package.json +++ b/examples/angular/debounce/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectAsyncBatchedCallback/package.json b/examples/angular/injectAsyncBatchedCallback/package.json index 2544fac5..3ee1a32b 100644 --- a/examples/angular/injectAsyncBatchedCallback/package.json +++ b/examples/angular/injectAsyncBatchedCallback/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectAsyncBatcher/package.json b/examples/angular/injectAsyncBatcher/package.json index d474b04e..603680cf 100644 --- a/examples/angular/injectAsyncBatcher/package.json +++ b/examples/angular/injectAsyncBatcher/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectAsyncDebouncedCallback/package.json b/examples/angular/injectAsyncDebouncedCallback/package.json index 61273024..8e890fd4 100644 --- a/examples/angular/injectAsyncDebouncedCallback/package.json +++ b/examples/angular/injectAsyncDebouncedCallback/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectAsyncDebouncer/package.json b/examples/angular/injectAsyncDebouncer/package.json index 8c605b25..3d1f5906 100644 --- a/examples/angular/injectAsyncDebouncer/package.json +++ b/examples/angular/injectAsyncDebouncer/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectAsyncQueuedSignal/package.json b/examples/angular/injectAsyncQueuedSignal/package.json index 598747c0..4780b92d 100644 --- a/examples/angular/injectAsyncQueuedSignal/package.json +++ b/examples/angular/injectAsyncQueuedSignal/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectAsyncQueuer/package.json b/examples/angular/injectAsyncQueuer/package.json index f0e9405b..818f32cd 100644 --- a/examples/angular/injectAsyncQueuer/package.json +++ b/examples/angular/injectAsyncQueuer/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectAsyncRateLimiter/package.json b/examples/angular/injectAsyncRateLimiter/package.json index 491e9a6b..1b89425d 100644 --- a/examples/angular/injectAsyncRateLimiter/package.json +++ b/examples/angular/injectAsyncRateLimiter/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectAsyncRateLimiterWithPersister/package.json b/examples/angular/injectAsyncRateLimiterWithPersister/package.json index 9a8c5b0f..779ca32e 100644 --- a/examples/angular/injectAsyncRateLimiterWithPersister/package.json +++ b/examples/angular/injectAsyncRateLimiterWithPersister/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectAsyncThrottledCallback/package.json b/examples/angular/injectAsyncThrottledCallback/package.json index 5dded1f3..3d2219de 100644 --- a/examples/angular/injectAsyncThrottledCallback/package.json +++ b/examples/angular/injectAsyncThrottledCallback/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectAsyncThrottler/package.json b/examples/angular/injectAsyncThrottler/package.json index f7d0700b..c27f3001 100644 --- a/examples/angular/injectAsyncThrottler/package.json +++ b/examples/angular/injectAsyncThrottler/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectBatchedCallback/package.json b/examples/angular/injectBatchedCallback/package.json index b39b9250..f6f7f81a 100644 --- a/examples/angular/injectBatchedCallback/package.json +++ b/examples/angular/injectBatchedCallback/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectBatcher/package.json b/examples/angular/injectBatcher/package.json index fbbd0c8e..74e16839 100644 --- a/examples/angular/injectBatcher/package.json +++ b/examples/angular/injectBatcher/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectDebouncedCallback/package.json b/examples/angular/injectDebouncedCallback/package.json index 1de2b3a2..2dcb0a2d 100644 --- a/examples/angular/injectDebouncedCallback/package.json +++ b/examples/angular/injectDebouncedCallback/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectDebouncedSignal/package.json b/examples/angular/injectDebouncedSignal/package.json index 97ecf8c8..5afb4595 100644 --- a/examples/angular/injectDebouncedSignal/package.json +++ b/examples/angular/injectDebouncedSignal/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectDebouncedValue/package.json b/examples/angular/injectDebouncedValue/package.json index dccf86fe..a5b109ec 100644 --- a/examples/angular/injectDebouncedValue/package.json +++ b/examples/angular/injectDebouncedValue/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectDebouncer/package.json b/examples/angular/injectDebouncer/package.json index 068dbc49..291dabcd 100644 --- a/examples/angular/injectDebouncer/package.json +++ b/examples/angular/injectDebouncer/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectQueuedSignal/package.json b/examples/angular/injectQueuedSignal/package.json index c8cc0a66..19ecde2b 100644 --- a/examples/angular/injectQueuedSignal/package.json +++ b/examples/angular/injectQueuedSignal/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectQueuedValue/package.json b/examples/angular/injectQueuedValue/package.json index a4ae19cb..2c1770fb 100644 --- a/examples/angular/injectQueuedValue/package.json +++ b/examples/angular/injectQueuedValue/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectQueuer/package.json b/examples/angular/injectQueuer/package.json index d2b3ea46..bd7b2d74 100644 --- a/examples/angular/injectQueuer/package.json +++ b/examples/angular/injectQueuer/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectQueuerWithPersister/package.json b/examples/angular/injectQueuerWithPersister/package.json index a83b49e9..b6103d12 100644 --- a/examples/angular/injectQueuerWithPersister/package.json +++ b/examples/angular/injectQueuerWithPersister/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectRateLimitedCallback/package.json b/examples/angular/injectRateLimitedCallback/package.json index b4658cde..ed4af972 100644 --- a/examples/angular/injectRateLimitedCallback/package.json +++ b/examples/angular/injectRateLimitedCallback/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectRateLimitedSignal/package.json b/examples/angular/injectRateLimitedSignal/package.json index bd91623d..22d01130 100644 --- a/examples/angular/injectRateLimitedSignal/package.json +++ b/examples/angular/injectRateLimitedSignal/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectRateLimitedValue/package.json b/examples/angular/injectRateLimitedValue/package.json index 69e8812d..177dfe33 100644 --- a/examples/angular/injectRateLimitedValue/package.json +++ b/examples/angular/injectRateLimitedValue/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectRateLimiter/package.json b/examples/angular/injectRateLimiter/package.json index 632ba9df..a149d0f6 100644 --- a/examples/angular/injectRateLimiter/package.json +++ b/examples/angular/injectRateLimiter/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectRateLimiterWithPersister/package.json b/examples/angular/injectRateLimiterWithPersister/package.json index b9d2ed61..46ec8a7f 100644 --- a/examples/angular/injectRateLimiterWithPersister/package.json +++ b/examples/angular/injectRateLimiterWithPersister/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectThrottledCallback/package.json b/examples/angular/injectThrottledCallback/package.json index 12202684..dd5f0340 100644 --- a/examples/angular/injectThrottledCallback/package.json +++ b/examples/angular/injectThrottledCallback/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectThrottledSignal/package.json b/examples/angular/injectThrottledSignal/package.json index dca0ec32..f980570f 100644 --- a/examples/angular/injectThrottledSignal/package.json +++ b/examples/angular/injectThrottledSignal/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectThrottledValue/package.json b/examples/angular/injectThrottledValue/package.json index cd21f572..8870eb3c 100644 --- a/examples/angular/injectThrottledValue/package.json +++ b/examples/angular/injectThrottledValue/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/injectThrottler/package.json b/examples/angular/injectThrottler/package.json index 6b68d04a..f3f5bc24 100644 --- a/examples/angular/injectThrottler/package.json +++ b/examples/angular/injectThrottler/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/queue/package.json b/examples/angular/queue/package.json index 0a99edd7..14585100 100644 --- a/examples/angular/queue/package.json +++ b/examples/angular/queue/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/rateLimit/package.json b/examples/angular/rateLimit/package.json index 62eba688..a1455ae8 100644 --- a/examples/angular/rateLimit/package.json +++ b/examples/angular/rateLimit/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/throttle/package.json b/examples/angular/throttle/package.json index c458342e..9b6bc1d3 100644 --- a/examples/angular/throttle/package.json +++ b/examples/angular/throttle/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^21.2.12", "@angular/platform-browser": "^21.2.12", "@angular/router": "^21.2.12", - "@tanstack/angular-pacer": "^0.23.0", + "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/preact/asyncBatch/package.json b/examples/preact/asyncBatch/package.json index dd9df759..f889b55d 100644 --- a/examples/preact/asyncBatch/package.json +++ b/examples/preact/asyncBatch/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/asyncDebounce/package.json b/examples/preact/asyncDebounce/package.json index ec25c8e9..c3f687e7 100644 --- a/examples/preact/asyncDebounce/package.json +++ b/examples/preact/asyncDebounce/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/asyncRateLimit/package.json b/examples/preact/asyncRateLimit/package.json index 82b16e06..255b105f 100644 --- a/examples/preact/asyncRateLimit/package.json +++ b/examples/preact/asyncRateLimit/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/asyncRetry/package.json b/examples/preact/asyncRetry/package.json index bc4275c2..b0cb3f41 100644 --- a/examples/preact/asyncRetry/package.json +++ b/examples/preact/asyncRetry/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/asyncThrottle/package.json b/examples/preact/asyncThrottle/package.json index 1428c5b6..6ad4dc25 100644 --- a/examples/preact/asyncThrottle/package.json +++ b/examples/preact/asyncThrottle/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/batch/package.json b/examples/preact/batch/package.json index 0a9ae912..6a155977 100644 --- a/examples/preact/batch/package.json +++ b/examples/preact/batch/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/debounce/package.json b/examples/preact/debounce/package.json index 765d0d89..650461d7 100644 --- a/examples/preact/debounce/package.json +++ b/examples/preact/debounce/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/queue/package.json b/examples/preact/queue/package.json index e202f796..2fad83b3 100644 --- a/examples/preact/queue/package.json +++ b/examples/preact/queue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/rateLimit/package.json b/examples/preact/rateLimit/package.json index 159d0e3f..adf83c4d 100644 --- a/examples/preact/rateLimit/package.json +++ b/examples/preact/rateLimit/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/throttle/package.json b/examples/preact/throttle/package.json index 272103ff..4241ea43 100644 --- a/examples/preact/throttle/package.json +++ b/examples/preact/throttle/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useAsyncBatchedCallback/package.json b/examples/preact/useAsyncBatchedCallback/package.json index 0fea2c83..e7b7313d 100644 --- a/examples/preact/useAsyncBatchedCallback/package.json +++ b/examples/preact/useAsyncBatchedCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useAsyncBatcher/package.json b/examples/preact/useAsyncBatcher/package.json index 83814c1f..6235b0a2 100644 --- a/examples/preact/useAsyncBatcher/package.json +++ b/examples/preact/useAsyncBatcher/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useAsyncDebouncedCallback/package.json b/examples/preact/useAsyncDebouncedCallback/package.json index ec70ac73..543e99ee 100644 --- a/examples/preact/useAsyncDebouncedCallback/package.json +++ b/examples/preact/useAsyncDebouncedCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useAsyncDebouncer/package.json b/examples/preact/useAsyncDebouncer/package.json index f7caecc4..8996baff 100644 --- a/examples/preact/useAsyncDebouncer/package.json +++ b/examples/preact/useAsyncDebouncer/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useAsyncQueuedState/package.json b/examples/preact/useAsyncQueuedState/package.json index 6e0c23d4..d8b5ccaa 100644 --- a/examples/preact/useAsyncQueuedState/package.json +++ b/examples/preact/useAsyncQueuedState/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useAsyncQueuer/package.json b/examples/preact/useAsyncQueuer/package.json index ec90e1f6..5c8a30a8 100644 --- a/examples/preact/useAsyncQueuer/package.json +++ b/examples/preact/useAsyncQueuer/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useAsyncRateLimiter/package.json b/examples/preact/useAsyncRateLimiter/package.json index 67572226..7aa3776f 100644 --- a/examples/preact/useAsyncRateLimiter/package.json +++ b/examples/preact/useAsyncRateLimiter/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useAsyncRateLimiterWithPersister/package.json b/examples/preact/useAsyncRateLimiterWithPersister/package.json index 572929e2..ea1e55d8 100644 --- a/examples/preact/useAsyncRateLimiterWithPersister/package.json +++ b/examples/preact/useAsyncRateLimiterWithPersister/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useAsyncThrottledCallback/package.json b/examples/preact/useAsyncThrottledCallback/package.json index f4e7d61b..79e89e81 100644 --- a/examples/preact/useAsyncThrottledCallback/package.json +++ b/examples/preact/useAsyncThrottledCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useAsyncThrottler/package.json b/examples/preact/useAsyncThrottler/package.json index b7ad3c4f..37868612 100644 --- a/examples/preact/useAsyncThrottler/package.json +++ b/examples/preact/useAsyncThrottler/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useBatchedCallback/package.json b/examples/preact/useBatchedCallback/package.json index 0e5f4619..86e0e66d 100644 --- a/examples/preact/useBatchedCallback/package.json +++ b/examples/preact/useBatchedCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useBatcher/package.json b/examples/preact/useBatcher/package.json index 2cc25818..a0801388 100644 --- a/examples/preact/useBatcher/package.json +++ b/examples/preact/useBatcher/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useDebouncedCallback/package.json b/examples/preact/useDebouncedCallback/package.json index f061808c..d0ccf4f7 100644 --- a/examples/preact/useDebouncedCallback/package.json +++ b/examples/preact/useDebouncedCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useDebouncedState/package.json b/examples/preact/useDebouncedState/package.json index 66a6d7e2..594c14f4 100644 --- a/examples/preact/useDebouncedState/package.json +++ b/examples/preact/useDebouncedState/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useDebouncedValue/package.json b/examples/preact/useDebouncedValue/package.json index a0a6143a..200bc24d 100644 --- a/examples/preact/useDebouncedValue/package.json +++ b/examples/preact/useDebouncedValue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useDebouncer/package.json b/examples/preact/useDebouncer/package.json index 28ab2d0a..680af7ba 100644 --- a/examples/preact/useDebouncer/package.json +++ b/examples/preact/useDebouncer/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useQueuedState/package.json b/examples/preact/useQueuedState/package.json index 47485f29..77dc5b69 100644 --- a/examples/preact/useQueuedState/package.json +++ b/examples/preact/useQueuedState/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useQueuedValue/package.json b/examples/preact/useQueuedValue/package.json index 13fdab49..e4515bc4 100644 --- a/examples/preact/useQueuedValue/package.json +++ b/examples/preact/useQueuedValue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useQueuer/package.json b/examples/preact/useQueuer/package.json index f7e2aaee..b8a90619 100644 --- a/examples/preact/useQueuer/package.json +++ b/examples/preact/useQueuer/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/preact-devtools": "^0.10.5", - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "@tanstack/preact-pacer-devtools": "workspace:*", "preact": "^10.29.1" }, diff --git a/examples/preact/useQueuerWithPersister/package.json b/examples/preact/useQueuerWithPersister/package.json index 67b3a900..9c0d103d 100644 --- a/examples/preact/useQueuerWithPersister/package.json +++ b/examples/preact/useQueuerWithPersister/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useRateLimitedCallback/package.json b/examples/preact/useRateLimitedCallback/package.json index a92014e4..0939d6a5 100644 --- a/examples/preact/useRateLimitedCallback/package.json +++ b/examples/preact/useRateLimitedCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useRateLimitedState/package.json b/examples/preact/useRateLimitedState/package.json index 25e4385d..2dacbf43 100644 --- a/examples/preact/useRateLimitedState/package.json +++ b/examples/preact/useRateLimitedState/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useRateLimitedValue/package.json b/examples/preact/useRateLimitedValue/package.json index 57cd2f65..2df5f483 100644 --- a/examples/preact/useRateLimitedValue/package.json +++ b/examples/preact/useRateLimitedValue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useRateLimiter/package.json b/examples/preact/useRateLimiter/package.json index 8a8a2886..a794ac64 100644 --- a/examples/preact/useRateLimiter/package.json +++ b/examples/preact/useRateLimiter/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useRateLimiterWithPersister/package.json b/examples/preact/useRateLimiterWithPersister/package.json index e5ee25b2..a3b6f7fb 100644 --- a/examples/preact/useRateLimiterWithPersister/package.json +++ b/examples/preact/useRateLimiterWithPersister/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useThrottledCallback/package.json b/examples/preact/useThrottledCallback/package.json index 52d55588..0c6c2b96 100644 --- a/examples/preact/useThrottledCallback/package.json +++ b/examples/preact/useThrottledCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useThrottledState/package.json b/examples/preact/useThrottledState/package.json index a6b5e69d..0184a953 100644 --- a/examples/preact/useThrottledState/package.json +++ b/examples/preact/useThrottledState/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useThrottledValue/package.json b/examples/preact/useThrottledValue/package.json index bf3d5b48..01713d7e 100644 --- a/examples/preact/useThrottledValue/package.json +++ b/examples/preact/useThrottledValue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/useThrottler/package.json b/examples/preact/useThrottler/package.json index cfce701f..a9562248 100644 --- a/examples/preact/useThrottler/package.json +++ b/examples/preact/useThrottler/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "preact": "^10.29.1" }, "devDependencies": { diff --git a/examples/preact/util-comparison/package.json b/examples/preact/util-comparison/package.json index 145b1402..75f82160 100644 --- a/examples/preact/util-comparison/package.json +++ b/examples/preact/util-comparison/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/preact-devtools": "^0.10.5", - "@tanstack/preact-pacer": "^0.22.0", + "@tanstack/preact-pacer": "^0.22.1", "@tanstack/preact-pacer-devtools": "workspace:*", "preact": "^10.29.1" }, diff --git a/examples/react/asyncBatch/package.json b/examples/react/asyncBatch/package.json index 76f90d9f..817f3112 100644 --- a/examples/react/asyncBatch/package.json +++ b/examples/react/asyncBatch/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/asyncDebounce/package.json b/examples/react/asyncDebounce/package.json index 76b73d8a..fe5f0ec5 100644 --- a/examples/react/asyncDebounce/package.json +++ b/examples/react/asyncDebounce/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/asyncRateLimit/package.json b/examples/react/asyncRateLimit/package.json index e21d7725..fecac3dc 100644 --- a/examples/react/asyncRateLimit/package.json +++ b/examples/react/asyncRateLimit/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/asyncRetry/package.json b/examples/react/asyncRetry/package.json index 50dc8685..408f6ed5 100644 --- a/examples/react/asyncRetry/package.json +++ b/examples/react/asyncRetry/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/asyncThrottle/package.json b/examples/react/asyncThrottle/package.json index 35c30f0d..772aedb5 100644 --- a/examples/react/asyncThrottle/package.json +++ b/examples/react/asyncThrottle/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/batch/package.json b/examples/react/batch/package.json index 05cb3979..ea660431 100644 --- a/examples/react/batch/package.json +++ b/examples/react/batch/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/debounce/package.json b/examples/react/debounce/package.json index 1c734894..6365b7f3 100644 --- a/examples/react/debounce/package.json +++ b/examples/react/debounce/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/queue/package.json b/examples/react/queue/package.json index 9c5cc9b5..492d6270 100644 --- a/examples/react/queue/package.json +++ b/examples/react/queue/package.json @@ -9,13 +9,13 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, "devDependencies": { "@tanstack/react-devtools": "0.10.5", - "@tanstack/react-pacer-devtools": "0.7.0", + "@tanstack/react-pacer-devtools": "0.7.1", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", diff --git a/examples/react/rateLimit/package.json b/examples/react/rateLimit/package.json index b49bccb9..d6e48b5e 100644 --- a/examples/react/rateLimit/package.json +++ b/examples/react/rateLimit/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/react-query-debounced-prefetch/package.json b/examples/react/react-query-debounced-prefetch/package.json index 6655f5b4..9813c17d 100644 --- a/examples/react/react-query-debounced-prefetch/package.json +++ b/examples/react/react-query-debounced-prefetch/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-query": "^5.100.10", "@tanstack/react-query-devtools": "^5.100.10", "react": "^19.2.6", diff --git a/examples/react/react-query-queued-prefetch/package.json b/examples/react/react-query-queued-prefetch/package.json index 2862459c..09a8bc2e 100644 --- a/examples/react/react-query-queued-prefetch/package.json +++ b/examples/react/react-query-queued-prefetch/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-query": "^5.100.10", "@tanstack/react-query-devtools": "^5.100.10", "react": "^19.2.6", diff --git a/examples/react/react-query-throttled-prefetch/package.json b/examples/react/react-query-throttled-prefetch/package.json index d59ce164..432bab93 100644 --- a/examples/react/react-query-throttled-prefetch/package.json +++ b/examples/react/react-query-throttled-prefetch/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-query": "^5.100.10", "@tanstack/react-query-devtools": "^5.100.10", "react": "^19.2.6", diff --git a/examples/react/throttle/package.json b/examples/react/throttle/package.json index e77ea4ab..aafee0a1 100644 --- a/examples/react/throttle/package.json +++ b/examples/react/throttle/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useAsyncBatchedCallback/package.json b/examples/react/useAsyncBatchedCallback/package.json index 36436b7a..610f6f4e 100644 --- a/examples/react/useAsyncBatchedCallback/package.json +++ b/examples/react/useAsyncBatchedCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useAsyncBatcher/package.json b/examples/react/useAsyncBatcher/package.json index 31855731..19627794 100644 --- a/examples/react/useAsyncBatcher/package.json +++ b/examples/react/useAsyncBatcher/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useAsyncDebouncedCallback/package.json b/examples/react/useAsyncDebouncedCallback/package.json index 78dcfb80..7acce70c 100644 --- a/examples/react/useAsyncDebouncedCallback/package.json +++ b/examples/react/useAsyncDebouncedCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useAsyncDebouncer/package.json b/examples/react/useAsyncDebouncer/package.json index 049f0796..790e19f2 100644 --- a/examples/react/useAsyncDebouncer/package.json +++ b/examples/react/useAsyncDebouncer/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useAsyncQueuedState/package.json b/examples/react/useAsyncQueuedState/package.json index 24e264d5..501aea63 100644 --- a/examples/react/useAsyncQueuedState/package.json +++ b/examples/react/useAsyncQueuedState/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useAsyncQueuer/package.json b/examples/react/useAsyncQueuer/package.json index a787795c..abdb0067 100644 --- a/examples/react/useAsyncQueuer/package.json +++ b/examples/react/useAsyncQueuer/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useAsyncRateLimiter/package.json b/examples/react/useAsyncRateLimiter/package.json index 927931cd..36d81acd 100644 --- a/examples/react/useAsyncRateLimiter/package.json +++ b/examples/react/useAsyncRateLimiter/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-persister": "^0.1.1", "react": "^19.2.6", "react-dom": "^19.2.6" diff --git a/examples/react/useAsyncRateLimiterWithPersister/package.json b/examples/react/useAsyncRateLimiterWithPersister/package.json index f8d7ba06..30cb3c5a 100644 --- a/examples/react/useAsyncRateLimiterWithPersister/package.json +++ b/examples/react/useAsyncRateLimiterWithPersister/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-persister": "^0.1.1", "react": "^19.2.6", "react-dom": "^19.2.6" diff --git a/examples/react/useAsyncThrottledCallback/package.json b/examples/react/useAsyncThrottledCallback/package.json index 9c703a74..b4d103e3 100644 --- a/examples/react/useAsyncThrottledCallback/package.json +++ b/examples/react/useAsyncThrottledCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useAsyncThrottler/package.json b/examples/react/useAsyncThrottler/package.json index 57765173..223a1f1a 100644 --- a/examples/react/useAsyncThrottler/package.json +++ b/examples/react/useAsyncThrottler/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useBatchedCallback/package.json b/examples/react/useBatchedCallback/package.json index cb0b5689..292b5cb0 100644 --- a/examples/react/useBatchedCallback/package.json +++ b/examples/react/useBatchedCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useBatcher/package.json b/examples/react/useBatcher/package.json index acccb20c..ee964133 100644 --- a/examples/react/useBatcher/package.json +++ b/examples/react/useBatcher/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useDebouncedCallback/package.json b/examples/react/useDebouncedCallback/package.json index b3202573..f80600ad 100644 --- a/examples/react/useDebouncedCallback/package.json +++ b/examples/react/useDebouncedCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useDebouncedState/package.json b/examples/react/useDebouncedState/package.json index eedaed13..908b6685 100644 --- a/examples/react/useDebouncedState/package.json +++ b/examples/react/useDebouncedState/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useDebouncedValue/package.json b/examples/react/useDebouncedValue/package.json index a6f20de1..64e44387 100644 --- a/examples/react/useDebouncedValue/package.json +++ b/examples/react/useDebouncedValue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useDebouncer/package.json b/examples/react/useDebouncer/package.json index 60bcd486..f98777bc 100644 --- a/examples/react/useDebouncer/package.json +++ b/examples/react/useDebouncer/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useQueuedState/package.json b/examples/react/useQueuedState/package.json index 3f571166..4c141cd1 100644 --- a/examples/react/useQueuedState/package.json +++ b/examples/react/useQueuedState/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useQueuedValue/package.json b/examples/react/useQueuedValue/package.json index 550b0e24..8ff090e9 100644 --- a/examples/react/useQueuedValue/package.json +++ b/examples/react/useQueuedValue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useQueuer/package.json b/examples/react/useQueuer/package.json index 32e211ba..42851b41 100644 --- a/examples/react/useQueuer/package.json +++ b/examples/react/useQueuer/package.json @@ -9,14 +9,14 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-persister": "^0.1.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, "devDependencies": { "@tanstack/react-devtools": "0.10.5", - "@tanstack/react-pacer-devtools": "0.7.0", + "@tanstack/react-pacer-devtools": "0.7.1", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", diff --git a/examples/react/useQueuerWithPersister/package.json b/examples/react/useQueuerWithPersister/package.json index f9cd0941..7b9cbfa5 100644 --- a/examples/react/useQueuerWithPersister/package.json +++ b/examples/react/useQueuerWithPersister/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-persister": "^0.1.1", "react": "^19.2.6", "react-dom": "^19.2.6" diff --git a/examples/react/useRateLimitedCallback/package.json b/examples/react/useRateLimitedCallback/package.json index a7454c41..ee3e1fbf 100644 --- a/examples/react/useRateLimitedCallback/package.json +++ b/examples/react/useRateLimitedCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useRateLimitedState/package.json b/examples/react/useRateLimitedState/package.json index 2ac6c1c3..eb473c13 100644 --- a/examples/react/useRateLimitedState/package.json +++ b/examples/react/useRateLimitedState/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useRateLimitedValue/package.json b/examples/react/useRateLimitedValue/package.json index a2ca6cc6..f3c6123c 100644 --- a/examples/react/useRateLimitedValue/package.json +++ b/examples/react/useRateLimitedValue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useRateLimiter/package.json b/examples/react/useRateLimiter/package.json index aa7d4087..83b30d6f 100644 --- a/examples/react/useRateLimiter/package.json +++ b/examples/react/useRateLimiter/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-persister": "^0.1.1", "react": "^19.2.6", "react-dom": "^19.2.6" diff --git a/examples/react/useRateLimiterWithPersister/package.json b/examples/react/useRateLimiterWithPersister/package.json index c467783a..6dae3d45 100644 --- a/examples/react/useRateLimiterWithPersister/package.json +++ b/examples/react/useRateLimiterWithPersister/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-persister": "^0.1.1", "react": "^19.2.6", "react-dom": "^19.2.6" diff --git a/examples/react/useThrottledCallback/package.json b/examples/react/useThrottledCallback/package.json index 2aa8f1fd..574e9bc2 100644 --- a/examples/react/useThrottledCallback/package.json +++ b/examples/react/useThrottledCallback/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useThrottledState/package.json b/examples/react/useThrottledState/package.json index aa55da5d..06311e61 100644 --- a/examples/react/useThrottledState/package.json +++ b/examples/react/useThrottledState/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useThrottledValue/package.json b/examples/react/useThrottledValue/package.json index ec30b716..3d51a5bf 100644 --- a/examples/react/useThrottledValue/package.json +++ b/examples/react/useThrottledValue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/useThrottler/package.json b/examples/react/useThrottler/package.json index 79655e00..d8637fbc 100644 --- a/examples/react/useThrottler/package.json +++ b/examples/react/useThrottler/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/util-comparison/package.json b/examples/react/util-comparison/package.json index e5e0af4e..8a374280 100644 --- a/examples/react/util-comparison/package.json +++ b/examples/react/util-comparison/package.json @@ -9,13 +9,13 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-pacer": "^0.22.0", + "@tanstack/react-pacer": "^0.22.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, "devDependencies": { "@tanstack/react-devtools": "0.10.5", - "@tanstack/react-pacer-devtools": "0.7.0", + "@tanstack/react-pacer-devtools": "0.7.1", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", diff --git a/examples/solid/asyncBatch/package.json b/examples/solid/asyncBatch/package.json index 7af6d2c2..648c7de6 100644 --- a/examples/solid/asyncBatch/package.json +++ b/examples/solid/asyncBatch/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/asyncDebounce/package.json b/examples/solid/asyncDebounce/package.json index c35d828c..ebcf8733 100644 --- a/examples/solid/asyncDebounce/package.json +++ b/examples/solid/asyncDebounce/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/asyncRateLimit/package.json b/examples/solid/asyncRateLimit/package.json index 5cf58db6..a407084e 100644 --- a/examples/solid/asyncRateLimit/package.json +++ b/examples/solid/asyncRateLimit/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/asyncThrottle/package.json b/examples/solid/asyncThrottle/package.json index 101f3020..539a139f 100644 --- a/examples/solid/asyncThrottle/package.json +++ b/examples/solid/asyncThrottle/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/batch/package.json b/examples/solid/batch/package.json index 960ae984..30e3cbed 100644 --- a/examples/solid/batch/package.json +++ b/examples/solid/batch/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createAsyncBatcher/package.json b/examples/solid/createAsyncBatcher/package.json index 8387bdf4..69577b0c 100644 --- a/examples/solid/createAsyncBatcher/package.json +++ b/examples/solid/createAsyncBatcher/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createAsyncDebouncer/package.json b/examples/solid/createAsyncDebouncer/package.json index 1e25a577..4e6585b5 100644 --- a/examples/solid/createAsyncDebouncer/package.json +++ b/examples/solid/createAsyncDebouncer/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createAsyncQueuer/package.json b/examples/solid/createAsyncQueuer/package.json index 388c1511..f11461ae 100644 --- a/examples/solid/createAsyncQueuer/package.json +++ b/examples/solid/createAsyncQueuer/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createAsyncRateLimiter/package.json b/examples/solid/createAsyncRateLimiter/package.json index 296d8e14..8e932ff2 100644 --- a/examples/solid/createAsyncRateLimiter/package.json +++ b/examples/solid/createAsyncRateLimiter/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createAsyncThrottler/package.json b/examples/solid/createAsyncThrottler/package.json index 196125d0..0e53288c 100644 --- a/examples/solid/createAsyncThrottler/package.json +++ b/examples/solid/createAsyncThrottler/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createBatcher/package.json b/examples/solid/createBatcher/package.json index cab18bc9..423fbd5f 100644 --- a/examples/solid/createBatcher/package.json +++ b/examples/solid/createBatcher/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createDebouncedSignal/package.json b/examples/solid/createDebouncedSignal/package.json index 9a149845..4d928c37 100644 --- a/examples/solid/createDebouncedSignal/package.json +++ b/examples/solid/createDebouncedSignal/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createDebouncedValue/package.json b/examples/solid/createDebouncedValue/package.json index 4a28f122..04e88064 100644 --- a/examples/solid/createDebouncedValue/package.json +++ b/examples/solid/createDebouncedValue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createDebouncer/package.json b/examples/solid/createDebouncer/package.json index 22e5148f..7cd9ef57 100644 --- a/examples/solid/createDebouncer/package.json +++ b/examples/solid/createDebouncer/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createQueuedSignal/package.json b/examples/solid/createQueuedSignal/package.json index bf2830ae..cbd42f28 100644 --- a/examples/solid/createQueuedSignal/package.json +++ b/examples/solid/createQueuedSignal/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "0.8.5", - "@tanstack/solid-pacer": "^0.21.0", - "@tanstack/solid-pacer-devtools": "0.6.2", + "@tanstack/solid-pacer": "^0.21.1", + "@tanstack/solid-pacer-devtools": "0.6.3", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createQueuer/package.json b/examples/solid/createQueuer/package.json index e7c0eb19..5f7a2dd7 100644 --- a/examples/solid/createQueuer/package.json +++ b/examples/solid/createQueuer/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "0.8.5", - "@tanstack/solid-pacer": "^0.21.0", - "@tanstack/solid-pacer-devtools": "0.6.2", + "@tanstack/solid-pacer": "^0.21.1", + "@tanstack/solid-pacer-devtools": "0.6.3", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createRateLimitedSignal/package.json b/examples/solid/createRateLimitedSignal/package.json index 980dfcba..c72be558 100644 --- a/examples/solid/createRateLimitedSignal/package.json +++ b/examples/solid/createRateLimitedSignal/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createRateLimitedValue/package.json b/examples/solid/createRateLimitedValue/package.json index 70b41c85..4ee58f31 100644 --- a/examples/solid/createRateLimitedValue/package.json +++ b/examples/solid/createRateLimitedValue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createRateLimiter/package.json b/examples/solid/createRateLimiter/package.json index 55b1e058..7c0be6f4 100644 --- a/examples/solid/createRateLimiter/package.json +++ b/examples/solid/createRateLimiter/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createThrottledSignal/package.json b/examples/solid/createThrottledSignal/package.json index 0ccc70fd..49d11b77 100644 --- a/examples/solid/createThrottledSignal/package.json +++ b/examples/solid/createThrottledSignal/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createThrottledValue/package.json b/examples/solid/createThrottledValue/package.json index f0857480..43c0b7c2 100644 --- a/examples/solid/createThrottledValue/package.json +++ b/examples/solid/createThrottledValue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createThrottler/package.json b/examples/solid/createThrottler/package.json index 4cacd361..b1cc937f 100644 --- a/examples/solid/createThrottler/package.json +++ b/examples/solid/createThrottler/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/debounce/package.json b/examples/solid/debounce/package.json index d81a82f8..5e6d9073 100644 --- a/examples/solid/debounce/package.json +++ b/examples/solid/debounce/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/queue/package.json b/examples/solid/queue/package.json index f899f4e7..9b73c843 100644 --- a/examples/solid/queue/package.json +++ b/examples/solid/queue/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "0.8.5", - "@tanstack/solid-pacer": "^0.21.0", - "@tanstack/solid-pacer-devtools": "0.6.2", + "@tanstack/solid-pacer": "^0.21.1", + "@tanstack/solid-pacer-devtools": "0.6.3", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/rateLimit/package.json b/examples/solid/rateLimit/package.json index feed21e6..fa27753e 100644 --- a/examples/solid/rateLimit/package.json +++ b/examples/solid/rateLimit/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/throttle/package.json b/examples/solid/throttle/package.json index 09e25689..2efa6a65 100644 --- a/examples/solid/throttle/package.json +++ b/examples/solid/throttle/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-pacer": "^0.21.0", + "@tanstack/solid-pacer": "^0.21.1", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/vanilla/LiteBatcher/package.json b/examples/vanilla/LiteBatcher/package.json index 833cc482..d4ab5d22 100644 --- a/examples/vanilla/LiteBatcher/package.json +++ b/examples/vanilla/LiteBatcher/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/pacer-lite": "0.2.1" + "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { "vite": "^8.0.12" diff --git a/examples/vanilla/LiteDebouncer/package.json b/examples/vanilla/LiteDebouncer/package.json index 3a356772..fc92399d 100644 --- a/examples/vanilla/LiteDebouncer/package.json +++ b/examples/vanilla/LiteDebouncer/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/pacer-lite": "0.2.1" + "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { "vite": "^8.0.12" diff --git a/examples/vanilla/LiteQueuer/package.json b/examples/vanilla/LiteQueuer/package.json index 8d26ed97..4f012c48 100644 --- a/examples/vanilla/LiteQueuer/package.json +++ b/examples/vanilla/LiteQueuer/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/pacer-lite": "0.2.1" + "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { "vite": "^8.0.12" diff --git a/examples/vanilla/LiteRateLimiter/package.json b/examples/vanilla/LiteRateLimiter/package.json index 4f0c1c4d..1504e9a3 100644 --- a/examples/vanilla/LiteRateLimiter/package.json +++ b/examples/vanilla/LiteRateLimiter/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/pacer-lite": "0.2.1" + "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { "vite": "^8.0.12" diff --git a/examples/vanilla/LiteThrottler/package.json b/examples/vanilla/LiteThrottler/package.json index 1d843a02..f2596c3e 100644 --- a/examples/vanilla/LiteThrottler/package.json +++ b/examples/vanilla/LiteThrottler/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/pacer-lite": "0.2.1" + "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { "vite": "^8.0.12" diff --git a/examples/vanilla/liteBatch/package.json b/examples/vanilla/liteBatch/package.json index bfc3e0a6..a85f0f5b 100644 --- a/examples/vanilla/liteBatch/package.json +++ b/examples/vanilla/liteBatch/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/pacer-lite": "0.2.1" + "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { "vite": "^8.0.12" diff --git a/examples/vanilla/liteDebounce/package.json b/examples/vanilla/liteDebounce/package.json index c8b6d639..2db25f9b 100644 --- a/examples/vanilla/liteDebounce/package.json +++ b/examples/vanilla/liteDebounce/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/pacer-lite": "0.2.1" + "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { "vite": "^8.0.12" diff --git a/examples/vanilla/liteQueue/package.json b/examples/vanilla/liteQueue/package.json index 12c44a28..7e648fbe 100644 --- a/examples/vanilla/liteQueue/package.json +++ b/examples/vanilla/liteQueue/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/pacer-lite": "0.2.1" + "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { "vite": "^8.0.12" diff --git a/examples/vanilla/liteRateLimit/package.json b/examples/vanilla/liteRateLimit/package.json index e07f21cb..0ff214eb 100644 --- a/examples/vanilla/liteRateLimit/package.json +++ b/examples/vanilla/liteRateLimit/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/pacer-lite": "0.2.1" + "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { "vite": "^8.0.12" diff --git a/examples/vanilla/liteThrottle/package.json b/examples/vanilla/liteThrottle/package.json index 3b620cfa..34a154a6 100644 --- a/examples/vanilla/liteThrottle/package.json +++ b/examples/vanilla/liteThrottle/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/pacer-lite": "0.2.1" + "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { "vite": "^8.0.12" diff --git a/packages/angular-pacer/CHANGELOG.md b/packages/angular-pacer/CHANGELOG.md index 605f77fb..81e5f411 100644 --- a/packages/angular-pacer/CHANGELOG.md +++ b/packages/angular-pacer/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/angular-pacer +## 0.23.1 + +### Patch Changes + +- Allow standalone devtools panels to render without required TanStack Devtools props. ([#216](https://github.com/TanStack/pacer/pull/216)) + +- Updated dependencies [[`47d02e2`](https://github.com/TanStack/pacer/commit/47d02e20e8470abacc86a8a06926ec7bc1c81a7a)]: + - @tanstack/pacer@0.21.1 + ## 0.23.0 ### Minor Changes diff --git a/packages/angular-pacer/package.json b/packages/angular-pacer/package.json index 84c0fe61..3c8a443d 100644 --- a/packages/angular-pacer/package.json +++ b/packages/angular-pacer/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-pacer", - "version": "0.23.0", + "version": "0.23.1", "description": "Utilities for debouncing and throttling functions in Angular.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/pacer-devtools/CHANGELOG.md b/packages/pacer-devtools/CHANGELOG.md index 12d93627..1d1a5ef6 100644 --- a/packages/pacer-devtools/CHANGELOG.md +++ b/packages/pacer-devtools/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/pacer-devtools +## 1.3.1 + +### Patch Changes + +- Allow standalone devtools panels to render without required TanStack Devtools props. ([#216](https://github.com/TanStack/pacer/pull/216)) + ## 1.3.0 ### Minor Changes diff --git a/packages/pacer-devtools/package.json b/packages/pacer-devtools/package.json index 8021c214..c657658b 100644 --- a/packages/pacer-devtools/package.json +++ b/packages/pacer-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/pacer-devtools", - "version": "1.3.0", + "version": "1.3.1", "description": "Devtools for Pacer.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/pacer-lite/CHANGELOG.md b/packages/pacer-lite/CHANGELOG.md index 362c504a..e81c2ced 100644 --- a/packages/pacer-lite/CHANGELOG.md +++ b/packages/pacer-lite/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/pacer-lite +## 0.2.2 + +### Patch Changes + +- Allow standalone devtools panels to render without required TanStack Devtools props. ([#216](https://github.com/TanStack/pacer/pull/216)) + ## 0.2.1 ### Patch Changes diff --git a/packages/pacer-lite/package.json b/packages/pacer-lite/package.json index 66cbd650..2f8ba0e5 100644 --- a/packages/pacer-lite/package.json +++ b/packages/pacer-lite/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/pacer-lite", - "version": "0.2.1", + "version": "0.2.2", "description": "Lightweight utilities for debouncing, throttling, and more - designed for npm packages.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/pacer/CHANGELOG.md b/packages/pacer/CHANGELOG.md index 7674436a..1e587f93 100644 --- a/packages/pacer/CHANGELOG.md +++ b/packages/pacer/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/pacer +## 0.21.1 + +### Patch Changes + +- Allow standalone devtools panels to render without required TanStack Devtools props. ([#216](https://github.com/TanStack/pacer/pull/216)) + ## 0.21.0 ### Minor Changes diff --git a/packages/pacer/package.json b/packages/pacer/package.json index 11d51639..7b17744b 100644 --- a/packages/pacer/package.json +++ b/packages/pacer/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/pacer", - "version": "0.21.0", + "version": "0.21.1", "description": "Utilities for debouncing, throttling, rate-limiting, queuing, and more.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/preact-pacer-devtools/CHANGELOG.md b/packages/preact-pacer-devtools/CHANGELOG.md index 846d3138..867b64e3 100644 --- a/packages/preact-pacer-devtools/CHANGELOG.md +++ b/packages/preact-pacer-devtools/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/preact-pacer-devtools +## 0.6.3 + +### Patch Changes + +- Allow standalone devtools panels to render without required TanStack Devtools props. ([#216](https://github.com/TanStack/pacer/pull/216)) + +- Updated dependencies [[`47d02e2`](https://github.com/TanStack/pacer/commit/47d02e20e8470abacc86a8a06926ec7bc1c81a7a)]: + - @tanstack/pacer-devtools@1.3.1 + ## 0.6.2 ### Patch Changes diff --git a/packages/preact-pacer-devtools/package.json b/packages/preact-pacer-devtools/package.json index 9dd74558..44bf80ea 100644 --- a/packages/preact-pacer-devtools/package.json +++ b/packages/preact-pacer-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-pacer-devtools", - "version": "0.6.2", + "version": "0.6.3", "description": "Preact adapter for devtools for Pacer.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/preact-pacer/CHANGELOG.md b/packages/preact-pacer/CHANGELOG.md index 50c275c4..2e3dd3a2 100644 --- a/packages/preact-pacer/CHANGELOG.md +++ b/packages/preact-pacer/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/preact-pacer +## 0.22.1 + +### Patch Changes + +- Allow standalone devtools panels to render without required TanStack Devtools props. ([#216](https://github.com/TanStack/pacer/pull/216)) + +- Updated dependencies [[`47d02e2`](https://github.com/TanStack/pacer/commit/47d02e20e8470abacc86a8a06926ec7bc1c81a7a)]: + - @tanstack/pacer@0.21.1 + ## 0.22.0 ### Minor Changes diff --git a/packages/preact-pacer/package.json b/packages/preact-pacer/package.json index fa252c83..ae5d1ba4 100644 --- a/packages/preact-pacer/package.json +++ b/packages/preact-pacer/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-pacer", - "version": "0.22.0", + "version": "0.22.1", "description": "Utilities for debouncing and throttling functions in Preact.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-pacer-devtools/CHANGELOG.md b/packages/react-pacer-devtools/CHANGELOG.md index 96f8d204..0b47cdaf 100644 --- a/packages/react-pacer-devtools/CHANGELOG.md +++ b/packages/react-pacer-devtools/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/react-pacer-devtools +## 0.7.1 + +### Patch Changes + +- Allow standalone devtools panels to render without required TanStack Devtools props. ([#216](https://github.com/TanStack/pacer/pull/216)) + +- Updated dependencies [[`47d02e2`](https://github.com/TanStack/pacer/commit/47d02e20e8470abacc86a8a06926ec7bc1c81a7a)]: + - @tanstack/pacer-devtools@1.3.1 + ## 0.7.0 ### Minor Changes diff --git a/packages/react-pacer-devtools/package.json b/packages/react-pacer-devtools/package.json index e651fd26..071bb9e1 100644 --- a/packages/react-pacer-devtools/package.json +++ b/packages/react-pacer-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-pacer-devtools", - "version": "0.7.0", + "version": "0.7.1", "description": "React adapter for devtools for Pacer.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-pacer/CHANGELOG.md b/packages/react-pacer/CHANGELOG.md index dd59b48a..8d05be02 100644 --- a/packages/react-pacer/CHANGELOG.md +++ b/packages/react-pacer/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/react-pacer +## 0.22.1 + +### Patch Changes + +- Allow standalone devtools panels to render without required TanStack Devtools props. ([#216](https://github.com/TanStack/pacer/pull/216)) + +- Updated dependencies [[`47d02e2`](https://github.com/TanStack/pacer/commit/47d02e20e8470abacc86a8a06926ec7bc1c81a7a)]: + - @tanstack/pacer@0.21.1 + ## 0.22.0 ### Minor Changes diff --git a/packages/react-pacer/package.json b/packages/react-pacer/package.json index 0987e53c..6a2df9e4 100644 --- a/packages/react-pacer/package.json +++ b/packages/react-pacer/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-pacer", - "version": "0.22.0", + "version": "0.22.1", "description": "Utilities for debouncing and throttling functions in React.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/solid-pacer-devtools/CHANGELOG.md b/packages/solid-pacer-devtools/CHANGELOG.md index 60e25f9f..d0b798fb 100644 --- a/packages/solid-pacer-devtools/CHANGELOG.md +++ b/packages/solid-pacer-devtools/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/solid-pacer-devtools +## 0.6.3 + +### Patch Changes + +- Allow standalone devtools panels to render without required TanStack Devtools props. ([#216](https://github.com/TanStack/pacer/pull/216)) + +- Updated dependencies [[`47d02e2`](https://github.com/TanStack/pacer/commit/47d02e20e8470abacc86a8a06926ec7bc1c81a7a)]: + - @tanstack/pacer-devtools@1.3.1 + ## 0.6.2 ### Patch Changes diff --git a/packages/solid-pacer-devtools/package.json b/packages/solid-pacer-devtools/package.json index 7a1e8aca..c7cc36c9 100644 --- a/packages/solid-pacer-devtools/package.json +++ b/packages/solid-pacer-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-pacer-devtools", - "version": "0.6.2", + "version": "0.6.3", "description": "Solid adapter for devtools for Pacer.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/solid-pacer/CHANGELOG.md b/packages/solid-pacer/CHANGELOG.md index eea381ee..c374b94c 100644 --- a/packages/solid-pacer/CHANGELOG.md +++ b/packages/solid-pacer/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/solid-pacer +## 0.21.1 + +### Patch Changes + +- Allow standalone devtools panels to render without required TanStack Devtools props. ([#216](https://github.com/TanStack/pacer/pull/216)) + +- Updated dependencies [[`47d02e2`](https://github.com/TanStack/pacer/commit/47d02e20e8470abacc86a8a06926ec7bc1c81a7a)]: + - @tanstack/pacer@0.21.1 + ## 0.21.0 ### Minor Changes diff --git a/packages/solid-pacer/package.json b/packages/solid-pacer/package.json index dd5d3206..4a29dbb9 100644 --- a/packages/solid-pacer/package.json +++ b/packages/solid-pacer/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-pacer", - "version": "0.21.0", + "version": "0.21.1", "description": "Utilities for debouncing and throttling functions in Solid.", "author": "Tanner Linsley", "license": "MIT",