Skip to content

Commit 55477e8

Browse files
committed
Bump to 5.2.1
1 parent e4ef46d commit 55477e8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react": "18.2.0",
1919
"react-dom": "18.2.0",
2020
"react-native": "0.73.1",
21-
"react-native-bars": "2.4.0",
21+
"react-native-bars": "2.4.2",
2222
"react-native-bootsplash": "file:../",
2323
"react-native-web": "0.19.9"
2424
},

example/yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -5159,13 +5159,13 @@ react-is@^17.0.1:
51595159
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
51605160
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
51615161

5162-
react-native-bars@2.4.0:
5163-
version "2.4.0"
5164-
resolved "https://registry.yarnpkg.com/react-native-bars/-/react-native-bars-2.4.0.tgz#d385c8be7d9be1d83ebacbba2ecab5e51bb37468"
5165-
integrity sha512-sZaSKlxocIrpnXRJRQJkKiUStIv6+jE4sGDlaG41q4bw/9mVGHlz5gtpnZqZt0qhfHUNLt+FiPRXvGPLv2fhyA==
5162+
react-native-bars@2.4.2:
5163+
version "2.4.2"
5164+
resolved "https://registry.yarnpkg.com/react-native-bars/-/react-native-bars-2.4.2.tgz#7a9bf5122b7dbc9a16a5170733b5461afa233d85"
5165+
integrity sha512-0tyLiiRkT6/HGTDg5VZa+W9fKSYV/Hk0OuRuBkl91emBAeO56QDHKyCXGlqgzPMR5P120nwjxnlsAG9g78//Hg==
51665166

51675167
"react-native-bootsplash@file:..":
5168-
version "5.2.0"
5168+
version "5.2.1"
51695169
dependencies:
51705170
detect-indent "^6.1.0"
51715171
fs-extra "^11.2.0"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-bootsplash",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"license": "MIT",
55
"description": "Display a bootsplash on your app starts. Hide it when you want.",
66
"author": "Mathieu Acthernoene <zoontek@gmail.com>",

0 commit comments

Comments
 (0)