Skip to content

Commit

Permalink
v1.5.31
Browse files Browse the repository at this point in the history
[4a26077] [C-2678] Add Stems and Source Files Modal (#3671) Andrew Mendelsohn
[6a3342a] Bump android version to 1.1.391 to fix play-store build (#3678) Dylan Jeffers
[2064212] [C-2813] Catch collectibles runtime errors (#3675) Dylan Jeffers
[29233ea] [C-2808] Improve storageNodeSelector usage and perf (#3674) Dylan Jeffers
[2de2035] Fix mobile image uri (#3670) Dylan Jeffers
[55a6089] [C-2807] Add ModalField subforms with cancellation (#3664) Andrew Mendelsohn
[e26986f] [C-2812] Use storageNodeSelector in libs, fix mobile images (#3667) Dylan Jeffers
[5daea08] Enable playlist updates on prod (#3668) Dylan Jeffers
[d90c369] [PAY-1541] Autofocus textinput on mobile search users screen (#3666) Reed
[194f894] [PAY-1542][PAY-1539][PAY-1537] Mobile chats QA improvements (#3665) Reed
[58b9028] [C-2798] Fix playlist button overlap (#3662) Dylan Jeffers
[a935588] [PAY-1538] Fix autocorrect behavior (#3661) Michael Piazza
[1a8a6e7] [PAY-1518] DMs: Align the overflow menu bottom center (#3654) Marcus Pasell
[c880b2a] [plat-1085] disable fav and repost on hidden tracks in play bar (#3653) sabrina-kiam
[d80617e] [PAY-1529] Add initial types for usdc purchases (#3651) Randy Schott
[68e87ff] [C-2787] Reregister device-token on app startup (#3660) Dylan Jeffers
[ddfa510] [C-2802] Move embed to client monorepo! (#3659) Raymond Jacobson
[6a2f008] Add Sentry error logging to Audius query C-2800 (#3656) nicoback2
[79213de] Add Amplitude events to new Write OAuth flows C-2801 (#3657) nicoback2
[6576ae4] Fix android chat message cut off at top (#3658) Reed
[160b325] [C-2677] Remix Settings Modal layout complete (#3647) Andrew Mendelsohn
[c01c022] [C-2790] Add private DogEar to desktop playlist cards (#3655) Dylan Jeffers
[50e8f4e] [PAY-1522][PAY-1451] Fix issues with DMs notification dot (#3649) Michael Piazza
[1658810] [PAY-1530] adds usdc feature flag and hooks for fetching it (#3645) Randy Schott
  • Loading branch information
dylanjeffers committed Jun 29, 2023
1 parent 886ef94 commit bd21819
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion apps/audius-client/lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["packages/*"],
"version": "1.5.30"
"version": "1.5.31"
}
2 changes: 1 addition & 1 deletion apps/audius-client/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 apps/audius-client/packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@audius/common",
"version": "1.5.30",
"version": "1.5.31",
"description": "Common utilities and store for web and mobile.",
"private": "true",
"author": "Audius",
Expand Down
2 changes: 1 addition & 1 deletion apps/audius-client/packages/embed/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 apps/audius-client/packages/embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embed",
"version": "1.5.30",
"version": "1.5.31",
"scripts": {
"dev": "preact watch --no-sw --template src/template.html",
"start:dev": "env-cmd -f .env.dev env-cmd -f .env.local npm run -s dev",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@audius/sdk": "3.0.3-beta.60",
"@audius/stems": "1.5.30",
"@audius/stems": "1.5.31",
"amplitude-js": "8.11.1",
"axios": "0.19.2",
"classnames": "2.2.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/audius-client/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 apps/audius-client/packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "audius-mobile-client",
"version": "1.5.30",
"version": "1.5.31",
"private": true,
"scripts": {
"jetifier": "jetifier",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@amplitude/react-native": "2.6.0",
"@audius/common": "1.5.30",
"@audius/common": "1.5.31",
"@audius/sdk": "3.0.3-beta.60",
"@fingerprintjs/fingerprintjs-pro-react-native": "2.0.0-test.2",
"@gorhom/portal": "1.0.9",
Expand Down Expand Up @@ -78,7 +78,7 @@
"@svgr/core": "5.5.0",
"@walletconnect/react-native-dapp": "1.8.0",
"array.prototype.flat": "1.2.5",
"audius-client": "1.5.30",
"audius-client": "1.5.31",
"big-integer": "1.6.51",
"bn.js": "5.2.0",
"bs58": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/audius-client/packages/stems/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 apps/audius-client/packages/stems/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@audius/stems",
"version": "1.5.30",
"version": "1.5.31",
"description": "The Audius React component library",
"author": "",
"license": "",
Expand Down
2 changes: 1 addition & 1 deletion apps/audius-client/packages/web/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 apps/audius-client/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.5.30",
"version": "1.5.31",
"private": true,
"scripts": {
"publish-scripts": "./scripts/publishScripts.sh",
Expand Down Expand Up @@ -53,9 +53,9 @@
"verify": "concurrently \"npm:typecheck\" \"npm:lint:fix\""
},
"dependencies": {
"@audius/common": "1.5.30",
"@audius/common": "1.5.31",
"@audius/sdk": "3.0.3-beta.60",
"@audius/stems": "1.5.30",
"@audius/stems": "1.5.31",
"@coinbase/cbpay-js": "1.2.0",
"@craco/craco": "7.0.0-alpha.3",
"@fingerprintjs/fingerprintjs-pro": "3.5.6",
Expand Down

0 comments on commit bd21819

Please sign in to comment.