Skip to content

Commit

Permalink
chore: release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 29, 2024
1 parent dddc110 commit 8296271
Show file tree
Hide file tree
Showing 36 changed files with 75 additions and 129 deletions.
6 changes: 0 additions & 6 deletions .changeset/cold-fireants-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-garlics-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-peas-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-nails-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-dolphins-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-geese-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-cheetahs-travel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mighty-ghosts-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-toes-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-roses-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-pens-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-crabs-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-kangaroos-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-terms-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-ducks-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-apricots-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-bags-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-fishes-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-wolves-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-rocks-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-snakes-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-ducks-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-tips-raise.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# explorer

## 0.13.0

### Minor Changes

- 4fa7d882: Update title and description on manifest, og images, and generated metadata.

### Patch Changes

- 4ed40994: Add detailed labels to contract proof outputs explaining what each output is for.

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "explorer",
"description": "The `explorer` user interface, a Sia blockchain explorer interface that powers siascan.com.",
"version": "0.12.0",
"version": "0.13.0",
"private": true,
"license": "MIT"
}
7 changes: 7 additions & 0 deletions apps/hostd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hostd

## 0.39.0

### Minor Changes

- d4fcadf8: Siacoin metric cards now show the dynamic units with two decimal places. Closes https://github.com/SiaFoundation/hostd/issues/217
- 805f32e0: All graphs now remember any chart configuration that the user has selected.

## 0.38.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/hostd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hostd",
"description": "The `hostd` user interface, dedicated to hosting related functionality.",
"version": "0.38.0",
"version": "0.39.0",
"private": true,
"license": "MIT"
}
20 changes: 20 additions & 0 deletions apps/renterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# renterd

## 0.47.0

### Minor Changes

- 5994c4e0: File uploads now use multipart uploads. Closes https://github.com/SiaFoundation/renterd/issues/975
- d20d0637: The browser now warns the user if they have active uploads and try to close the tab.
- 805f32e0: All graphs now remember any chart configuration that the user has selected.
- 9deee11e: Buckets now have a third view for viewing all active uploads, both local and from other sessions.
- 5994c4e0: File uploads now have a max concurrency and get queued.
- dddc110a: Alerts now support pagination. Closes https://github.com/SiaFoundation/renterd/issues/1001 Closes https://github.com/SiaFoundation/renterd/issues/862
- 9deee11e: Remote file uploads can now be aborted from the uploads explorer. Closes https://github.com/SiaFoundation/web/issues/429
- 2d6a9c77: Storage and upload price settings no longer default to or have the option to include redundancy. The price with the configured redundancy is now always shown below.
- 9deee11e: The transfers bar now only lists downloads and shows two buttons with one navigating to the new uploads list.
- dddc110a: Alerts now support the accumulated churn alert. Closes https://github.com/SiaFoundation/renterd/issues/1005
- dddc110a: Alerts now have a dedicated tab with a larger area for display and navigation.

### Patch Changes

- 984ed75a: Fixed an issue where hovering over the file health information would crash the app. Closes https://github.com/SiaFoundation/renterd/issues/997

## 0.46.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/renterd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "renterd",
"description": "The `renterd` user interface, dedicated to renter related functionality.",
"version": "0.46.0",
"version": "0.47.0",
"private": true,
"license": "MIT"
}
6 changes: 6 additions & 0 deletions apps/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# website

## 0.49.0

### Minor Changes

- 7ef30999: The website now includes the contact email in the footer.

## 0.48.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "website",
"description": "The main sia.tech website with information on the Sia project and the Sia Foundation.",
"version": "0.48.0",
"version": "0.49.0",
"private": true,
"license": "MIT"
}
14 changes: 14 additions & 0 deletions libs/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 3.1.0

### Minor Changes

- dddc110a: Added a rowSize auto variant to Table.
- dddc110a: Added a custom contextMenu prop to ValueCopyable.
- dddc110a: Added a subtle variant to Panel.
- 805f32e0: ChartXY now remembers any chart configuration that the user has selected per unique chart.

### Patch Changes

- 4fa7d882: Add use client / RSC support to Table.
- 4ed40994: Fix flex layout and add a title tooltip to EntityListItem.

## 3.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/design-system",
"description": "React-based design system used across Sia apps and websites",
"version": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"peerDependencies": {
"@siafoundation/react-icons": "^0.2.3",
Expand Down
6 changes: 6 additions & 0 deletions libs/react-renterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/react-renterd

## 3.1.0

### Minor Changes

- 2190046c: Add useMultipartUploadCreate, useMultipartUploadComplete, useMultipartUploadAbort, useMultipartUploadAddPart, useMultipartUploadChunk, useMultipartUploadListUploads, useMultipartUploadListParts.

## 3.0.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/react-renterd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/react-renterd",
"description": " React hooks for interacting with `renterd`.",
"version": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"peerDependencies": {
"@siafoundation/react-core": "^1.1.0",
Expand Down
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.

0 comments on commit 8296271

Please sign in to comment.