diff --git a/CHANGELOG.md b/CHANGELOG.md index 8136bc6..d910892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ +# 2.2.0 (2023-04-25) + +### Native SDKs +* Giphy Android SDK [v2.3.1](https://github.com/Giphy/giphy-android-sdk/releases/tag/v2.3.1) +* Giphy iOS SDK [v2.2.4](https://github.com/Giphy/giphy-ios-sdk/releases/tag/v2.2.4) + + +### Features +* [iOS:GiphyDialog] Add selectedContentType property ([#99](https://github.com/Giphy/giphy-react-native-sdk/issues/99)) ([e21a85a](https://github.com/Giphy/giphy-react-native-sdk/commit/e21a85a63d498f11638423a041011e8520bae14f)) + +### Build System +* [deps] Bump iOS SDK version from 2.2.2 to 2.2.4 ([31e6a52](https://github.com/Giphy/giphy-react-native-sdk/commit/31e6a524b54b76b802c8ed4c35fcd9c020b9096b)) + # 2.1.3 (2023-03-02) ### Native SDKs @@ -425,4 +438,4 @@ If you already have the emoji content type included in your integration, no addi ### BREAKING CHANGES -- [GiphyDialog] Remove `useBlurredBackground` prop +- [GiphyDialog] Remove `useBlurredBackground` prop \ No newline at end of file diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 3fdc857..29ba04b 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -12,7 +12,7 @@ PODS: - fmt (6.2.1) - Giphy (2.2.4): - libwebp - - giphy-react-native-sdk (2.1.3): + - giphy-react-native-sdk (2.2.0): - Giphy (= 2.2.4) - React-Core - glog (0.3.5) @@ -407,7 +407,7 @@ SPEC CHECKSUMS: FBReactNativeSpec: fe08c1cd7e2e205718d77ad14b34957cce949b58 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 Giphy: 6b5f6986c8df4f71e01a8ef86595f426b3439fb5 - giphy-react-native-sdk: ef9ff10e5a798a2aeb2ccc525130e0223cc566c2 + giphy-react-native-sdk: ef2416a9ba74395fc5c22eb87c9211220f36a14b glog: 5337263514dd6f09803962437687240c5dc39aa4 libwebp: f62cb61d0a484ba548448a4bd52aabf150ff6eef RCT-Folly: a21c126816d8025b547704b777a2ba552f3d9fa9 diff --git a/package.json b/package.json index df01533..e436d5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@giphy/react-native-sdk", - "version": "2.1.3", + "version": "2.2.0", "description": "Giphy React Native SDK", "license": "Apache-2.0", "main": "lib/commonjs/index",