Skip to content

Commit

Permalink
chore: release 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ALexanderLonsky committed Oct 31, 2023
1 parent 1a8ed05 commit 31215cf
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@


# 3.2.1 (2023-10-31)

### Native SDKs
* Giphy Android SDK [v](https://github.com/Giphy/giphy-android-sdk/releases/tag/v)
* Giphy iOS SDK [v2.2.7](https://github.com/Giphy/giphy-ios-sdk/releases/tag/v2.2.7)


### Documentation
* [expo] Update integration guide ([0cd489f](https://github.com/Giphy/giphy-react-native-sdk/commit/0cd489f2ad7d00da29b912235c79c9dcd0b4942f))

### Build System
* [deps] Bump semver from 5.7.1 to 5.7.2 in /example ([1110c4d](https://github.com/Giphy/giphy-react-native-sdk/commit/1110c4d3b96cb79f1dc7163e143605352965ca50))
* [deps] Change Android SDK version from 2.3.12 to 2.3.12-fresco-v2.5.0 ([55c5c17](https://github.com/Giphy/giphy-react-native-sdk/commit/55c5c170a80371b85754c3a8875a35fd42ddd7fe))
* [deps] Change Android SDK version from 2.3.12-fresco-v2.5.0 to 2.3.13-fresco-v2.5.0 ([d48400b](https://github.com/Giphy/giphy-react-native-sdk/commit/d48400bf672dcd573b0b28ec48a594887aae906a))

# 3.2.0 (2023-10-23)

### Native SDKs
Expand Down
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ PODS:
- fmt (6.2.1)
- Giphy (2.2.7):
- libwebp
- giphy-react-native-sdk (3.2.0):
- giphy-react-native-sdk (3.2.1):
- Giphy (= 2.2.7)
- RCT-Folly (= 2021.07.22.00)
- React-Core
Expand Down Expand Up @@ -689,9 +689,9 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
boost: a7c83b31436843459a1961bfd74b96033dc77234
boost: 57d2868c099736d80fcd648bf211b4431e51a558
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: 748c0ef74f2bf4b36cfcccf37916806940a64c32
FBReactNativeSpec: 966f29e4e697de53a3b366355e8f57375c856ad9
Flipper: 6edb735e6c3e332975d1b17956bcc584eccf5818
Expand All @@ -704,8 +704,8 @@ SPEC CHECKSUMS:
FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
Giphy: dad025aa0c82e4c057e1989cde959034829dfca7
giphy-react-native-sdk: f4fbdae92e3e8f8ef26b1af694141cb29d0e033a
glog: 5337263514dd6f09803962437687240c5dc39aa4
giphy-react-native-sdk: 66c7da4a2cf7d7593336bdee037047e93f7e9713
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 8057e75cfc1437b178ac86c8654b24e7fead7f60
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
libwebp: 1786c9f4ff8a279e4dac1e8f385004d5fc253009
Expand Down Expand Up @@ -750,4 +750,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: d3b1fe9cfe34ee21941e5394ae70547980bd6f8a

COCOAPODS: 1.13.0
COCOAPODS: 1.12.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@giphy/react-native-sdk",
"version": "3.2.0",
"version": "3.2.1",
"description": "Giphy React Native SDK",
"license": "Apache-2.0",
"main": "lib/commonjs/index",
Expand Down

0 comments on commit 31215cf

Please sign in to comment.