From a67275404ed2d318d8dc1055d1729d0a62567f1a Mon Sep 17 00:00:00 2001 From: audius-infra Date: Sat, 24 Jun 2023 07:17:55 +0000 Subject: [PATCH] v1.5.30 [fe5fda425] Fix entity button widths (#3650) Dylan Jeffers [820e79e2d] Fix user profile always showing artist tabs (#3648) Dylan Jeffers [bc34b6f5e] [C-2697] Fix mobile playlist qa issues (#3638) Dylan Jeffers [3e8d7e874] Mobile chats recalculate container bottom on keyboard shown (#3644) Reed [39928cf6a] Bump app versions for full release (#3643) Reed [437e971c3] Update SDK to v3.0.3-beta.56 (#3641) Marcus Pasell [3e42cb236] [PAY-1526] Mobile chat reaction picker shadow (#3642) Reed [ab3320633] Amplitude tracking for chat report abuse (#3639) Reed [6f570c67b] Put playlist-artwork generation behind flag (#3640) Dylan Jeffers [2f1f40dce] [C-2475] Add desktop favorites playlist tab (#3637) Dylan Jeffers [394cacb48] [PAY-1516] Chat report abuse flow (#3636) Reed [82204ec35] [C-2763] Fix desktop playlist qa issues (#3634) Dylan Jeffers [391240765] Implement OAuth Write Popup C-2664 (#3628) nicoback2 [7e13b54bf] [C-2783] Add terms of service link (#3635) Dylan Jeffers [bda6eebe7] Refactor: extract reusable modal field component (#3631) Andrew Mendelsohn [c2a59dccd] [PAY-1319] Fix emoji keyboard overlapping chat text input (#3629) Reed [14150ec59] [C-2784] Refactor track page to use entity button (#3624) Dylan Jeffers [5a3e74e27] [PAY-1457] Add amplitude analytics to chat features (#3627) Marcus Pasell [d1aee1012] [PAY-1412] Reset player state on app load (#3632) Reed [965330c16] [PAY-1191] Finesse keyboard enter/exit animations (#3633) Michael Piazza [c9c531eda] Create grant upon making developer app (#3630) nicoback2 [a33de3097] [PAY-1464] DMs: Go to chat after successful tip (#3625) Marcus Pasell [646a5eb1b] [PLAT-1015] Remove entity manager feature flag (#3619) Raymond Jacobson [31450e722] [PAY-1498][PAY-1477] Misc mobile DMs UI Fixes (#3626) Michael Piazza [a08f3e798] [C-2760, C-2779] Fix header for playlist and artists tabs in explore screen (#3579) Kyle Shanks [9a98157c7] [C-2676] Rough release date modal (#3610) Andrew Mendelsohn [5e9a84764] [C-2771, C-2772] Add duplicate add to playlist confirmation drawer and modal (#3601) Kyle Shanks [49ca55382] [PAY-1468] Fix mobile chats copy message button (#3623) Reed [193ae1cc4] [PAY-1483] Patch RN to fix textinput multiline onchange not firing (#3622) Reed --- 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/stems/package-lock.json | 2 +- packages/stems/package.json | 2 +- packages/web/package-lock.json | 2 +- packages/web/package.json | 6 +++--- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/lerna.json b/lerna.json index 0b06cb1eba..b9a186a7a0 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "packages": ["packages/*"], - "version": "1.5.29" + "version": "1.5.30" } diff --git a/packages/common/package-lock.json b/packages/common/package-lock.json index 06aec4b381..db31dfb4b0 100644 --- a/packages/common/package-lock.json +++ b/packages/common/package-lock.json @@ -1,6 +1,6 @@ { "name": "@audius/common", - "version": "1.5.29", + "version": "1.5.30", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/common/package.json b/packages/common/package.json index fe0b0aace2..935217a870 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@audius/common", - "version": "1.5.29", + "version": "1.5.30", "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 9887c715ec..b0f059e148 100644 --- a/packages/mobile/package-lock.json +++ b/packages/mobile/package-lock.json @@ -1,6 +1,6 @@ { "name": "audius-mobile-client", - "version": "1.5.29", + "version": "1.5.30", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 0d1782e99e..83a72b798f 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "audius-mobile-client", - "version": "1.5.29", + "version": "1.5.30", "private": true, "scripts": { "jetifier": "jetifier", @@ -43,7 +43,7 @@ }, "dependencies": { "@amplitude/react-native": "2.6.0", - "@audius/common": "1.5.29", + "@audius/common": "1.5.30", "@audius/sdk": "3.0.3-beta.56", "@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.29", + "audius-client": "1.5.30", "big-integer": "1.6.51", "bn.js": "5.2.0", "bs58": "5.0.0", diff --git a/packages/stems/package-lock.json b/packages/stems/package-lock.json index e100459974..e604bd3284 100644 --- a/packages/stems/package-lock.json +++ b/packages/stems/package-lock.json @@ -1,6 +1,6 @@ { "name": "@audius/stems", - "version": "1.5.29", + "version": "1.5.30", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/stems/package.json b/packages/stems/package.json index af92c29ba7..7ec93561e5 100644 --- a/packages/stems/package.json +++ b/packages/stems/package.json @@ -1,6 +1,6 @@ { "name": "@audius/stems", - "version": "1.5.29", + "version": "1.5.30", "description": "The Audius React component library", "author": "", "license": "", diff --git a/packages/web/package-lock.json b/packages/web/package-lock.json index cccbd9d6a5..f2656d155f 100644 --- a/packages/web/package-lock.json +++ b/packages/web/package-lock.json @@ -1,6 +1,6 @@ { "name": "audius-client", - "version": "1.5.29", + "version": "1.5.30", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/web/package.json b/packages/web/package.json index 1520b87d91..8475d67eeb 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.29", + "version": "1.5.30", "private": true, "scripts": { "publish-scripts": "./scripts/publishScripts.sh", @@ -52,9 +52,9 @@ "install-dmg-license": "npx lerna add dmg-license --scope=audius-client --no-bootstrap && npx lerna bootstrap --no-ci" }, "dependencies": { - "@audius/common": "1.5.29", + "@audius/common": "1.5.30", "@audius/sdk": "3.0.3-beta.56", - "@audius/stems": "1.5.29", + "@audius/stems": "1.5.30", "@coinbase/cbpay-js": "1.2.0", "@craco/craco": "7.0.0-alpha.3", "@fingerprintjs/fingerprintjs-pro": "3.5.6",