diff --git a/CHANGELOG.md b/CHANGELOG.md index 86e2ed6..3a17967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + + +# 3.0.1 (2023-10-19) + +### 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) + + +### Documentation +* Add Expo integration guide ([f21545e](https://github.com/Giphy/giphy-react-native-sdk/commit/f21545e700a8510362901c590352fd53d6adb23b)) + +### Build System +* [deps] Bump activesupport from 7.0.6 to 7.0.7.2 in /example ([6fd834c](https://github.com/Giphy/giphy-react-native-sdk/commit/6fd834cafedda97a07c9d90d261c9c8e36609f4b)) + # 3.0.0 (2023-08-16) ### Native SDKs @@ -535,4 +550,4 @@ If you already have the emoji content type included in your integration, no addi ### BREAKING CHANGES -- [GiphyDialog] Remove `useBlurredBackground` prop +- [GiphyDialog] Remove `useBlurredBackground` prop \ No newline at end of file diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 458cf96..dc99472 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -71,7 +71,7 @@ PODS: - fmt (6.2.1) - Giphy (2.2.6): - libwebp - - giphy-react-native-sdk (3.0.0): + - giphy-react-native-sdk (3.0.1): - Giphy (= 2.2.6) - RCT-Folly (= 2021.07.22.00) - React-Core @@ -686,9 +686,9 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: - boost: 57d2868c099736d80fcd648bf211b4431e51a558 + boost: a7c83b31436843459a1961bfd74b96033dc77234 CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 - DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 + DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662 FBLazyVector: 565cdf5e3d0dd4b12a9c842f6a4bb5082b5aaa5b FBReactNativeSpec: 052fc96c48292cac6ca729d58200ac77890573ab Flipper: 6edb735e6c3e332975d1b17956bcc584eccf5818 @@ -701,8 +701,8 @@ SPEC CHECKSUMS: FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 Giphy: f64bff5937fbc4987b6a26c8ef625501c68a1e97 - giphy-react-native-sdk: db4ffcceef0e6c0f6abedc68c6fb39b53530ee4b - glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b + giphy-react-native-sdk: 0c4b1bf8e2749b2ddcb3d84e7021b46e89060e4d + glog: 5337263514dd6f09803962437687240c5dc39aa4 hermes-engine: 3f42310d66bcbc814b3771b79ad8d5a3f8df3df1 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 libwebp: f62cb61d0a484ba548448a4bd52aabf150ff6eef @@ -747,4 +747,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: d3b1fe9cfe34ee21941e5394ae70547980bd6f8a -COCOAPODS: 1.12.1 +COCOAPODS: 1.13.0 diff --git a/package.json b/package.json index 67da3ba..ddba741 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@giphy/react-native-sdk", - "version": "3.0.0", + "version": "3.0.1", "description": "Giphy React Native SDK", "license": "Apache-2.0", "main": "lib/commonjs/index",