Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurClemens committed Apr 17, 2021
1 parent 0faab77 commit cd570ac
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.3.7"
"version": "0.4.0"
}
2 changes: 1 addition & 1 deletion packages/test-use-stream/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/test-use-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-use-stream",
"private": true,
"version": "0.3.7",
"version": "0.4.0",
"scripts": {
"start": "DEBUG=test-use-stream:* react-scripts start",
"build": "react-scripts build",
Expand All @@ -15,7 +15,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "5.2.0",
"use-stream": "^0.3.7"
"use-stream": "^0.4.0"
},
"devDependencies": {
"@types/debug": "4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-stream/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/use-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-stream",
"version": "0.3.7",
"version": "0.4.0",
"description": "React Hook for working with streams.",
"main": "dist/use-stream",
"module": "dist/use-stream.mjs",
Expand Down

0 comments on commit cd570ac

Please sign in to comment.