Skip to content

Commit

Permalink
Merge branch 'hotfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
live-github-bot[bot] committed Nov 15, 2024
2 parents 1877082 + ba38df1 commit 236e5d0
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 21 deletions.
12 changes: 12 additions & 0 deletions apps/ledger-live-mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# live-mobile

## 3.56.0

### Minor Changes

- [#8370](https://github.com/LedgerHQ/ledger-live/pull/8370) [`04eeae0`](https://github.com/LedgerHQ/ledger-live/commit/04eeae00ff9f40f76c35d01bf4818fe915e5e1bd) Thanks [@cgrellard-ledger](https://github.com/cgrellard-ledger)! - LLM - Upgrade Braze package

## 3.56.0-hotfix.0

### Minor Changes

- [#8370](https://github.com/LedgerHQ/ledger-live/pull/8370) [`04eeae0`](https://github.com/LedgerHQ/ledger-live/commit/04eeae00ff9f40f76c35d01bf4818fe915e5e1bd) Thanks [@cgrellard-ledger](https://github.com/cgrellard-ledger)! - LLM - Upgrade Braze package

## 3.55.0

### Minor Changes
Expand Down
47 changes: 33 additions & 14 deletions apps/ledger-live-mobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,34 @@
PODS:
- boost (1.83.0)
- braze-react-native-sdk (8.4.0):
- BrazeKit (~> 7.7.0)
- BrazeLocation (~> 7.7.0)
- BrazeUI (~> 7.7.0)
- React-Core
- BrazeKit (7.7.0)
- BrazeLocation (7.7.0):
- BrazeKit (= 7.7.0)
- BrazeUI (7.7.0):
- BrazeKit (= 7.7.0)
- braze-react-native-sdk (10.0.0):
- BrazeKit (~> 9.0.0)
- BrazeLocation (~> 9.0.0)
- BrazeUI (~> 9.0.0)
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Codegen
- React-Core
- React-debug
- React-Fabric
- React-featureflags
- React-graphics
- React-ImageManager
- React-NativeModulesApple
- React-RCTFabric
- React-rendererdebug
- React-utils
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- BrazeKit (9.0.0)
- BrazeLocation (9.0.0):
- BrazeKit (= 9.0.0)
- BrazeUI (9.0.0):
- BrazeKit (= 9.0.0)
- CocoaAsyncSocket (7.6.5)
- DoubleConversion (1.1.6)
- EXBarCodeScanner (13.0.1):
Expand Down Expand Up @@ -2010,10 +2029,10 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
braze-react-native-sdk: 62de95dfbbfde54fa101a5d8c75e19ea639e4eda
BrazeKit: ee31d3b5113646cbd6ad44eafc93b14c3c3c504c
BrazeLocation: b8261e356f7d193ae9f768bd1ec83b220c17c227
BrazeUI: 55cbc8362c87abd74c57c3fa5b133f1cc164175f
braze-react-native-sdk: 6d09bdec92ee21835bd24285fcf1dbf435f2a23b
BrazeKit: 7406e77825c624d8e7a162d858a4bffdf79270f5
BrazeLocation: 43405bf92037c9840f5f5467a7b8418583bc7850
BrazeUI: 9e86bd30ca84f66444a5f6d95e438057000f4d0f
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
EXBarCodeScanner: e2dd9b42c1b522a2adc9202b1dfbc64cb34456d1
Expand Down
4 changes: 2 additions & 2 deletions apps/ledger-live-mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "live-mobile",
"version": "3.55.0",
"version": "3.56.0",
"private": true,
"scripts": {
"postinstall": "zx ./scripts/post.mjs",
Expand Down Expand Up @@ -73,7 +73,7 @@
},
"dependencies": {
"@azure/core-asynciterator-polyfill": "1.0.2",
"@braze/react-native-sdk": "8.4.0",
"@braze/react-native-sdk": "10.0.0",
"@formatjs/intl-locale": "3.4.5",
"@formatjs/intl-pluralrules": "5.2.12",
"@formatjs/intl-relativetimeformat": "11.2.12",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 236e5d0

Please sign in to comment.