From 11dd787457753f54c3afa78917c3541f2b15f9f9 Mon Sep 17 00:00:00 2001 From: Alexander Lonsky Date: Fri, 5 Jan 2024 14:30:43 +0200 Subject: [PATCH] chore: release 3.2.2 --- CHANGELOG.md | 10 ++++++++++ example/ios/Podfile.lock | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a95272..ebbed2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ +# 3.2.2 (2024-01-05) + +### 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] Issues with ios in rn versions starting from 0.73.0 and onwards ([#161](https://github.com/Giphy/giphy-react-native-sdk/issues/161)) ([41df28f](https://github.com/Giphy/giphy-react-native-sdk/commit/41df28fc9a647de57c7369703ae0850d71f3b90f)) + # 3.2.1 (2023-10-31) ### Native SDKs diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index e5e5d70..9a2af7e 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -71,7 +71,7 @@ PODS: - fmt (6.2.1) - Giphy (2.2.7): - libwebp - - giphy-react-native-sdk (3.2.1): + - giphy-react-native-sdk (3.2.2): - Giphy (= 2.2.7) - RCT-Folly (= 2021.07.22.00) - React-Core @@ -704,7 +704,7 @@ SPEC CHECKSUMS: FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 Giphy: dad025aa0c82e4c057e1989cde959034829dfca7 - giphy-react-native-sdk: 66c7da4a2cf7d7593336bdee037047e93f7e9713 + giphy-react-native-sdk: ebd1e657aa893353a2a776c945ecabc52101a7c9 glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b hermes-engine: 8057e75cfc1437b178ac86c8654b24e7fead7f60 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 diff --git a/package.json b/package.json index 6de7be7..f40dae0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@giphy/react-native-sdk", - "version": "3.2.1", + "version": "3.2.2", "description": "Giphy React Native SDK", "license": "Apache-2.0", "main": "lib/commonjs/index",