Skip to content

Commit c0d8d1a

Browse files
committed
v5.1.2
1 parent 98746a9 commit c0d8d1a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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": "5.1.0",
3+
"version": "5.1.2",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "18.2.0",
1414
"react-native": "0.72.1",
15-
"react-native-performance": "^5.1.0"
15+
"react-native-performance": "^5.1.2"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.20.0",

lerna.json

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

0 commit comments

Comments
 (0)