Skip to content

Commit

Permalink
chore: release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ALexanderLonsky committed Oct 23, 2023
1 parent 8b9207f commit d7f8d1f
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 @@


# 3.2.0 (2023-10-23)

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


### Features
* [GiphyGridView] Add disableEmojiVariations property ([151782d](https://github.com/Giphy/giphy-react-native-sdk/commit/151782decbe41cc997007ca7f63688953b975274))

### Build System
* [deps] Bump @babel/traverse from 7.22.8 to 7.23.2 ([31231d5](https://github.com/Giphy/giphy-react-native-sdk/commit/31231d5afcfe8a24f8b1970e756458f67afdfac8))
* [deps] Bump @babel/traverse from 7.22.8 to 7.23.2 in /example ([63f723b](https://github.com/Giphy/giphy-react-native-sdk/commit/63f723b1ba6855db29b404e8580c8209a774a142))
* [deps] Bump Android SDK version from 2.3.9 to 2.3.12 ([5c541ad](https://github.com/Giphy/giphy-react-native-sdk/commit/5c541ad58c6353d054c45a510f6be24b6d16e6ab))
* [deps] Bump iOS SDK version from 2.2.6 to 2.2.7 ([3e07646](https://github.com/Giphy/giphy-react-native-sdk/commit/3e07646a80d347c431071d46e9c6e51b42026f29))
* [deps] Bump react-devtools-core from 4.27.8 to 4.28.4 ([26c9848](https://github.com/Giphy/giphy-react-native-sdk/commit/26c984815a5822a99a9ab2cca59cff74a77c8bc1))
* [deps] Bump react-devtools-core from 4.27.8 to 4.28.4 in /example ([a213401](https://github.com/Giphy/giphy-react-native-sdk/commit/a213401016ef2a39bf52b0e8d298301453fbcb91))
* [deps] Bump type-fest version from 3.13.0 to 4.5.0 ([c2508a6](https://github.com/Giphy/giphy-react-native-sdk/commit/c2508a6cce820adfb31e713e307d6afa189e71d3))

# 3.0.1 (2023-10-19)

### 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.7):
- libwebp
- giphy-react-native-sdk (3.1.0):
- giphy-react-native-sdk (3.2.0):
- Giphy (= 2.2.7)
- RCT-Folly (= 2021.07.22.00)
- React-Core
Expand Down Expand Up @@ -704,7 +704,7 @@ SPEC CHECKSUMS:
FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
Giphy: dad025aa0c82e4c057e1989cde959034829dfca7
giphy-react-native-sdk: 65dab4767b1d0e5ccd18e47265f58317d7f0fa6b
giphy-react-native-sdk: f4fbdae92e3e8f8ef26b1af694141cb29d0e033a
glog: 5337263514dd6f09803962437687240c5dc39aa4
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.1.0",
"version": "3.2.0",
"description": "Giphy React Native SDK",
"license": "Apache-2.0",
"main": "lib/commonjs/index",
Expand Down

0 comments on commit d7f8d1f

Please sign in to comment.