Skip to content

Commit

Permalink
chore: release v6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matinzd committed Oct 29, 2023
1 parent 10f732b commit a0e3c37
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apps/fabric/ios/Podfile.lock
Expand Up @@ -68,7 +68,7 @@ PODS:
- hermes-engine/Pre-built (0.72.6)
- libevent (2.1.12)
- lottie-ios (4.3.3)
- lottie-react-native (6.3.1):
- lottie-react-native (6.4.0):
- lottie-ios (~> 4.3.3)
- RCT-Folly
- RCTRequired
Expand Down Expand Up @@ -1267,7 +1267,7 @@ SPEC CHECKSUMS:
hermes-engine: 8057e75cfc1437b178ac86c8654b24e7fead7f60
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
lottie-ios: 25e7b2675dad5c3ddad369ac9baab03560c5bfdd
lottie-react-native: 0882907f675b860b59f5d437360062159fe4a463
lottie-react-native: bbaa5fac982f8ac7ee12b57a8bf7773f67c93386
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCTRequired: 28469809442eb4eb5528462705f7d852948c8a74
Expand Down
4 changes: 2 additions & 2 deletions apps/paper/ios/Podfile.lock
Expand Up @@ -75,7 +75,7 @@ PODS:
- hermes-engine/Pre-built (0.72.6)
- libevent (2.1.12)
- lottie-ios (4.3.3)
- lottie-react-native (6.3.1):
- lottie-react-native (6.4.0):
- lottie-ios (~> 4.3.3)
- React-Core
- OpenSSL-Universal (1.1.1100)
Expand Down Expand Up @@ -690,7 +690,7 @@ SPEC CHECKSUMS:
hermes-engine: 8057e75cfc1437b178ac86c8654b24e7fead7f60
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
lottie-ios: 25e7b2675dad5c3ddad369ac9baab03560c5bfdd
lottie-react-native: 7c44f8e63aca41765a4210f580f5cf70195e5a29
lottie-react-native: 3a3084faddd3891c276f23fd6e797b83f2021bbc
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCTRequired: 28469809442eb4eb5528462705f7d852948c8a74
Expand Down
12 changes: 11 additions & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "lottie-react-native",
"version": "6.3.1",
"version": "6.4.0",
"description": "React Native bindings for Lottie",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -78,6 +78,16 @@
"release-it": "^15.11.0",
"typescript": "^5.1.3"
},
"contributors": [
{
"name": "Matin Zadeh Dolatabad",
"email": "me@matinzd.dev"
},
{
"name": "Parsa Nasirimehr",
"email": "p.nasirimehr@gmail.com"
}
],
"react-native-builder-bob": {
"source": "src",
"output": "lib",
Expand Down

0 comments on commit a0e3c37

Please sign in to comment.