Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Mar 9, 2021
1 parent 9d41a8b commit 11192f2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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": "1.2.0",
"version": "1.4.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -14,7 +14,7 @@
"react-native": "0.63.3",
"react-native-flipper": "0.54.0",
"react-native-navigation": "^7.4.0",
"react-native-performance": "^1.3.0",
"react-native-performance": "^1.4.0",
"react-native-performance-flipper-reporter": "^1.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vanilla-example",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"react": "16.13.1",
"react-native": "0.63.3",
"react-native-performance": "^1.3.0"
"react-native-performance": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
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": "1.3.0",
"version": "1.4.0",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org",
"npmClient": "yarn"
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": "1.3.0",
"version": "1.4.0",
"description": "Measure React Native performance",
"homepage": "https://github.com/oblador/react-native-performance",
"repository": {
Expand Down

0 comments on commit 11192f2

Please sign in to comment.