Skip to content

Commit

Permalink
chore: release 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pshoniuk committed Mar 2, 2023
1 parent db59d94 commit 70d388b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@


# 2.1.3 (2023-03-02)

### 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.2](https://github.com/Giphy/giphy-ios-sdk/releases/tag/v2.2.2)


### Bug Fixes
* [android] App crashing on a selection of Gif ([#90](https://github.com/Giphy/giphy-react-native-sdk/issues/90)) ([8a18094](https://github.com/Giphy/giphy-react-native-sdk/commit/8a18094e19e152d53e0a7c4427f48646724ac927))

# 2.1.2 (2023-02-08)

### Native SDKs
Expand Down Expand Up @@ -415,4 +425,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.2):
- libwebp
- giphy-react-native-sdk (2.1.2):
- giphy-react-native-sdk (2.1.3):
- Giphy (= 2.2.2)
- React-Core
- glog (0.3.5)
Expand Down Expand Up @@ -407,7 +407,7 @@ SPEC CHECKSUMS:
FBReactNativeSpec: fe08c1cd7e2e205718d77ad14b34957cce949b58
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
Giphy: 18fd77d3a0fe8584bf32d80e59df8e5c0e4215ba
giphy-react-native-sdk: b04b4269419968f72bbbf8f5e8855d0e6e6db214
giphy-react-native-sdk: 0249c4872954ae09a423d02c9b0ce0ffaa72aef4
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.2",
"version": "2.1.3",
"description": "Giphy React Native SDK",
"license": "Apache-2.0",
"main": "lib/commonjs/index",
Expand Down

0 comments on commit 70d388b

Please sign in to comment.