From be92b0e6592e70586eb34f148559d854f700731d Mon Sep 17 00:00:00 2001 From: audius-infra Date: Sat, 5 Nov 2022 07:17:46 +0000 Subject: [PATCH] v1.3.12 [218bf87e] [C-1420] Show your owned albums and playlists in favorites (#2229) Andrew Mendelsohn [aae57e58] [C-1389] Create release-candidate.staging.audius.co (#2228) Sebastian Klingler [27c1cba9] [C-1428] Fix tip reactions in notifications tab (#2226) Dylan Jeffers [c95e341d] [C-885] Update mobile environments (#2225) Sebastian Klingler [6da6b6f7] Remove prefetch first segment functionality (#2224) Raymond Jacobson [c921ef30] Fix card padding (#2222) Raymond Jacobson [09019ab3] [C-1414] Implement mobile upload business logic (#2220) Dylan Jeffers [0f44e9bf] Read artist pick from discovery behind feature flag (#2198) Michelle Brier [b486ecd6] Fix nethermind configs for mobile (#2221) Isaac Solo [d227c31f] Use confirmer wrapper when updating user (#2199) Michelle Brier [2b34ee10] [C-1402] Migrate upload store to common (#2215) Dylan Jeffers [186934f8] [C-882] Try to fix too often confetti bug (#2217) Raymond Jacobson [c4439f88] Update README.md (#2216) Raymond Jacobson [172b5f0e] Update favorites table to use client side sorting and filtering when all tracks are loaded (#2213) Kyle Shanks [3e42f18f] Remove all references of new tables feature flag (#2214) Kyle Shanks [fd0c429b] [C-1283][C-1386] Offline Mode - Favorites download and playback (#2154) Andrew Mendelsohn [6c7d9ec5] FIx bad linking from a element (#2212) Joseph Lee [490274a8] Set animationFinished based on opacity animation (#2211) Sebastian Klingler [edc298d4] PAY-716 Take user to trending at end of BuyAudio flow (#2210) Marcus Pasell [6c12b8cd] [C-1394] Add uploading and upload-complete screens (#2206) Dylan Jeffers [7b4c3faa] Fix restore_cache (#2209) Dylan Jeffers [4fb5896d] Prepare mobile-nav-overhaul for release (#2208) Dylan Jeffers [5da00155] [C-1395, C-1398] Add listening history to account drawer (#2207) Dylan Jeffers [65674878] Update secondary screen background color (#2205) Dylan Jeffers [16fc9628] Fix cover photo button alignment (#2204) Raymond Jacobson [8597b76a] [C-1323] Somewhat improve upload metrics (#2187) Raymond Jacobson [cf0907ed] PAY-687 Add new UI to tipping linking to the BuyAudio flow (#2195) Marcus Pasell [df88393b] Fix upload (#2201) Joseph Lee [f1c28bdf] Use feature flag for mp3 stream toggle (#2202) Andrew Mendelsohn [36628800] [C-1383] Add upload track form (#2200) Dylan Jeffers [b5f69267] Add notification navigation hook and update profile screen to accept id param (#2194) Kyle Shanks --- 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 | 2 +- packages/web/package.json | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lerna.json b/lerna.json index a185dbcb68..5613024f9a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "packages": ["packages/*"], - "version": "1.3.11" + "version": "1.3.12" } diff --git a/packages/common/package-lock.json b/packages/common/package-lock.json index 744f42e8de..90c9a5791f 100644 --- a/packages/common/package-lock.json +++ b/packages/common/package-lock.json @@ -1,6 +1,6 @@ { "name": "@audius/common", - "version": "1.3.11", + "version": "1.3.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/common/package.json b/packages/common/package.json index 333c014508..e198d3d807 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@audius/common", - "version": "1.3.11", + "version": "1.3.12", "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 281d844403..fc7f61c2d6 100644 --- a/packages/mobile/package-lock.json +++ b/packages/mobile/package-lock.json @@ -1,6 +1,6 @@ { "name": "audius-mobile-client", - "version": "1.3.11", + "version": "1.3.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/mobile/package.json b/packages/mobile/package.json index fae4ecf7d1..491f5d455f 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "audius-mobile-client", - "version": "1.3.11", + "version": "1.3.12", "private": true, "scripts": { "jetifier": "jetifier", @@ -37,7 +37,7 @@ }, "dependencies": { "@amplitude/react-native": "2.6.0", - "@audius/common": "1.3.11", + "@audius/common": "1.3.12", "@audius/sdk": "1.0.19", "@babel/runtime": "7.15.4", "@fingerprintjs/fingerprintjs-pro-react-native": "2.0.0-test.2", @@ -64,7 +64,7 @@ "@sentry/react-native": "3.2.8", "@svgr/core": "5.5.0", "array.prototype.flat": "1.2.5", - "audius-client": "1.3.11", + "audius-client": "1.3.12", "babel-plugin-transform-remove-console": "6.9.4", "bn.js": "5.2.0", "color": "3.2.1", diff --git a/packages/web/package-lock.json b/packages/web/package-lock.json index e91729fdd1..ef839386a5 100644 --- a/packages/web/package-lock.json +++ b/packages/web/package-lock.json @@ -1,6 +1,6 @@ { "name": "audius-client", - "version": "1.3.11", + "version": "1.3.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/web/package.json b/packages/web/package.json index 86b2d2c8da..fb830c2734 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.3.11", + "version": "1.3.12", "private": true, "scripts": { "publish-scripts": "./scripts/publishScripts.sh", @@ -50,7 +50,7 @@ "install-dmg-license": "npx lerna add dmg-license --scope=audius-client --no-bootstrap && npx lerna bootstrap --no-ci" }, "dependencies": { - "@audius/common": "1.3.11", + "@audius/common": "1.3.12", "@audius/sdk": "1.0.19", "@audius/stems": "1.3.11", "@coinbase/cbpay-js": "1.2.0",