Skip to content

Commit aa6e9fb

Browse files
committed
v3.1.2
1 parent 4a0df3f commit aa6e9fb

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": "3.1.1",
3+
"version": "3.1.2",
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.1",
1515
"react-native-navigation": "^7.26.0",
16-
"react-native-performance": "^3.1.1"
16+
"react-native-performance": "^3.1.2"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "^7.12.9",

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": "3.1.1",
3+
"version": "3.1.2",
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.1",
15-
"react-native-performance": "^3.1.1"
15+
"react-native-performance": "^3.1.2"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.12.9",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.1.1",
2+
"version": "3.1.2",
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": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Measure React Native performance",
55
"homepage": "https://github.com/oblador/react-native-performance",
66
"repository": {

0 commit comments

Comments
 (0)