Skip to content

Commit 29b157a

Browse files
authoredFeb 6, 2023
v1.15.1
1 parent 413d45b commit 29b157a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed
 

‎android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@ dependencies {
123123
implementation "com.facebook.react:react-native:+"
124124
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
125125
implementation "androidx.appcompat:appcompat:1.3.1"
126-
implementation "com.unflow:unflow-ui:1.15.0"
126+
implementation "com.unflow:unflow-ui:1.15.1"
127127
}

‎example/ios/Podfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,10 @@ PODS:
352352
- React-RCTImage
353353
- RNSVG (12.3.0):
354354
- React-Core
355-
- Unflow (1.15.0-swift-5.6)
356-
- unflow-react-native (1.15.0):
355+
- Unflow (1.15.1-swift-5.6)
356+
- unflow-react-native (1.15.1):
357357
- React-Core
358-
- Unflow (= 1.15.0-swift-5.6)
358+
- Unflow (= 1.15.1-swift-5.6)
359359
- Yoga (1.14.0)
360360
- YogaKit (1.18.1):
361361
- Yoga (~> 1.14)
@@ -562,8 +562,8 @@ SPEC CHECKSUMS:
562562
RNGestureHandler: 6e757e487a4834e7280e98e9bac66d2d9c575e9c
563563
RNScreens: 40a2cb40a02a609938137a1e0acfbf8fc9eebf19
564564
RNSVG: 302bfc9905bd8122f08966dc2ce2d07b7b52b9f8
565-
Unflow: cfb8a107a7df1b24ad26a87d84361322388037fb
566-
unflow-react-native: 679d2ec0f8a1bf65db8d62f428fd53a20c4d4b06
565+
Unflow: 43d3003a1428c7f60438f6396610bf8b17025ceb
566+
unflow-react-native: 503c69119fdbdd2463b8a39549912060e271feab
567567
Yoga: 5cbf25add73edb290e1067017690f7ebf56c5468
568568
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
569569

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unflow-react-native",
3-
"version": "1.15.0",
3+
"version": "1.15.1",
44
"description": "Tired of building the same simple screens over and over again? Empower your product team to create and ship content using the Unflow mobile SDK.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

‎unflow-react-native.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
1616
s.source_files = "ios/**/*.{h,m,mm,swift}"
1717

1818
s.dependency "React-Core"
19-
s.dependency "Unflow", "1.15.0-swift-5.6"
19+
s.dependency "Unflow", "1.15.1-swift-5.6"
2020
end

0 commit comments

Comments
 (0)