Skip to content

Commit 55570bc

Browse files
committed
v5.1.0
1 parent 5597b39 commit 55570bc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/vanilla/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vanilla-example",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
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.0.0"
15+
"react-native-performance": "^5.1.0"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.20.0",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.0.0",
2+
"version": "5.1.0",
33
"useWorkspaces": true,
44
"registry": "https://registry.npmjs.org",
55
"npmClient": "yarn"

packages/react-native-performance/package.json

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

0 commit comments

Comments
 (0)