Skip to content

Commit

Permalink
v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftyAlex authored Nov 24, 2022
1 parent d3ec494 commit 4d10f6b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ dependencies {
implementation "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "androidx.appcompat:appcompat:1.3.1"
implementation "com.unflow:unflow-ui:1.13.1"
implementation "com.unflow:unflow-ui:1.14.0"
}
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,10 @@ PODS:
- React-RCTImage
- RNSVG (12.3.0):
- React-Core
- Unflow (1.13.0-swift-5.6)
- unflow-react-native (1.13.1):
- Unflow (1.14.0-swift-5.6)
- unflow-react-native (1.14.0):
- React-Core
- Unflow (= 1.13.0-swift-5.6)
- Unflow (= 1.14.0-swift-5.6)
- Yoga (1.14.0)
- YogaKit (1.18.1):
- Yoga (~> 1.14)
Expand Down Expand Up @@ -562,8 +562,8 @@ SPEC CHECKSUMS:
RNGestureHandler: 6e757e487a4834e7280e98e9bac66d2d9c575e9c
RNScreens: 40a2cb40a02a609938137a1e0acfbf8fc9eebf19
RNSVG: 302bfc9905bd8122f08966dc2ce2d07b7b52b9f8
Unflow: 085a89a706e4ea0b484388f87ae3af43f19ff91a
unflow-react-native: 21deab6f762c048e48bad8fc574813c6b5fa56af
Unflow: 1872972d53c3051f0afd8735f1d92bb4b7fd9d79
unflow-react-native: 7e06aa68f3f6292c5204ad02a3d1d3f4cd15c38a
Yoga: 5cbf25add73edb290e1067017690f7ebf56c5468
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unflow-react-native",
"version": "1.13.1",
"version": "1.14.0",
"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.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -29,7 +29,7 @@
"prepare": "bob build",
"release": "release-it",
"example": "yarn --cwd example",
"pods": "cd example && pod-install --quiet",
"pods": "cd example && pod-install --quiet --repo-update",
"bootstrap": "yarn example && yarn && yarn pods"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion unflow-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency "Unflow", "1.13.0-swift-5.6"
s.dependency "Unflow", "1.14.0-swift-5.6"
end

0 comments on commit 4d10f6b

Please sign in to comment.