Skip to content

Commit 39e35a9

Browse files
Version Packages (#13969)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @audius/sdk-legacy@6.0.25 ### Patch Changes - Updated dependencies [56dea87] - @audius/sdk@15.0.1 ## @audius/sdk@15.0.1 ### Patch Changes - 56dea87: Fix PKCE OAuth access token not being sent with Bearer prefix, and fix `getUser()` calling the wrong endpoint (`/oauth/me` → `/me`) ## @audius/sp-actions@1.0.29 ### Patch Changes - @audius/sdk-legacy@6.0.25 ## @audius/protocol-dashboard@0.1.15 ### Patch Changes - Updated dependencies [56dea87] - @audius/sdk@15.0.1 - @audius/sdk-legacy@6.0.25 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0afd787 commit 39e35a9

10 files changed

Lines changed: 43 additions & 21 deletions

File tree

.changeset/fix-sdk-oauth-bearer-prefix.md

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

package-lock.json

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

packages/libs/CHANGELOG.md

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

3+
## 6.0.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [56dea87]
8+
- @audius/sdk@15.0.1
9+
310
## 6.0.24
411

512
### Patch Changes

packages/libs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@audius/sdk-legacy",
3-
"version": "6.0.24",
3+
"version": "6.0.25",
44
"audius": {
55
"releaseSHA": "f1d70a2a0643c5c84d8ab053f70c1e0a2ec3ad49"
66
},
@@ -44,7 +44,7 @@
4444
"dependencies": {
4545
"@audius/fixed-decimal": "0.2.1",
4646
"@audius/hedgehog": "3.0.0-alpha.1",
47-
"@audius/sdk": "15.0.0",
47+
"@audius/sdk": "15.0.1",
4848
"@audius/spl": "2.1.0",
4949
"@babel/core": "^7.23.7",
5050
"@babel/plugin-proposal-class-static-block": "7.21.0",

packages/protocol-dashboard/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @audius/protocol-dashboard
22

3+
## 0.1.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [56dea87]
8+
- @audius/sdk@15.0.1
9+
- @audius/sdk-legacy@6.0.25
10+
311
## 0.1.14
412

513
### Patch Changes

packages/protocol-dashboard/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@audius/protocol-dashboard",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"private": true,
55
"type": "module",
66
"homepage": "./",
@@ -39,8 +39,8 @@
3939
"@apollo/client": "3.3.7",
4040
"@audius/common": "*",
4141
"@audius/harmony": "*",
42-
"@audius/sdk": "15.0.0",
43-
"@audius/sdk-legacy": "6.0.24",
42+
"@audius/sdk": "15.0.1",
43+
"@audius/sdk-legacy": "6.0.25",
4444
"@audius/stems": "0.3.10",
4545
"@emotion/react": "11.14.0",
4646
"@emotion/styled": "11.14.0",

packages/sdk/CHANGELOG.md

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

3+
## 15.0.1
4+
5+
### Patch Changes
6+
7+
- 56dea87: Fix PKCE OAuth access token not being sent with Bearer prefix, and fix `getUser()` calling the wrong endpoint (`/oauth/me``/me`)
8+
39
## 15.0.0
410

511
### Major Changes

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@audius/sdk",
3-
"version": "15.0.0",
3+
"version": "15.0.1",
44
"type": "module",
55
"audius": {
66
"releaseSHA": "f1d70a2a0643c5c84d8ab053f70c1e0a2ec3ad49"

packages/sp-actions/CHANGELOG.md

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

3+
## 1.0.29
4+
5+
### Patch Changes
6+
7+
- @audius/sdk-legacy@6.0.25
8+
39
## 1.0.28
410

511
### Patch Changes

packages/sp-actions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@audius/sp-actions",
3-
"version": "1.0.28",
3+
"version": "1.0.29",
44
"description": "A utility for audius service providers to claim token rewards.",
55
"bin": {
66
"claim": "claim.js"
77
},
88
"author": "Audius",
99
"license": "Apache-2.0",
1010
"dependencies": {
11-
"@audius/sdk-legacy": "6.0.24",
11+
"@audius/sdk-legacy": "6.0.25",
1212
"@truffle/hdwallet-provider": "^1.2.2",
1313
"axios": "^0.21.0",
1414
"commander": "^6.2.1",

0 commit comments

Comments
 (0)