Skip to content

Commit

Permalink
Audius Client (Web and Mobile) v1.5.125 (#11582)
Browse files Browse the repository at this point in the history
[41279da] [PAY-3992] Improve suggested follows loading (#11543) Raymond Jacobson
[2791db8] [PAY-3699] Show upload chip if you have deleted all your tracks (#11518) Raymond Jacobson
[2b2b1db] Hotfix advanced search filters not working (#11554) JD Francis
[3abf343] Fix useDeleteTrack, sagas,  and confirmation modal (#11553) Andrew Mendelsohn
[42323a7] [C-5826] Add combineQueryStatuses helper (#11551) Dylan Jeffers
[5c389a4] [C-5759] DeleteTrack to tan-query (#11510) Andrew Mendelsohn
[00cc46f] Fix now playing artwork visualizer button (#11540) Dylan Jeffers
[3a26024] Revert "[PAY-3865] Don't deeplink on android oauth" (#11549) Farid Salau
[073188c] Fix now playing jitter and nav icon spacing in mobile web (#11548) Raymond Jacobson
[fe74995] Add breakpoint on rewards banner (#11547) Farid Salau
[830eefb] Update collectibles modal UI (#11544) Dylan Jeffers
[713f9bf] Use paper component (#11539) Farid Salau
[6cbb273] Make banner closer to figma (#11537) Farid Salau
[e964d98] Fix embed node polyfills and clean up deps (#11535) Randy Schott
[e9f96fc] Fix banner on mobile web (#11534) Farid Salau
[cb9e17a] [PAY-3782] Update reward banners (#11533) Farid Salau
[1c24bec] Search pagination (#11458) Steve Perkins
[f50c813] [QA-2003] Fix overflow menu share (#11524) Dylan Jeffers
[8e859a7] [C-5804] Improve notification panel ui (#11488) Dylan Jeffers
[b796369] [C-5821] Recent comments final QA (#11514) Dylan Jeffers
[1ec2871] Remove unused notification data fields from sdk (#11515) Randy Schott
[b2cf065] Revert "[C-5204] Fix android comment input clipping (#11386)" (#11513) Dylan Jeffers
[ae7c5c6] [C-5820] Update trending rewards modal UI (#11504) Dylan Jeffers
[f0f3867] [PAY-3947] Fix challenge error UI (#11507) Reed
[d898567] [PAY-3983] Fix missing status label on reward panels (#11506) Reed
[327e915] Enable stage AAO plugin config (#11502) Isaac Solo
[315cb3d] [PAY-3985] More misc first weekly comment challenge UI fixes (#11503) Reed
[09c6315] Misc first weekly comment challenge fixes (#11501) Reed
[e0320a3] fix max width for flex page container (#11500) Randy Schott
[2ccc863] Update trending modal header (#11498) Farid Salau
[1ec0e29] Fix first comment status label (#11496) Reed
[1d29d3d] Add some challenge icons back (#11495) Reed
[c200c7a] Fix trending page (#11494) Farid Salau
[57f296a] Update trending copy and challenge config (#11493) Farid Salau
[f4ee993] [C-5738] favoriteTrack and unfavoriteTrack to tan-query (#11431) Andrew Mendelsohn
[69e690f] [PAY-3975] First weekly comment mobile UI (#11489) Reed
  • Loading branch information
dylanjeffers authored Mar 11, 2025
1 parent c93f09b commit b231754
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.5.124",
"version": "1.5.125",
"workspaces": [
"packages/*",
"packages/discovery-provider/plugins/pedalboard/apps/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ android {
// versionCode is automatically incremented in CI
versionCode 1
// Make sure this is above the currently released Android version in the play store if your changes touch native code:
versionName "1.1.472"
versionName "1.1.473"
resValue "string", "build_config_package", "co.audius.app"
resValue 'string', "CODE_PUSH_APK_BUILD_TIME", String.format("\"%d\"", System.currentTimeMillis())
resConfigs "en"
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/ios/AudiusReactNative/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.141</string>
<string>1.1.142</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@audius/mobile",
"version": "1.5.124",
"version": "1.5.125",
"private": true,
"scripts": {
"android:dev": "ENVFILE=.env.dev turbo run android -- --mode=prodDebug",
Expand Down
2 changes: 1 addition & 1 deletion 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 web client reference implementation",
"author": "Audius",
"version": "1.5.124",
"version": "1.5.125",
"private": true,
"scripts": {
"DEV & BUILD========================================": "",
Expand Down

0 comments on commit b231754

Please sign in to comment.