Skip to content

Commit

Permalink
v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Sep 1, 2022
1 parent 4a0df3f commit aa6e9fb
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": "3.1.1",
"version": "3.1.2",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -13,7 +13,7 @@
"react": "17.0.2",
"react-native": "0.68.1",
"react-native-navigation": "^7.26.0",
"react-native-performance": "^3.1.1"
"react-native-performance": "^3.1.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
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": "3.1.1",
"version": "3.1.2",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"react": "17.0.2",
"react-native": "0.68.1",
"react-native-performance": "^3.1.1"
"react-native-performance": "^3.1.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
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.1",
"version": "3.1.2",
"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": "3.1.1",
"version": "3.1.2",
"description": "Measure React Native performance",
"homepage": "https://github.com/oblador/react-native-performance",
"repository": {
Expand Down

0 comments on commit aa6e9fb

Please sign in to comment.