Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/remove-legacy-lineup-scaffolding.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@audius/common': patch
---

Remove the unused legacy lineup store module (`store/lineup`: `lineupActions`, `lineupReducer`, `lineupSelectors`, `LineupBaseActions`, `lineupRegistry`) from `@audius/common`. The lineup engine has been fully migrated to tan-query hooks plus the playback slice; these exports had no remaining consumers and were not wired into any store.
1 change: 0 additions & 1 deletion packages/common/src/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export * from './buy-usdc'
export * from './cache'
export * from './cast'
export * from './challenges'
export * from './lineup'
export * from './notifications'
export * from './pages'
export * from './playlist-library'
Expand Down
291 changes: 0 additions & 291 deletions packages/common/src/store/lineup/actions.ts

This file was deleted.

5 changes: 0 additions & 5 deletions packages/common/src/store/lineup/index.ts

This file was deleted.

Loading
Loading