Skip to content

Commit 735e296

Browse files
Version Packages
1 parent 5a20b85 commit 735e296

10 files changed

Lines changed: 19 additions & 30 deletions

.changeset/fix-bottom-bar-clipping.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-explore-album-sections-tab.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-mobile-dark-mode-loading.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/honor-request-desktop-site.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/migrate-sagas-to-tan-query.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package-lock.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mobile/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
### Patch Changes
66

7+
- 5a20b85: Fix bottom tab bar color clipping after the comment drawer opens. The drawer rendered a white overlay over the bottom safe area to color the gap below its footer, but it was kept mounted after dismissal and covered the tab bar's surface1 padding, leaving a visible color seam at the bottom. The overlay now only renders while the drawer is visible.
8+
- 76ef0bb: Restrict the Top Albums This Month, New Album Releases, and Best Selling Albums sections on the Explore page to the Albums tab only, matching web behavior.
9+
- af63712: Fix initial dark mode load on the mobile app: with theme set to Auto and the system in dark mode, the app launched in light and only flipped after backgrounding. Also fix SelectablePill components keeping the previous palette's colors after a theme flip.
10+
- 432167f: Migrate seven legacy redux-saga packages to tan-query hooks (recovery-email, change-password, playlist-updates, search-users-modal, dashboard-page, cache/tracks, recommendation, and the dead search-ai-bar). Mobile-facing changes: AccountSettings now uses `useResendRecoveryEmail`, ChatUserListScreen uses `useSearchUsersModal` infinite query, track edit/delete flows go through `useUpdateTrack`/`useDeleteTrack` hooks instead of the saga + confirmer queue.
11+
12+
## 1.5.180
13+
14+
### Patch Changes
15+
716
- 44dba8d: Automatically follow an artist when a user successfully purchases their artist coin
817
- ab85f43: Fix Explore page tracks to queue as a lineup so pressing next plays the next track in the section
918
- be98c72: Fix mobile contest detail header backdrop staying on the light theme after the system/app theme flips. The title, submissions-due block, countdown, and hosted-by row now re-theme alongside the rest of the screen.

packages/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@audius/mobile",
3-
"version": "1.5.179",
3+
"version": "1.5.180",
44
"private": true,
55
"scripts": {
66
"android:dev": "ENVFILE=.env.dev turbo run android -- --mode=prodDebug",

packages/web/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @audius/web
22

3+
## 1.5.180
4+
5+
### Patch Changes
6+
7+
- 4cf2bee: Honor "Request Desktop Site" on mobile browsers: when a mobile browser flips its User-Agent to a desktop one (via the browser's "Request Desktop Site" toggle, or iPadOS Safari's default Mac UA), serve the desktop web app instead of the mobile experience.
8+
39
## 1.5.170
410

511
### Patch Changes

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"productName": "Audius",
44
"description": "The Audius web client reference implementation",
55
"author": "Audius",
6-
"version": "1.5.179",
6+
"version": "1.5.180",
77
"private": true,
88
"scripts": {
99
"DEV & BUILD========================================": "",

0 commit comments

Comments
 (0)