Skip to content

Commit

Permalink
v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Oct 12, 2023
1 parent 1120087 commit 48a0470
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-example",
"version": "5.0.0",
"version": "5.1.1",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
Expand All @@ -10,7 +10,7 @@
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"isomorphic-performance": "^5.0.0",
"isomorphic-performance": "^5.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.1.0",
"version": "5.1.1",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org",
"npmClient": "yarn"
Expand Down
2 changes: 1 addition & 1 deletion packages/isomorphic-performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isomorphic-performance",
"version": "5.0.0",
"version": "5.1.1",
"description": "Isomorphic Performance API for Node, Browser & React Native",
"homepage": "https://github.com/oblador/react-native-performance",
"repository": {
Expand Down

0 comments on commit 48a0470

Please sign in to comment.