Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurClemens committed Mar 3, 2023
1 parent 68fa95c commit 2d53c4d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "use-stream-repo",
"version": "0.4.3",
"private": true,
"workspaces": [
"packages/*"
],
"private": true,
"scripts": {
"build": "npm run build --workspaces --if-present",
"test": "npm run test --workspaces --if-present",
Expand Down Expand Up @@ -39,6 +40,5 @@
"rollup-plugin-filesize": "^10.0.0",
"typescript": "^4.9.5",
"vite": "^4.1.4"
},
"version": "0.0.1"
}
}
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.4.2",
"version": "0.4.3",
"module": "true",
"scripts": {
"deps": "../../node_modules/npm-check-updates/build/src/bin/cli.js -u",
Expand All @@ -18,7 +18,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.8.2",
"use-stream": "^0.4.2"
"use-stream": "^0.4.3"
},
"devDependencies": {
"@types/react": "^18.0.28",
Expand Down
4 changes: 2 additions & 2 deletions 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.4.2",
"version": "0.4.3",
"description": "React Hook for working with streams.",
"main": "./dist/use-stream.umd",
"module": "./dist/use-stream.module.js",
Expand Down

0 comments on commit 2d53c4d

Please sign in to comment.