Skip to content

Commit

Permalink
chore: release 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ALexanderLonsky committed Feb 21, 2024
1 parent 9236a13 commit 00a3016
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@


# 3.2.3 (2024-02-21)

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


### Bug Fixes
* [iOS] GiphyDialog does not work with formSheet modal when using native-stack ([e4e7974](https://github.com/Giphy/giphy-react-native-sdk/commit/e4e79747bd3fcb773047f9dacedf721a6ba6fb47))

### Build System
* [deps] Bump ip from 1.1.8 to 1.1.9 ([dbc1c03](https://github.com/Giphy/giphy-react-native-sdk/commit/dbc1c03766e17c0e36d48de1d7daa4aab0ea665a))
* [deps] Bump ip from 1.1.8 to 1.1.9 in /example ([9bbb472](https://github.com/Giphy/giphy-react-native-sdk/commit/9bbb4725971ba1011799bc09abe81c3c93766fe2))

# 3.2.2 (2024-01-05)

### Native SDKs
Expand Down
6 changes: 3 additions & 3 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.2):
- giphy-react-native-sdk (3.2.3):
- Giphy (= 2.2.7)
- RCT-Folly (= 2021.07.22.00)
- React-Core
Expand Down Expand Up @@ -704,7 +704,7 @@ SPEC CHECKSUMS:
FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
Giphy: dad025aa0c82e4c057e1989cde959034829dfca7
giphy-react-native-sdk: ebd1e657aa893353a2a776c945ecabc52101a7c9
giphy-react-native-sdk: 8810a4321dc2406c1631be68794d1193c7cf7a8b
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 8057e75cfc1437b178ac86c8654b24e7fead7f60
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
Expand Down Expand Up @@ -750,4 +750,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: d3b1fe9cfe34ee21941e5394ae70547980bd6f8a

COCOAPODS: 1.12.1
COCOAPODS: 1.14.3
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.2",
"version": "3.2.3",
"description": "Giphy React Native SDK",
"license": "Apache-2.0",
"main": "lib/commonjs/index",
Expand Down

0 comments on commit 00a3016

Please sign in to comment.