Skip to content

Commit

Permalink
publish 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yornaath committed Jun 4, 2024
1 parent 6480497 commit 04177cc
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 6 deletions.
8 changes: 8 additions & 0 deletions packages/batshit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @yornaath/batshit

## 0.10.1

### Patch Changes

- keyResolver accepts T extends ReadonlyArray
- Updated dependencies
- @yornaath/batshit-devtools@1.7.1

## 0.10.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.10.0",
"version": "0.10.1",
"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.7.0"
"@yornaath/batshit-devtools": "^1.7.1"
},
"scripts": {
"test": "vitest run",
Expand Down
9 changes: 9 additions & 0 deletions packages/devtools-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @yornaath/batshit-devtools-react

## 0.8.1

### Patch Changes

- keyResolver accepts T extends ReadonlyArray
- Updated dependencies
- @yornaath/batshit@0.10.1
- @yornaath/batshit-devtools@1.7.1

## 0.8.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.8.0",
"version": "0.8.1",
"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.7.1

### Patch Changes

- keyResolver accepts T extends ReadonlyArray

## 1.7.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.7.0",
"version": "1.7.1",
"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
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ __metadata:
languageName: unknown
linkType: soft

"@yornaath/batshit-devtools@*, @yornaath/batshit-devtools@^1.7.0, @yornaath/batshit-devtools@workspace:packages/devtools":
"@yornaath/batshit-devtools@*, @yornaath/batshit-devtools@^1.7.1, @yornaath/batshit-devtools@workspace:packages/devtools":
version: 0.0.0-use.local
resolution: "@yornaath/batshit-devtools@workspace:packages/devtools"
languageName: unknown
Expand All @@ -1093,7 +1093,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@yornaath/batshit@workspace:packages/batshit"
dependencies:
"@yornaath/batshit-devtools": ^1.7.0
"@yornaath/batshit-devtools": ^1.7.1
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 04177cc

Please sign in to comment.