Skip to content

Commit ce98af2

Browse files
Version Packages (#13757)
Manually created version packages pr to trigger workflow to release Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dc1b30a commit ce98af2

10 files changed

Lines changed: 52 additions & 38 deletions

File tree

.changeset/breezy-humans-sip.md

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

.changeset/purple-suns-reflect.md

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

.changeset/young-dryers-grab.md

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

package-lock.json

Lines changed: 5 additions & 5 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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @audius/sdk
22

3+
## 6.0.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [825a39d]
8+
- Updated dependencies [0129871]
9+
- Updated dependencies [e376ade]
10+
- @audius/sdk@13.0.0
11+
312
## 6.0.17
413

514
### 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.17",
3+
"version": "6.0.18",
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": "12.0.1",
47+
"@audius/sdk": "13.0.0",
4848
"@audius/spl": "2.1.0",
4949
"@babel/core": "^7.23.7",
5050
"@babel/plugin-proposal-class-static-block": "7.21.0",

packages/sdk/CHANGELOG.md

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

3+
## 13.0.0
4+
5+
### Major Changes
6+
7+
- 0129871: Rewrite write endpoints
8+
9+
Write endpoints have gone an entire overhaul, and now will call the API conditionally to handle writes on behalf of apps if the EntityManager service is not initialized. In order to support this, and moving towards having this be the default path moving forward, the signatures for the writes have all changed to align with the autogenerated code from the API schema of the API write endpoints.
10+
11+
Non-exhaustive list of changes (see updated dev docs post release for complete breakdown of methods):
12+
13+
- Creating albums and playlists no longer lets you pass in track IDs separately. They must be part of the `playlistContents`
14+
- No more `advancedOptions` in order to match the required schema for the write endpoints in API. For now there's no replacement. Reach out if you desire these abilities again.
15+
- Most write method parameters now have top level `userId` and (if applicable) entity id (eg. `playlistId` for `updatePlaylist`) and a `metadata` field, to mirror the autogenerated code which separates the request path/query params and body. CommentsAPI for example has been affected greatly by this.
16+
- `updateUserProfile` is now `updateUser`
17+
- `addTrackToPlaylist`, `removeTrackToPlaylist` etc should _not_ be used going forward.
18+
- `updateCoinRequest` is now `metadata` in `updateCoin` method parameters.
19+
- USDC access gates for stream/download conditions now have splits formatted as a list with elements `user_id` and `percentage`
20+
- Authentication can now be done via a Bearer token when using the API routes
21+
22+
### Minor Changes
23+
24+
- 825a39d: Support bearer token initialization
25+
26+
### Patch Changes
27+
28+
- e376ade: Add/update user should use CID for photo/cover art
29+
330
## 12.0.1
431

532
### Patch 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": "12.0.1",
3+
"version": "13.0.0",
44
"audius": {
55
"releaseSHA": "f1d70a2a0643c5c84d8ab053f70c1e0a2ec3ad49"
66
},

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.22
4+
5+
### Patch Changes
6+
7+
- @audius/sdk-legacy@6.0.18
8+
39
## 1.0.21
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.21",
3+
"version": "1.0.22",
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.17",
11+
"@audius/sdk-legacy": "6.0.18",
1212
"@truffle/hdwallet-provider": "^1.2.2",
1313
"axios": "^0.21.0",
1414
"commander": "^6.2.1",

0 commit comments

Comments
 (0)