Skip to content

Commit 2f52524

Browse files
committed
v4.0.0
1 parent 75c460f commit 2f52524

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

examples/react-native-navigation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-navigation-example",
3-
"version": "3.1.2",
3+
"version": "4.0.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -13,7 +13,7 @@
1313
"react": "17.0.2",
1414
"react-native": "0.68.3",
1515
"react-native-navigation": "^7.26.0",
16-
"react-native-performance": "^3.1.2"
16+
"react-native-performance": "^4.0.0"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "^7.12.9",
@@ -26,7 +26,7 @@
2626
"jest": "^26.6.3",
2727
"metro-react-native-babel-preset": "^0.67.0",
2828
"react-native-flipper": "0.125.0",
29-
"react-native-performance-flipper-reporter": "^3.0.0",
29+
"react-native-performance-flipper-reporter": "^4.0.0",
3030
"react-test-renderer": "17.0.2",
3131
"typescript": "^4.8.3"
3232
},

examples/vanilla/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vanilla-example",
3-
"version": "3.1.2",
3+
"version": "4.0.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "17.0.2",
1414
"react-native": "0.68.3",
15-
"react-native-performance": "^3.1.2"
15+
"react-native-performance": "^4.0.0"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.12.9",
@@ -25,7 +25,7 @@
2525
"jest": "^26.6.3",
2626
"metro-react-native-babel-preset": "^0.67.0",
2727
"react-native-flipper": "0.125.0",
28-
"react-native-performance-flipper-reporter": "^3.0.0",
28+
"react-native-performance-flipper-reporter": "^4.0.0",
2929
"react-test-renderer": "17.0.2",
3030
"typescript": "^4.8.3"
3131
},

examples/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-example",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "^5.14.1",
@@ -10,7 +10,7 @@
1010
"@types/node": "^16.7.13",
1111
"@types/react": "^17.0.20",
1212
"@types/react-dom": "^17.0.9",
13-
"isomorphic-performance": "^3.0.0",
13+
"isomorphic-performance": "^4.0.0",
1414
"react": "^18.0.0",
1515
"react-dom": "^18.0.0",
1616
"react-scripts": "5.0.0",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.1.2",
2+
"version": "4.0.0",
33
"useWorkspaces": true,
44
"registry": "https://registry.npmjs.org",
55
"npmClient": "yarn"

packages/flipper-plugin-performance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
33
"name": "flipper-plugin-performance",
44
"id": "flipper-plugin-performance",
5-
"version": "3.0.0",
5+
"version": "4.0.0",
66
"description": "Inspect React Native performance with Flipper",
77
"homepage": "https://github.com/oblador/react-native-performance",
88
"main": "dist/bundle.js",

packages/isomorphic-performance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "isomorphic-performance",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Isomorphic Performance API for Node, Browser & React Native",
55
"homepage": "https://github.com/oblador/react-native-performance",
66
"repository": {

packages/react-native-performance-flipper-reporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-performance-flipper-reporter",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "",
55
"homepage": "https://github.com/oblador/react-native-performance",
66
"repository": {

packages/react-native-performance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-performance",
3-
"version": "3.1.2",
3+
"version": "4.0.0",
44
"description": "Measure React Native performance",
55
"homepage": "https://github.com/oblador/react-native-performance",
66
"repository": {

0 commit comments

Comments
 (0)