Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #11113

Merged
merged 1 commit into from
Jan 31, 2025
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: 0 additions & 5 deletions .changeset/curvy-tigers-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-mangos-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-ducks-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-bees-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-bears-judge.md

This file was deleted.

12 changes: 6 additions & 6 deletions package-lock.json

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

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

## 0.3.4

### Patch Changes

- e5ba305: Fixes png imports by base64 encoding them.

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/harmony/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@audius/harmony",
"version": "0.3.3",
"version": "0.3.4",
"description": "The Audius Design System",
"license": "ISC",
"author": "Audius",
Expand Down
10 changes: 10 additions & 0 deletions packages/libs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @audius/sdk

## 6.0.5

### Patch Changes

- Updated dependencies [bb81005]
- Updated dependencies [b5f90c3]
- Updated dependencies [1452686]
- Updated dependencies [7e0f238]
- @audius/[email protected]

## 6.0.4

### 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.4",
"version": "6.0.5",
"audius": {
"releaseSHA": "f1d70a2a0643c5c84d8ab053f70c1e0a2ec3ad49"
},
Expand Down Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@audius/fixed-decimal": "0.1.1",
"@audius/hedgehog": "3.0.0-alpha.1",
"@audius/sdk": "8.0.0",
"@audius/sdk": "8.0.1",
"@audius/spl": "2.0.1",
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-class-static-block": "7.21.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @audius/sdk

## 8.0.1

### Patch Changes

- bb81005: Add decorator of AudiusWalletClient to exports, increase signature header expiry
- b5f90c3: Make CreateAlbumSchema coverArt optional
- 1452686: Add support for allowAiAttribution when creating a user
- 7e0f238: Update bootstrap config

## 8.0.0

### Major 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": "8.0.0",
"version": "8.0.1",
"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.9

### Patch Changes

- @audius/[email protected]

## 1.0.8

### 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.8",
"version": "1.0.9",
"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.4",
"@audius/sdk-legacy": "6.0.5",
"@truffle/hdwallet-provider": "^1.2.2",
"axios": "^0.21.0",
"commander": "^6.2.1",
Expand Down