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

Commit

Permalink
v1.5.36
Browse files Browse the repository at this point in the history
[f9e1380] Add DirectMessages Banner and Update All Banners (#3851) Marcus Pasell
[e523d39] [PAY-1692] Rewrite 'Share to DMs' using less stateful logic (#3852) Marcus Pasell
[af62892] [C-2675][C-2692] Add multi track navigation sidebar and form controls (#3847) Andrew Mendelsohn
[ee38400] Fix send audio flow (#3850) Reed
[bd1752b] Update SDK to latest 3.0.3-beta.109 (#3849) nicoback2
[6988a03] Add npm run clean script (#3846) Reed
[68bd638] DMs: Web: Don't nav back when clicking outside the modal (#3844) Marcus Pasell
[1f7d7d0] Add prepare step to dapp-store ci flow (#3841) Raymond Jacobson
[6c87efd] [Harmony] Add SelectablePill to Harmony PAY-1654 (#3803) nicoback2
[69fbfb3] [PAY-1688] Mobile: Share track, collection to DMs (#3840) Marcus Pasell
[f2f9717] Disable upload redesign (#3842) Andrew Mendelsohn
[9671c06] Update dapp-store build artifacts audius-infra
[77b4030] Update dapp-store build artifacts audius-infra
[baedc13] Fix dapp store deployment (#3829) Raymond Jacobson
[bcb5137] [C-2907] Add contextual-menu, refactor release-date-field (#3836) Dylan Jeffers
[df90566] [PAY-1687] Web: Share tracks, playlists, and albums via Direct Message (#3828) Marcus Pasell
[ec16cc3] Upgrade sdk to beta.105 to fix rewards claiming (#3839) Dylan Jeffers
[270cc2f] [C-2923] Fix toasts in modal screens (#3838) Dylan Jeffers
[18616df] Add cypress upload test for subgenre (#3833) Raymond Jacobson
[8a76f7c] [PAY-1685] Wire up stripe UI for USDC purchase in mobile (#3837) Reed
[6337949] Fix broken track upload for electronic subgenres on mobile (#3835) nicoback2
[f643695] Fix tag input (#3832) Andrew Mendelsohn
[5da8e8f] Update userbank function usage to pass config object (#3823) Randy Schott
[8a5419d] Update dapp-store build artifacts audius-infra
[6284c14] [C-2857] Revert remove get blocknumber (#3802)" (#3826) Dylan Jeffers
[6a54b3a] [C-2742] Multi-track form pagination (#3818) Andrew Mendelsohn
[65471a1] Bump mobile versions for client v1.5.35 full app release (#3827) nicoback2
[6c88515] Revert "Add purchased + reposted tracks to library PAY-1633  (#3820)" (#3825) nicoback2
[8dc4c8a] Add purchased + reposted tracks to library PAY-1633  (#3820) nicoback2
[5ddf078] Update SDK version + ActivityFull type (#3819) nicoback2
[c643b8a] Use audius-query in USDC Purchase Drawer (#3822) Reed
[a119db1] Update bootstrap nodes (#3821) Theo Ilie
[d2630a8] [PAY-1589] Wire up Stripe Onramp in mobile (#3814) Reed
  • Loading branch information
audius-infra committed Aug 5, 2023
1 parent f9e1380 commit bb99113
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 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.5.35"
"version": "1.5.36"
}
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.5.35",
"version": "1.5.36",
"description": "Common utilities and store for web and mobile.",
"private": "true",
"author": "Audius",
Expand Down
2 changes: 1 addition & 1 deletion 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 packages/embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embed",
"version": "1.5.35",
"version": "1.5.36",
"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.109",
"@audius/stems": "1.5.35",
"@audius/stems": "1.5.36",
"amplitude-js": "8.11.1",
"axios": "0.19.2",
"classnames": "2.2.6",
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.5.35",
"version": "1.5.36",
"private": true,
"scripts": {
"jetifier": "jetifier",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@amplitude/react-native": "2.6.0",
"@audius/common": "1.5.35",
"@audius/common": "1.5.36",
"@audius/sdk": "3.0.3-beta.109",
"@fingerprintjs/fingerprintjs-pro-react-native": "2.0.0-test.2",
"@gorhom/portal": "1.0.9",
Expand Down Expand Up @@ -81,7 +81,7 @@
"@svgr/core": "5.5.0",
"@walletconnect/react-native-dapp": "1.8.0",
"array.prototype.flat": "1.2.5",
"audius-client": "1.5.35",
"audius-client": "1.5.36",
"big-integer": "1.6.51",
"bn.js": "5.2.0",
"bs58": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/probers/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/probers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "probers",
"version": "1.5.35",
"version": "1.5.36",
"description": "Automated client tests",
"scripts": {
"cypress:open": "cypress open",
Expand Down
2 changes: 1 addition & 1 deletion 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 packages/stems/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@audius/stems",
"version": "1.5.35",
"version": "1.5.36",
"description": "The Audius React component library",
"author": "",
"license": "",
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.

6 changes: 3 additions & 3 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.5.35",
"version": "1.5.36",
"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.35",
"@audius/common": "1.5.36",
"@audius/sdk": "3.0.3-beta.109",
"@audius/stems": "1.5.35",
"@audius/stems": "1.5.36",
"@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 bb99113

Please sign in to comment.