Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Sep 23, 2022
1 parent 75c460f commit 2f52524
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions examples/react-native-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-navigation-example",
"version": "3.1.2",
"version": "4.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -13,7 +13,7 @@
"react": "17.0.2",
"react-native": "0.68.3",
"react-native-navigation": "^7.26.0",
"react-native-performance": "^3.1.2"
"react-native-performance": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
Expand All @@ -26,7 +26,7 @@
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.67.0",
"react-native-flipper": "0.125.0",
"react-native-performance-flipper-reporter": "^3.0.0",
"react-native-performance-flipper-reporter": "^4.0.0",
"react-test-renderer": "17.0.2",
"typescript": "^4.8.3"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vanilla-example",
"version": "3.1.2",
"version": "4.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"react": "17.0.2",
"react-native": "0.68.3",
"react-native-performance": "^3.1.2"
"react-native-performance": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
Expand All @@ -25,7 +25,7 @@
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.67.0",
"react-native-flipper": "0.125.0",
"react-native-performance-flipper-reporter": "^3.0.0",
"react-native-performance-flipper-reporter": "^4.0.0",
"react-test-renderer": "17.0.2",
"typescript": "^4.8.3"
},
Expand Down
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": "3.0.0",
"version": "4.0.0",
"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": "^3.0.0",
"isomorphic-performance": "^4.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-scripts": "5.0.0",
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": "3.1.2",
"version": "4.0.0",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org",
"npmClient": "yarn"
Expand Down
2 changes: 1 addition & 1 deletion packages/flipper-plugin-performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-performance",
"id": "flipper-plugin-performance",
"version": "3.0.0",
"version": "4.0.0",
"description": "Inspect React Native performance with Flipper",
"homepage": "https://github.com/oblador/react-native-performance",
"main": "dist/bundle.js",
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": "3.0.0",
"version": "4.0.0",
"description": "Isomorphic Performance API for Node, Browser & React Native",
"homepage": "https://github.com/oblador/react-native-performance",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-performance-flipper-reporter",
"version": "3.0.0",
"version": "4.0.0",
"description": "",
"homepage": "https://github.com/oblador/react-native-performance",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-performance",
"version": "3.1.2",
"version": "4.0.0",
"description": "Measure React Native performance",
"homepage": "https://github.com/oblador/react-native-performance",
"repository": {
Expand Down

0 comments on commit 2f52524

Please sign in to comment.