Skip to content

Commit 95a471b

Browse files
Release 8.0.0 (#2466)
* release 8.0.0 * rollback SSZipArchive to 2.2.2
1 parent e071a05 commit 95a471b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CodePush.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
2121
# we explicitly let CocoaPods pull in the versions below so all dependencies are resolved and
2222
# linked properly at a parent workspace level.
2323
s.dependency 'React-Core'
24-
s.dependency 'SSZipArchive', '~> 2.5.4'
24+
s.dependency 'SSZipArchive', '~> 2.2.2'
2525
s.dependency 'JWT', '~> 3.0.0-beta.12'
2626
s.dependency 'Base64', '~> 1.1'
2727
end

Examples/CodePushDemoApp/ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PODS:
66
- Base64 (~> 1.1)
77
- JWT (~> 3.0.0-beta.12)
88
- React-Core
9-
- SSZipArchive (2.5.4)
9+
- SSZipArchive (2.2.2)
1010
- DoubleConversion (1.1.6)
1111
- FBLazyVector (0.66.0)
1212
- FBReactNativeSpec (0.66.0):
@@ -345,7 +345,7 @@ PODS:
345345
- React-jsi (= 0.66.0)
346346
- React-logger (= 0.66.0)
347347
- React-perflogger (= 0.66.0)
348-
- SSZipArchive (2.5.4)
348+
- SSZipArchive (2.2.2)
349349
- Yoga (1.14.0)
350350
- YogaKit (1.18.1):
351351
- Yoga (~> 1.14)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-code-push",
3-
"version": "7.2.0",
3+
"version": "8.0.0",
44
"description": "React Native plugin for the CodePush service",
55
"main": "CodePush.js",
66
"typings": "typings/react-native-code-push.d.ts",

0 commit comments

Comments
 (0)