Skip to content

Commit 4d10f6b

Browse files
authored
v1.14.0
1 parent d3ec494 commit 4d10f6b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
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.13.1"
126+
implementation "com.unflow:unflow-ui:1.14.0"
127127
}

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
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.13.0-swift-5.6)
356-
- unflow-react-native (1.13.1):
355+
- Unflow (1.14.0-swift-5.6)
356+
- unflow-react-native (1.14.0):
357357
- React-Core
358-
- Unflow (= 1.13.0-swift-5.6)
358+
- Unflow (= 1.14.0-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: 085a89a706e4ea0b484388f87ae3af43f19ff91a
566-
unflow-react-native: 21deab6f762c048e48bad8fc574813c6b5fa56af
565+
Unflow: 1872972d53c3051f0afd8735f1d92bb4b7fd9d79
566+
unflow-react-native: 7e06aa68f3f6292c5204ad02a3d1d3f4cd15c38a
567567
Yoga: 5cbf25add73edb290e1067017690f7ebf56c5468
568568
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
569569

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unflow-react-native",
3-
"version": "1.13.1",
3+
"version": "1.14.0",
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",
@@ -29,7 +29,7 @@
2929
"prepare": "bob build",
3030
"release": "release-it",
3131
"example": "yarn --cwd example",
32-
"pods": "cd example && pod-install --quiet",
32+
"pods": "cd example && pod-install --quiet --repo-update",
3333
"bootstrap": "yarn example && yarn && yarn pods"
3434
},
3535
"keywords": [

unflow-react-native.podspec

Lines changed: 1 addition & 1 deletion
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.13.0-swift-5.6"
19+
s.dependency "Unflow", "1.14.0-swift-5.6"
2020
end

0 commit comments

Comments
 (0)