Skip to content
Open
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: 0 additions & 5 deletions .changeset/fix-deeplink-trending-root.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-fan-club-locked-content.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/relay-rate-limit-auth.md

This file was deleted.

21 changes: 10 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @audius/common

## 1.5.77

### Patch Changes

- 7f7e0a6: Invalidate fan club feed and comment queries after coin swaps so locked content unlocks without requiring a page refresh
- Updated dependencies [4b53e87]
- @audius/sdk@15.1.1
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.76",
"version": "1.5.77",
"description": "Common utilities and store for web and mobile.",
"private": true,
"author": "Audius",
Expand Down
7 changes: 7 additions & 0 deletions packages/libs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @audius/sdk

## 6.0.27

### Patch Changes

- Updated dependencies [4b53e87]
- @audius/sdk@15.1.1

## 6.0.26

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/libs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@audius/sdk-legacy",
"version": "6.0.26",
"version": "6.0.27",
"audius": {
"releaseSHA": "f1d70a2a0643c5c84d8ab053f70c1e0a2ec3ad49"
},
Expand Down Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@audius/fixed-decimal": "0.2.1",
"@audius/hedgehog": "3.0.0-alpha.1",
"@audius/sdk": "15.1.0",
"@audius/sdk": "15.1.1",
"@audius/spl": "2.1.0",
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-class-static-block": "7.21.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @audius/mobile

## 1.5.175

### Patch Changes

- 8737f59: Fix deep links navigating through Feed tab instead of Trending (the actual root screen)
- Updated dependencies [7f7e0a6]
- Updated dependencies [4b53e87]
- @audius/common@1.5.77
- @audius/sdk@15.1.1
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.174",
"version": "1.5.175",
"private": true,
"scripts": {
"android:dev": "ENVFILE=.env.dev turbo run android -- --mode=prodDebug",
Expand Down
10 changes: 10 additions & 0 deletions packages/protocol-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @audius/protocol-dashboard

## 0.1.17

### Patch Changes

- Updated dependencies [7f7e0a6]
- Updated dependencies [4b53e87]
- @audius/common@1.5.77
- @audius/sdk@15.1.1
- @audius/sdk-legacy@6.0.27

## 0.1.16

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/protocol-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@audius/protocol-dashboard",
"version": "0.1.16",
"version": "0.1.17",
"private": true,
"type": "module",
"homepage": "./",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@apollo/client": "3.3.7",
"@audius/common": "*",
"@audius/harmony": "*",
"@audius/sdk": "15.1.0",
"@audius/sdk-legacy": "6.0.26",
"@audius/sdk": "15.1.1",
"@audius/sdk-legacy": "6.0.27",
"@audius/stems": "0.3.10",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @audius/sdk

## 15.1.1

### Patch Changes

- 4b53e87: Add Authorization header and API identification to relay calls to support proper rate limiting

## 15.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@audius/sdk",
"version": "15.1.0",
"version": "15.1.1",
"type": "module",
"audius": {
"releaseSHA": "f1d70a2a0643c5c84d8ab053f70c1e0a2ec3ad49"
Expand Down
6 changes: 6 additions & 0 deletions packages/sp-actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @audius/sp-actions

## 1.0.31

### Patch Changes

- @audius/sdk-legacy@6.0.27

## 1.0.30

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sp-actions/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@audius/sp-actions",
"version": "1.0.30",
"version": "1.0.31",
"description": "A utility for audius service providers to claim token rewards.",
"bin": {
"claim": "claim.js"
},
"author": "Audius",
"license": "Apache-2.0",
"dependencies": {
"@audius/sdk-legacy": "6.0.26",
"@audius/sdk-legacy": "6.0.27",
"@truffle/hdwallet-provider": "^1.2.2",
"axios": "^0.21.0",
"commander": "^6.2.1",
Expand Down