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 21, 2024
1 parent 1afac60 commit a5f82f8
Show file tree
Hide file tree
Showing 26 changed files with 69 additions and 83 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-walls-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-coats-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-rockets-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-ads-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-ducks-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-suns-rush.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rare-pots-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-vans-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-yaks-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-ears-refuse.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tough-llamas-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-dragons-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-sloths-breathe.md

This file was deleted.

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

## 0.38.0

### Minor Changes

- 4506593d: Integrity check alert sector data will now update when there is an ongoing integrity check.
- 4506593d: All app data will now refresh more frequently.
- c98f1941: The node profile details now include uptime. Closes https://github.com/SiaFoundation/hostd/issues/92

### Patch Changes

- fdcfcb6d: The bandwidth settings for egress and ingress now have clearer descriptions.
- bbbe56a8: The contract timeline labels have been darkened to increase contrast and readability.

## 0.37.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.37.0",
"version": "0.38.0",
"private": true,
"license": "MIT"
}
16 changes: 16 additions & 0 deletions apps/renterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# renterd

## 0.46.0

### Minor Changes

- 035f90e9: The host context menu now has an option to reset the lost sector count.
- c98f1941: The node profile details now include uptime.
- 1afac605: File explorer navigation actions now retain the active explorer mode.
- 4506593d: All app data will now refresh more frequently.
- 1afac605: The selected file explorer mode is now persisted between sessions.

### Patch Changes

- 1afac605: The file breadcrumb nav now shows the root as "Buckets".
- bbbe56a8: The contract timeline labels have been darkened to increase contrast and readability.
- 1afac605: The explorer mode switcher button is now disabled when viewing buckets. Closes https://github.com/SiaFoundation/renterd/issues/973

## 0.45.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.45.0",
"version": "0.46.0",
"private": true,
"license": "MIT"
}
6 changes: 6 additions & 0 deletions apps/walletd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# walletd

## 0.17.0

### Minor Changes

- 4506593d: All app data will now refresh more frequently.

## 0.16.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/walletd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "walletd",
"description": "The `walletd` user interface, includes a wallet with support for hot, cold, and hardware wallets.",
"version": "0.16.0",
"version": "0.17.0",
"private": true,
"license": "MIT"
}
8 changes: 8 additions & 0 deletions libs/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 3.0.0

### Patch Changes

- bbbe56a8: The contract timeline labels have been darkened to increase contrast and readability.
- Updated dependencies [ea9c20d2]
- @siafoundation/units@2.1.0

## 2.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@siafoundation/design-system",
"description": "React-based design system used across Sia apps and websites",
"version": "2.2.0",
"version": "3.0.0",
"license": "MIT",
"peerDependencies": {
"@siafoundation/react-icons": "^0.2.3",
"@siafoundation/react-core": "^1.0.3",
"@siafoundation/units": "^2.0.3",
"@siafoundation/units": "^2.1.0",
"@siafoundation/types": "^0.1.3",
"@siafoundation/next": "^0.1.3",
"@siafoundation/react-sia-central": "^2.0.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

## 2.2.0

### Minor Changes

- 035f90e9: Add useHostResetLostSectorCount.

## 2.1.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": "2.1.0",
"version": "2.2.0",
"license": "MIT",
"peerDependencies": {
"@siafoundation/react-core": "^1.0.3",
Expand Down
6 changes: 6 additions & 0 deletions libs/units/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/units

## 2.1.0

### Minor Changes

- ea9c20d2: humanTime now supports up to days and long and abbreviated formatting.

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/units/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/units",
"description": "Methods and types for interacting with the Sia Central API.",
"version": "2.0.3",
"version": "2.1.0",
"license": "MIT",
"peerDependencies": {
"@siafoundation/sia-central": "^0.3.3",
Expand Down
14 changes: 7 additions & 7 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 a5f82f8

Please sign in to comment.