Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
v1.3.12
Browse files Browse the repository at this point in the history
[218bf87] [C-1420] Show your owned albums and playlists in favorites (#2229) Andrew Mendelsohn
[aae57e5] [C-1389] Create release-candidate.staging.audius.co (#2228) Sebastian Klingler
[27c1cba] [C-1428] Fix tip reactions in notifications tab (#2226) Dylan Jeffers
[c95e341] [C-885] Update mobile environments (#2225) Sebastian Klingler
[6da6b6f] Remove prefetch first segment functionality (#2224) Raymond Jacobson
[c921ef3] Fix card padding (#2222) Raymond Jacobson
[09019ab] [C-1414] Implement mobile upload business logic (#2220) Dylan Jeffers
[0f44e9b] Read artist pick from discovery behind feature flag (#2198) Michelle Brier
[b486ecd] Fix nethermind configs for mobile (#2221) Isaac Solo
[d227c31] Use confirmer wrapper when updating user (#2199) Michelle Brier
[2b34ee1] [C-1402] Migrate upload store to common (#2215) Dylan Jeffers
[186934f] [C-882] Try to fix too often confetti bug (#2217) Raymond Jacobson
[c4439f8] Update README.md (#2216) Raymond Jacobson
[172b5f0] Update favorites table to use client side sorting and filtering when all tracks are loaded (#2213) Kyle Shanks
[3e42f18] Remove all references of new tables feature flag (#2214) Kyle Shanks
[fd0c429] [C-1283][C-1386] Offline Mode - Favorites download and playback (#2154) Andrew Mendelsohn
[6c7d9ec] FIx bad linking from a element (#2212) Joseph Lee
[490274a] Set animationFinished based on opacity animation (#2211) Sebastian Klingler
[edc298d] PAY-716 Take user to trending at end of BuyAudio flow (#2210) Marcus Pasell
[6c12b8c] [C-1394] Add uploading and upload-complete screens (#2206) Dylan Jeffers
[7b4c3fa] Fix restore_cache (#2209) Dylan Jeffers
[4fb5896] Prepare mobile-nav-overhaul for release (#2208) Dylan Jeffers
[5da0015] [C-1395, C-1398] Add listening history to account drawer (#2207) Dylan Jeffers
[6567487] Update secondary screen background color (#2205) Dylan Jeffers
[16fc962] Fix cover photo button alignment (#2204) Raymond Jacobson
[8597b76] [C-1323] Somewhat improve upload metrics (#2187) Raymond Jacobson
[cf0907e] PAY-687 Add new UI to tipping linking to the BuyAudio flow (#2195) Marcus Pasell
[df88393] Fix upload (#2201) Joseph Lee
[f1c28bd] Use feature flag for mp3 stream toggle (#2202) Andrew Mendelsohn
[3662880] [C-1383] Add upload track form (#2200) Dylan Jeffers
[b5f6926] Add notification navigation hook and update profile screen to accept id param (#2194) Kyle Shanks
  • Loading branch information
audius-infra committed Nov 5, 2022
1 parent 218bf87 commit be92b0e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["packages/*"],
"version": "1.3.11"
"version": "1.3.12"
}
2 changes: 1 addition & 1 deletion packages/common/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "audius-mobile-client",
"version": "1.3.11",
"version": "1.3.12",
"private": true,
"scripts": {
"jetifier": "jetifier",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit be92b0e

Please sign in to comment.