Skip to content

Commit 11192f2

Browse files
committed
v1.4.0
1 parent 9d41a8b commit 11192f2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/react-native-navigation/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-navigation-example",
3-
"version": "1.2.0",
3+
"version": "1.4.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -14,7 +14,7 @@
1414
"react-native": "0.63.3",
1515
"react-native-flipper": "0.54.0",
1616
"react-native-navigation": "^7.4.0",
17-
"react-native-performance": "^1.3.0",
17+
"react-native-performance": "^1.4.0",
1818
"react-native-performance-flipper-reporter": "^1.2.0"
1919
},
2020
"devDependencies": {

examples/vanilla/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vanilla-example",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "16.13.1",
1414
"react-native": "0.63.3",
15-
"react-native-performance": "^1.3.0"
15+
"react-native-performance": "^1.4.0"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.8.4",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.0",
2+
"version": "1.4.0",
33
"useWorkspaces": true,
44
"registry": "https://registry.npmjs.org",
55
"npmClient": "yarn"

packages/react-native-performance/package.json

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

0 commit comments

Comments
 (0)