Skip to content

Commit

Permalink
chore: release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pshoniuk committed May 24, 2023
1 parent db2c6bc commit c1b2676
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@


# 2.4.0 (2023-05-24)

### Native SDKs
* Giphy Android SDK [v2.3.5](https://github.com/Giphy/giphy-android-sdk/releases/tag/v2.3.5)
* Giphy iOS SDK [v2.2.5](https://github.com/Giphy/giphy-ios-sdk/releases/tag/v2.2.5)


### Features
* [GiphyDialog] Add theme support ([04cfdfe](https://github.com/Giphy/giphy-react-native-sdk/commit/04cfdfefc353fb276c3d0d61757facbf3ccab1e2))
* [GiphyGridView] Add theme support ([70a94e9](https://github.com/Giphy/giphy-react-native-sdk/commit/70a94e96155830996e7fc72fa13527ee71596f42))

### Documentation
* Add the GIPHY Theme section ([33f4808](https://github.com/Giphy/giphy-react-native-sdk/commit/33f480878617e8c08e23615edb58d25cf592803f))

### Build System
* [deps] Bump Android SDK version from 2.3.4 to 2.3.5 ([93864e6](https://github.com/Giphy/giphy-react-native-sdk/commit/93864e6ee82389bfc0873f9c481864d58beec6c0))
* [deps] Bump iOS SDK version from 2.2.4 to 2.2.5 ([18679a5](https://github.com/Giphy/giphy-react-native-sdk/commit/18679a5e8c7c4c2b9d6adf9053b2a3f4b2c4bb9e))
* [deps] Bump type-fest, @giphy/js-types, and other dev deps ([6007de4](https://github.com/Giphy/giphy-react-native-sdk/commit/6007de4bab46bf17da7a5e6c1ce8909dd8ac5a68))

# 2.3.0 (2023-05-08)

### 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.5):
- libwebp
- giphy-react-native-sdk (2.3.0):
- giphy-react-native-sdk (2.4.0):
- Giphy (= 2.2.5)
- React-Core
- glog (0.3.5)
Expand Down Expand Up @@ -407,7 +407,7 @@ SPEC CHECKSUMS:
FBReactNativeSpec: f1141d5407f4a27c397bca5db03cc03919357b0d
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
Giphy: f0ae17f1fb32141b6eaff0043fba1f707106e8aa
giphy-react-native-sdk: e87b47df585ab71032367c7c1f7773d9c96292d1
giphy-react-native-sdk: 196db303e38d3fabb07a3a7f021040280c8a8c13
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.3.0",
"version": "2.4.0",
"description": "Giphy React Native SDK",
"license": "Apache-2.0",
"main": "lib/commonjs/index",
Expand Down

0 comments on commit c1b2676

Please sign in to comment.