Skip to content

Commit

Permalink
chore: release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ALexanderLonsky committed Aug 12, 2024
1 parent 34a830e commit 73fc5e6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@


# 3.3.0 (2024-08-12)

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


### Features
* [localization] Add localizations support ([#183](https://github.com/Giphy/giphy-react-native-sdk/issues/183)) ([973abbe](https://github.com/Giphy/giphy-react-native-sdk/commit/973abbec77fc4e70953432b624a3cf8e2fb4758a))

### Documentation
* How to mock the Giphy dependency in Jest ([#184](https://github.com/Giphy/giphy-react-native-sdk/issues/184)) ([5426f23](https://github.com/Giphy/giphy-react-native-sdk/commit/5426f2391c7f0be11a205e12a084c4e92f4ba1a8))

### Build System
* [deps] Bump Android SDK version from 2.3.14-fresco-v2.5.0 to 2.3.15-fresco-v2.5.0 ([e502281](https://github.com/Giphy/giphy-react-native-sdk/commit/e502281d3ce261ca8c1bae11cddcafc1db75ac66))
* [deps] Bump braces from 3.0.2 to 3.0.3 ([fcd5ce9](https://github.com/Giphy/giphy-react-native-sdk/commit/fcd5ce974bc58f5649b65cae4e365448306a35cd))
* [deps] Bump braces from 3.0.2 to 3.0.3 in /example ([bbe36c7](https://github.com/Giphy/giphy-react-native-sdk/commit/bbe36c7f841026418425814ceb4f0b2da167ce9d))
* [deps] Bump fast-xml-parser from 4.2.5 to 4.4.1 ([d6ecd35](https://github.com/Giphy/giphy-react-native-sdk/commit/d6ecd350e92774fe312204ae21e7eabe40b072d3))
* [deps] Bump iOS SDK version from 2.2.9 to 2.2.10 ([e357a45](https://github.com/Giphy/giphy-react-native-sdk/commit/e357a4585d3b5f3d425b770a74a32c3f8b17764f))
* [deps] Bump ws from 6.2.2 to 6.2.3 in /example ([be1b73d](https://github.com/Giphy/giphy-react-native-sdk/commit/be1b73dd3370949588df67bba403fe5a05d8a1da))

# 3.2.6 (2024-05-22)

### 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 @@ -71,7 +71,7 @@ PODS:
- fmt (6.2.1)
- Giphy (2.2.10):
- libwebp
- giphy-react-native-sdk (3.2.6):
- giphy-react-native-sdk (3.3.0):
- Giphy (= 2.2.10)
- RCT-Folly (= 2021.07.22.00)
- React-Core
Expand Down Expand Up @@ -704,7 +704,7 @@ SPEC CHECKSUMS:
FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
Giphy: 0b86baaae0173dac8acc44a0088f51194ec4d5de
giphy-react-native-sdk: 4844d8cd973d4159b403954b9401d5816285c26c
giphy-react-native-sdk: 2d2e0817267fff878c0bbc386b7c094556f74c95
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 8057e75cfc1437b178ac86c8654b24e7fead7f60
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
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": "3.2.6",
"version": "3.3.0",
"description": "Giphy React Native SDK",
"license": "Apache-2.0",
"main": "lib/commonjs/index",
Expand Down

0 comments on commit 73fc5e6

Please sign in to comment.