Skip to content

Commit 91eeca0

Browse files
authored
v1.14.2
1 parent 4dc7eed commit 91eeca0

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.14.1"
126+
implementation "com.unflow:unflow-ui:1.14.2"
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.14.1-swift-5.6)
356-
- unflow-react-native (1.14.1):
355+
- Unflow (1.14.2-swift-5.6)
356+
- unflow-react-native (1.14.2):
357357
- React-Core
358-
- Unflow (= 1.14.1-swift-5.6)
358+
- Unflow (= 1.14.2-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: e5ab27076c7859439995b6a6ee7b2d98ff386046
566-
unflow-react-native: 871e0a0356e7a41cd45601d41071f1873d9c507f
565+
Unflow: a1eaec5ac335b44863694ded2a708e951b611f00
566+
unflow-react-native: c8d67fa5edf936489063f5f16000876b91efcba1
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.14.1",
3+
"version": "1.14.2",
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.14.1-swift-5.6"
19+
s.dependency "Unflow", "1.14.2-swift-5.6"
2020
end

0 commit comments

Comments
 (0)