Skip to content

Commit

Permalink
chore: release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pshoniuk committed Aug 16, 2023
1 parent 69e6384 commit e3a0552
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 3.0.0 (2023-08-16)

### Native SDKs

* Giphy Android SDK [v2.3.9](https://github.com/Giphy/giphy-android-sdk/releases/tag/v2.3.9)
* Giphy iOS SDK [v2.2.6](https://github.com/Giphy/giphy-ios-sdk/releases/tag/v2.2.6)

### Features

* Add support for new React Native
architecture ([5158df3](https://github.com/Giphy/giphy-react-native-sdk/commit/5158df31da3af190219a443541e86090921a8bd5))

# 2.4.2 (2023-07-18)

### 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.6):
- libwebp
- giphy-react-native-sdk (3.0.0-beta.0):
- giphy-react-native-sdk (3.0.0):
- Giphy (= 2.2.6)
- RCT-Folly (= 2021.07.22.00)
- React-Core
Expand Down Expand Up @@ -701,7 +701,7 @@ SPEC CHECKSUMS:
FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
Giphy: f64bff5937fbc4987b6a26c8ef625501c68a1e97
giphy-react-native-sdk: d0c278963f8cc4e2c782a1c58f98db91bc73744c
giphy-react-native-sdk: db4ffcceef0e6c0f6abedc68c6fb39b53530ee4b
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 3f42310d66bcbc814b3771b79ad8d5a3f8df3df1
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.0.0-beta.0",
"version": "3.0.0",
"description": "Giphy React Native SDK",
"license": "Apache-2.0",
"main": "lib/commonjs/index",
Expand Down

0 comments on commit e3a0552

Please sign in to comment.