Skip to content

Commit

Permalink
chore: release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pshoniuk committed Apr 25, 2023
1 parent d4ae657 commit 82b289f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
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": "2.1.3",
"version": "2.2.0",
"description": "Giphy React Native SDK",
"license": "Apache-2.0",
"main": "lib/commonjs/index",
Expand Down

0 comments on commit 82b289f

Please sign in to comment.