Skip to content

Commit

Permalink
chore: release v6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matinzd committed Mar 3, 2024
1 parent 9487ca2 commit c816de9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions apps/fabric/ios/Podfile.lock
Expand Up @@ -66,7 +66,7 @@ PODS:
- hermes-engine/Pre-built (0.73.5)
- libevent (2.1.12)
- lottie-ios (4.4.1)
- lottie-react-native (6.6.0):
- lottie-react-native (6.7.0):
- glog
- hermes-engine
- lottie-ios (~> 4.4.1)
Expand Down Expand Up @@ -1397,7 +1397,7 @@ SPEC CHECKSUMS:
hermes-engine: 1d1835b2cc54c381909d94d1b3c8e0a2f1a94a0e
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
lottie-ios: e047b1d2e6239b787cc5e9755b988869cf190494
lottie-react-native: aea11fdc44ab37bfbcf580e92d679ce7a047d4fc
lottie-react-native: e3812afa070c29ce6a22e0b5ef4c41f7ce1e8582
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0
RCTRequired: 2544c0f1081a5fa12e108bb8cb40e5f4581ccd87
Expand Down Expand Up @@ -1449,4 +1449,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 40287ce1aaf5414bc3bea07749a9018d1c25c132

COCOAPODS: 1.14.3
COCOAPODS: 1.14.0
4 changes: 2 additions & 2 deletions apps/paper/ios/Podfile.lock
Expand Up @@ -75,7 +75,7 @@ PODS:
- hermes-engine/Pre-built (0.72.10)
- libevent (2.1.12)
- lottie-ios (4.4.1)
- lottie-react-native (6.6.0):
- lottie-react-native (6.7.0):
- lottie-ios (~> 4.4.1)
- React-Core
- OpenSSL-Universal (1.1.1100)
Expand Down Expand Up @@ -689,7 +689,7 @@ SPEC CHECKSUMS:
hermes-engine: 90e4033deb00bee33330a9f15eff0f874bd82f6d
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
lottie-ios: e047b1d2e6239b787cc5e9755b988869cf190494
lottie-react-native: c5d6a8f7d6b2bf2655337743e67d8131d2d35a09
lottie-react-native: e3205322282d72e23efb3bff3287d0bd16fb1b01
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCTRequired: b4d3068afa6f52ec5260a8417053b1f1b421483d
Expand Down
2 changes: 1 addition & 1 deletion apps/paper/package.json
Expand Up @@ -7,7 +7,7 @@
"android": "react-native run-android",
"build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
"lint:android": "cd android && ./gradlew lottie-react-native:lint --no-daemon --console=plain && cd ..",
"ios": "bundle install && pod install --project-directory=ios && react-native run-ios",
"ios": "bundle install && pod update --project-directory=ios && react-native run-ios",
"web": "webpack serve",
"start": "react-native start",
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "lottie-react-native",
"version": "6.6.0",
"version": "6.7.0",
"description": "React Native bindings for Lottie",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit c816de9

Please sign in to comment.