Skip to content

Commit

Permalink
Bumping to v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
soxtoby committed Mar 21, 2024
1 parent b0e7e48 commit 5376b5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/event-reduce-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "event-reduce-react",
"description": "React integration for event-reduce: state management based on reducing observable events into state",
"version": "0.5.4",
"version": "0.6.0",
"author": "Simon Oxtoby",
"homepage": "https://github.com/soxtoby/event-reduce",
"repository": {
Expand All @@ -16,7 +16,7 @@
"lib"
],
"dependencies": {
"event-reduce": "^0.5",
"event-reduce": "^0.6",
"use-sync-external-store": "*"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/event-reduce/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "event-reduce",
"description": "State management based on reducing observable events into state",
"version": "0.5.4",
"version": "0.6.0",
"author": "Simon Oxtoby",
"homepage": "https://github.com/soxtoby/event-reduce",
"repository": {
Expand Down

0 comments on commit 5376b5a

Please sign in to comment.