From 1d5d8fd2c8ffc20128d7938656fe7dd5d08b4d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20Andre=20Tangen=20=40gorillatron?= Date: Mon, 13 Nov 2023 11:02:51 +0100 Subject: [PATCH] bump --- packages/batshit/.turbo/turbo-test.log | 6 +++--- packages/batshit/CHANGELOG.md | 11 +++++++++++ packages/batshit/package.json | 4 ++-- packages/devtools-react/CHANGELOG.md | 12 ++++++++++++ packages/devtools-react/package.json | 2 +- packages/devtools/CHANGELOG.md | 6 ++++++ packages/devtools/package.json | 2 +- 7 files changed, 36 insertions(+), 7 deletions(-) diff --git a/packages/batshit/.turbo/turbo-test.log b/packages/batshit/.turbo/turbo-test.log index e54dd51..e26bafb 100644 --- a/packages/batshit/.turbo/turbo-test.log +++ b/packages/batshit/.turbo/turbo-test.log @@ -1,10 +1,10 @@ RUN v0.26.3 /Users/jorntangen/progg/batshit/packages/batshit - ✓ tests/index.test.ts (32 tests) 659ms + ✓ tests/index.test.ts (32 tests) 642ms Test Files 1 passed (1) Tests 32 passed (32) - Start at 10:52:23 - Duration 1.25s (transform 363ms, setup 0ms, collect 189ms, tests 659ms) + Start at 10:58:26 + Duration 1.09s (transform 213ms, setup 0ms, collect 57ms, tests 642ms) diff --git a/packages/batshit/CHANGELOG.md b/packages/batshit/CHANGELOG.md index 4638465..96538d5 100644 --- a/packages/batshit/CHANGELOG.md +++ b/packages/batshit/CHANGELOG.md @@ -1,5 +1,16 @@ # @yornaath/batshit +## 0.9.0 + +### Minor Changes + +- - Scheduler function now takes current batch size as third parameter* Added helper: `windowedFiniteBatchScheduler` to limit within a window or max batch size.* Added helper: `maxBatchSizeScheduler` to make a batch that waits until batch size is met. + +### Patch Changes + +- Updated dependencies + - @yornaath/batshit-devtools@1.6.0 + ## 0.8.0 ### Minor Changes diff --git a/packages/batshit/package.json b/packages/batshit/package.json index 30900c9..f43d334 100644 --- a/packages/batshit/package.json +++ b/packages/batshit/package.json @@ -1,6 +1,6 @@ { "name": "@yornaath/batshit", - "version": "0.8.0", + "version": "0.9.0", "description": "A batch manager that will deduplicate and batch requests for a certain data type made within a window.", "author": { "name": "Jørn Andre", @@ -31,7 +31,7 @@ }, "packageManager": "yarn@3.3.1", "dependencies": { - "@yornaath/batshit-devtools": "^1.5.0" + "@yornaath/batshit-devtools": "^1.6.0" }, "scripts": { "test": "vitest run", diff --git a/packages/devtools-react/CHANGELOG.md b/packages/devtools-react/CHANGELOG.md index cf2a14e..5451820 100644 --- a/packages/devtools-react/CHANGELOG.md +++ b/packages/devtools-react/CHANGELOG.md @@ -1,5 +1,17 @@ # @yornaath/batshit-devtools-react +## 0.7.0 + +### Minor Changes + +- - Scheduler function now takes current batch size as third parameter* Added helper: `windowedFiniteBatchScheduler` to limit within a window or max batch size.* Added helper: `maxBatchSizeScheduler` to make a batch that waits until batch size is met. + +### Patch Changes + +- Updated dependencies + - @yornaath/batshit@0.9.0 + - @yornaath/batshit-devtools@1.6.0 + ## 0.6.0 ### Minor Changes diff --git a/packages/devtools-react/package.json b/packages/devtools-react/package.json index 3ed858b..0fad622 100644 --- a/packages/devtools-react/package.json +++ b/packages/devtools-react/package.json @@ -1,6 +1,6 @@ { "name": "@yornaath/batshit-devtools-react", - "version": "0.6.0", + "version": "0.7.0", "description": "A batch manager that will deduplicate and batch requests for a certain data type made within a window.", "author": { "name": "Jørn Andre", diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 1721c7a..7cc3e29 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,11 @@ # @yornaath/batshit +## 1.6.0 + +### Minor Changes + +- - Scheduler function now takes current batch size as third parameter* Added helper: `windowedFiniteBatchScheduler` to limit within a window or max batch size.* Added helper: `maxBatchSizeScheduler` to make a batch that waits until batch size is met. + ## 1.5.0 ### Minor Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 2b23ec7..82ff004 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@yornaath/batshit-devtools", - "version": "1.5.0", + "version": "1.6.0", "description": "A batch manager that will deduplicate and batch requests for a certain data type made within a window.", "author": { "name": "Jørn Andre",