From 5c73e0b51c8f16c280f68521fedd77c34567821b Mon Sep 17 00:00:00 2001 From: audius-infra Date: Sat, 1 Apr 2023 07:18:07 +0000 Subject: [PATCH] v1.5.18 [a82b6d201] [C-2391 PLAT-833] Handle get-discovery-notification error, notification processing (#3141) Dylan Jeffers [b6a8470c4] [PAY-1073] Mobile messages settings screen (#3131) Reed [c567b35da] Separate chat text input to own component (#3142) Reed [1a38cb101] [PAY-1090] - Subscribe to special access gates to unlock new tracks (#3108) Saliou Diallo [9e5a45d86] Set dev optimizely key (#3126) Sebastian Klingler [c5e86fa3e] [PLAT-699] Add tastemaker notification to web (#3140) Dylan Jeffers [4bc608c26] [C-2295] Only show now-playing-artwork-tile when song enqueued (#3137) Dylan Jeffers [aa34b3267] [PAY-1039] Mobile chat header navs to profile (#3139) Reed [55f581906] Optimizely attributes - use null if empty instead of undefined (#3134) nicoback2 [92ab79e33] [C-2387] Improve permalink and user handle caching (#3117) Dylan Jeffers [086af8123] [PAY-1107][PAY-1112] Center mobile chat text input, enlarge icon (#3136) Reed [fcec3f5a1] [PAY-1123] Fix mobile chat scroll being stuck (#3135) Reed [a276e86a8] Revert "Allow Optimizely targeting w CodePush on mobile C-2394" (#3133) nicoback2 [3335b4abe] [C-2357] Update the icon color of the podcast skip buttons to accept the theme color (#3132) Kyle Shanks [1af573091] Fix dapp store versionCode (#3121) Dylan Jeffers [7787115aa] Fix app store version fetched from Apple in Fastlane being out of date first 24h after new release C-2397 (#3128) nicoback2 [06c181db0] Allow Optimizely targeting w CodePush on mobile C-2394 (#3127) nicoback2 [ff07c3269] [PAY-1038] Fix mobile profile page button borders (#3130) Reed [9286959f1] [PAY-1027] Mobile chat websockets (#3129) Reed [81ef3b367] [PAY-1031] Mobile chat list views use full height (#3123) Reed [41e3f5d78] [C-2231] Remove audius-data, dynamically import web3modal (#1771) Raymond Jacobson [34d80be4f] [PAY-1111] Remove "Done" row on ios keyboard for mobile chats (#3124) Reed [9eb83a870] [PAY-1102] - Add supporters info drawer (#3112) Saliou Diallo [6fe7abe73] Add dependencies, bundle to mobile README (#3111) Reed [dc8d4f2b3] Show header shadow in chat screens (#3106) Reed [f871a38ab] [PAY-906] Mobile chats KeyboardAvoidingView (#3122) Reed [fd00bf25a] Fix chat reactions with createEntityAdapter (#3118) Reed [98761372b] Switch to 1s (#3120) Raymond Jacobson [fe9efeaf1] Tip using both erc_wallet and wallet (#3049) Michael Piazza [fdfc0b6ab] Update dapp store readme (#3119) Raymond Jacobson [ca58e69af] [C-2359, C-2380] Update duration text for podcast tiles (#3116) Kyle Shanks [644142118] [PLAT-695] Add trending notifications to valid_types (#3109) Dylan Jeffers [4233ee6d8] [PAY-1083] - Only allow prompt modal when single track is being uploaded (#3115) Saliou Diallo [36909d16e] Always include user signature for stream (#3114) Raymond Jacobson [b90eaf699] [C-2386] Fix notification button not toggling panel (#3110) Dylan Jeffers [a3c2e9193] Check if messagesStatus undefined in ChatScreen (#3113) Reed [64d89ca1f] [C-2382] Update dapp-store cli, short_description length (#3104) Dylan Jeffers [680931dc0] [C-2361, C-2360, C-2355, C-2346] Update skip 15s button behavior on mobile for podcasts (#3105) Kyle Shanks [3eb742f7a] [C-2353, C-2358] Update playback position tracking for web and mobile (#3097) Kyle Shanks [e06c4d987] Bump sdk to 2.0.3-beta.1 (#3098) Isaac Solo [819169485] Fix "Pick some for me" button on android (#3102) Sebastian Klingler --- lerna.json | 2 +- packages/common/package-lock.json | 2 +- packages/common/package.json | 2 +- packages/mobile/package-lock.json | 2 +- packages/mobile/package.json | 6 +++--- packages/web/package-lock.json | 4 ++-- packages/web/package.json | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lerna.json b/lerna.json index 89f2ad106e4..e54ac5b7bb8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "packages": ["packages/*"], - "version": "1.5.17" + "version": "1.5.18" } diff --git a/packages/common/package-lock.json b/packages/common/package-lock.json index 2e58e7aeb4f..9dbd5168d3e 100644 --- a/packages/common/package-lock.json +++ b/packages/common/package-lock.json @@ -1,6 +1,6 @@ { "name": "@audius/common", - "version": "1.5.17", + "version": "1.5.18", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/common/package.json b/packages/common/package.json index cfb906e7ca8..dbb11ddb267 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@audius/common", - "version": "1.5.17", + "version": "1.5.18", "description": "Common utilities and store for web and mobile.", "private": "true", "author": "Audius", diff --git a/packages/mobile/package-lock.json b/packages/mobile/package-lock.json index c9b0fbe2f01..f81df9deedd 100644 --- a/packages/mobile/package-lock.json +++ b/packages/mobile/package-lock.json @@ -1,6 +1,6 @@ { "name": "audius-mobile-client", - "version": "1.5.17", + "version": "1.5.18", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 7f61c203f19..8483541165d 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "audius-mobile-client", - "version": "1.5.17", + "version": "1.5.18", "private": true, "scripts": { "jetifier": "jetifier", @@ -43,7 +43,7 @@ }, "dependencies": { "@amplitude/react-native": "2.6.0", - "@audius/common": "1.5.17", + "@audius/common": "1.5.18", "@audius/sdk": "2.0.3-beta.1", "@fingerprintjs/fingerprintjs-pro-react-native": "2.0.0-test.2", "@gorhom/portal": "1.0.9", @@ -77,7 +77,7 @@ "@svgr/core": "5.5.0", "@walletconnect/react-native-dapp": "1.8.0", "array.prototype.flat": "1.2.5", - "audius-client": "1.5.17", + "audius-client": "1.5.18", "big-integer": "1.6.51", "bn.js": "5.2.0", "bs58": "5.0.0", diff --git a/packages/web/package-lock.json b/packages/web/package-lock.json index e20bf27453f..84554877edf 100644 --- a/packages/web/package-lock.json +++ b/packages/web/package-lock.json @@ -1,6 +1,6 @@ { "name": "audius-client", - "version": "1.5.17", + "version": "1.5.18", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -35860,4 +35860,4 @@ } } } -} \ No newline at end of file +} diff --git a/packages/web/package.json b/packages/web/package.json index d795a875366..ac4dd77b7b4 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -3,7 +3,7 @@ "productName": "Audius", "description": "The Audius decentralized application", "author": "Audius", - "version": "1.5.17", + "version": "1.5.18", "private": true, "scripts": { "publish-scripts": "./scripts/publishScripts.sh", @@ -51,7 +51,7 @@ "install-dmg-license": "npx lerna add dmg-license --scope=audius-client --no-bootstrap && npx lerna bootstrap --no-ci" }, "dependencies": { - "@audius/common": "1.5.17", + "@audius/common": "1.5.18", "@audius/sdk": "2.0.3-beta.1", "@audius/stems": "1.5.17", "@coinbase/cbpay-js": "1.2.0",