Skip to content

Commit

Permalink
chore: release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pshoniuk committed Feb 8, 2023
1 parent 0f35df4 commit 213d823
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@


# 2.1.2 (2023-02-08)

### 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] Project-wide requests headers rewritten by GIPHY ([#92](https://github.com/Giphy/giphy-react-native-sdk/issues/92)) ([b0ce09c](https://github.com/Giphy/giphy-react-native-sdk/commit/b0ce09c893a20cd2522c1597c7ded8a34536bd76))

### Build System
* [deps] Bump Android SDK version from 2.3.0 to 2.3.1 ([03e2a89](https://github.com/Giphy/giphy-react-native-sdk/commit/03e2a8945cb6a2eb79c2bf65c70f7a0f5acaf939))

# 2.1.1 (2023-01-11)

### Native SDKs
Expand Down
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.1):
- giphy-react-native-sdk (2.1.2):
- 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: 683931212139e788cf193e90c28ff8cb7ea06a72
giphy-react-native-sdk: b04b4269419968f72bbbf8f5e8855d0e6e6db214
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.1",
"version": "2.1.2",
"description": "Giphy React Native SDK",
"license": "Apache-2.0",
"main": "lib/commonjs/index",
Expand Down

0 comments on commit 213d823

Please sign in to comment.