Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
yornaath committed Nov 13, 2023
1 parent 0c6bff4 commit 1d5d8fd
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 7 deletions.
6 changes: 3 additions & 3 deletions packages/batshit/.turbo/turbo-test.log
Original file line number Diff line number Diff line change
@@ -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)

11 changes: 11 additions & 0 deletions packages/batshit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/batshit/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@yornaath/batshit-devtools": "^1.5.0"
"@yornaath/batshit-devtools": "^1.6.0"
},
"scripts": {
"test": "vitest run",
Expand Down
12 changes: 12 additions & 0 deletions packages/devtools-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1d5d8fd

Please sign in to comment.