Skip to content

Commit

Permalink
Release version 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jerielng committed Nov 30, 2023
1 parent 99eaaaa commit 0e2c432
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 18 deletions.
26 changes: 13 additions & 13 deletions BrazeProject/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PODS:
- boost (1.76.0)
- braze-react-native-sdk (8.1.0):
- BrazeKit (~> 7.1.0)
- BrazeLocation (~> 7.1.0)
- BrazeUI (~> 7.1.0)
- braze-react-native-sdk (8.2.0):
- BrazeKit (~> 7.3.0)
- BrazeLocation (~> 7.3.0)
- BrazeUI (~> 7.3.0)
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React-Codegen
- React-Core
- ReactCommon/turbomodule/core
- BrazeKit (7.1.0)
- BrazeLocation (7.1.0):
- BrazeKit (= 7.1.0)
- BrazeUI (7.1.0):
- BrazeKit (= 7.1.0)
- BrazeKit (7.3.0)
- BrazeLocation (7.3.0):
- BrazeKit (= 7.3.0)
- BrazeUI (7.3.0):
- BrazeKit (= 7.3.0)
- CocoaAsyncSocket (7.6.5)
- DoubleConversion (1.1.6)
- FBLazyVector (0.72.3)
Expand Down Expand Up @@ -1259,10 +1259,10 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
braze-react-native-sdk: 20308f3e6e40689470020adf8af926d34f129735
BrazeKit: f7611b79435d27b844ddae26dc193fa79bb04b1c
BrazeLocation: 99f8b63de17a80332a3d37802fc2a4a9ef84d1df
BrazeUI: 1bcc4e4df90f1ed178f68f36115c10dd02f1b382
braze-react-native-sdk: 5fd461a9ef1be2ae27d0bd1dc1e1feab76ade128
BrazeKit: 27d0d56a8cac427353b7fb227e1929d5053e5d63
BrazeLocation: 1cf2ef2dd383aced87b9cb58024facadfa13f6e7
BrazeUI: 5f77dc3a9bf2fa5e4e34a22381e79f1061ca99b2
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: 4cce221dd782d3ff7c4172167bba09d58af67ccb
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 8.2.0

#### Added
- Updates the native iOS bridge [from Braze Swift SDK 7.1.0 to 7.3.0](https://github.com/braze-inc/braze-swift-sdk/compare/7.1.0...7.3.0#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed).
- This release includes compatibility with Expo Notifications. Refer to the [push notification setup documentation](https://www.braze.com/docs/developer_guide/platform_integration_guides/react_native/push_notifications/) for more details.

#### Fixed
- Adds a missing update [from Braze Android SDK 29.0.0 to 29.0.1](https://github.com/braze-inc/braze-android-sdk/compare/v29.0.0...v29.0.1#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed) in the `8.1.0` release.

## 8.1.0

#### Added
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ android {
}

dependencies {
api 'com.braze:android-sdk-ui:29.0.0'
api 'com.braze:android-sdk-ui:29.0.1'
api 'com.facebook.react:react-native:+'
}
6 changes: 3 additions & 3 deletions braze-react-native-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Pod::Spec.new do |s|
s.preserve_paths = 'LICENSE.md', 'README.md', 'package.json', 'index.js', 'iOS/replace-at-import-statements.sh'
s.source_files = 'iOS/**/*.{h,m,mm,swift}'

s.dependency 'BrazeKit', '~> 7.1.0'
s.dependency 'BrazeLocation', '~> 7.1.0'
s.dependency 'BrazeUI', '~> 7.1.0'
s.dependency 'BrazeKit', '~> 7.3.0'
s.dependency 'BrazeLocation', '~> 7.3.0'
s.dependency 'BrazeUI', '~> 7.3.0'
s.dependency 'React-Core'

# Swift/Objective-C compatibility
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": "@braze/react-native-sdk",
"version": "8.1.0",
"version": "8.2.0",
"description": "Braze SDK for React Native.",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 0e2c432

Please sign in to comment.