Skip to content

Commit

Permalink
v1.5.37
Browse files Browse the repository at this point in the history
[3436c20] [PAY-1701] Fix "Share to DMs" to work through InboxUnavailableModal (#3874) Marcus Pasell
[a740243] Add sdk:update-hotfix (#3875) Dylan Jeffers
[a25fd19] [C-2759] Make donation link external (#3872) Dylan Jeffers
[15f056c] [PAY-1630] Wire up purchase content sagas (#3834) Randy Schott
[998d44b] Fix mobile crash on drawer dismiss (#3871) Reed
[7d0e0b3] [PAY-1430] "Leaving Audius" Warning for External Links (and createModal helper) (#3860) Marcus Pasell
[bee8bd1] Remove .only on upload cypress test (#3869) Raymond Jacobson
[4c0b25f] [C-2926] Implement selected values for upload contextual menu fields (#3848) Dylan Jeffers
[5773578] Preserve CIDs for track and collection cover arts (#3866) Marcus Pasell
[be0d278] [C-2930] Fix extra space after username in tip to unlock modal (#3845) nicoback2
[f5320be] QA-588 Fix collection card profile link  (#3853) nicoback2
[360416e] Fix broken playlist fetch via resolve (#3863) Raymond Jacobson
[2dc2c29] [PAY-1695] DMs: Entrypoint Analytics (#3862) Marcus Pasell
[f80d366] Minor improvements to SEO flow merged in #3859 (#3861) Raymond Jacobson
[b99d62f] Add nodes to env for SEO support (#3859) Raymond Jacobson
[20476ee] [C-2941] Modify cloudflare worker to pull in SEO data from discovery nodes (#3858) Raymond Jacobson
[7f79830] [C-2879] Add validation to single track upload flow (#3855) Kyle Shanks
[6f4fc89] [C-2940] Update google analytics tags and fix embed build (#3856) Raymond Jacobson
[3469c89] [C-2852 PLAT-1094 PLAT-1093] Add fetch collection by permalink (#3751) Dylan Jeffers
  • Loading branch information
audius-infra committed Aug 12, 2023
1 parent 1aa9219 commit a15d125
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 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.36"
"version": "1.5.37"
}
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.36",
"version": "1.5.37",
"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.36",
"version": "1.5.37",
"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",
"@audius/stems": "1.5.36",
"@audius/stems": "1.5.37",
"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.36",
"version": "1.5.37",
"private": true,
"scripts": {
"jetifier": "jetifier",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@amplitude/react-native": "2.6.0",
"@audius/common": "1.5.36",
"@audius/common": "1.5.37",
"@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.36",
"audius-client": "1.5.37",
"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/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 apps/audius-client/packages/probers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "probers",
"version": "1.5.36",
"version": "1.5.37",
"description": "Automated client tests",
"scripts": {
"cypress:open": "cypress open",
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.36",
"version": "1.5.37",
"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.36",
"version": "1.5.37",
"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.36",
"@audius/common": "1.5.37",
"@audius/sdk": "3.0.3-beta.109",
"@audius/stems": "1.5.36",
"@audius/stems": "1.5.37",
"@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 a15d125

Please sign in to comment.