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] authored and alexfreska committed Nov 20, 2023
1 parent 5958be2 commit f3f9940
Show file tree
Hide file tree
Showing 27 changed files with 70 additions and 104 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-coins-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-cats-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-games-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-laws-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-melons-jump.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/mighty-jokes-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-pots-deny.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quick-forks-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-cars-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-suns-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-ligers-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-yaks-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-actors-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-cooks-pump.md

This file was deleted.

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

## 0.27.0

### Minor Changes

- 2003a885: The revenue graph is now a bar stack, much more clearly showing earned vs potential revenue.
- 2003a885: The metrics graphs now show a y-axis.
- b72ef30f: Currency display can now be configured to siacoin, fiat, or both along with a preference for when only one can be displayed.
- 5308806e: App preferences no longer list unused GPU setting.

## 0.26.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.26.0",
"version": "0.27.0",
"private": true,
"license": "MIT"
}
14 changes: 14 additions & 0 deletions apps/renterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# renterd

## 0.33.0

### Minor Changes

- 5958be26: The configuration now has zen-specific suggested/default values for number of contract hosts and shard values.
- 69a696ca: The bucket context menu now allows you to edit the bucket policy and toggle the read access between public and private.
- f0403c7e: The simple configuration mode now shows download and upload estimates and pricing.
- b72ef30f: Currency display can now be configured to siacoin, fiat, or both along with a preference for when only one can be displayed.
- d34b0a4f: Fixed an issue with file search where selecting a file would navigate to the path without the bucket.
- 1af82db8: The configuration now includes a setting for a migration surcharge multiplier which allows you to set a factor for increasing the max download price when trying to repair critically low health sectors.
- f0403c7e: The contract count shown in onboarding will update more quickly as it now includes pending contracts.
- f3e8cfe9: The contracts table now includes a column for state that shows: pending, active, complete, or failed.
- 141a7e44: The contract list now updates after a contract is deleted.

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

## 0.13.0

### Minor Changes

- b72ef30f: Currency display can now be configured to siacoin, fiat, or both along with a preference for when only one can be displayed.
- 5308806e: App preferences no longer list unused GPU setting.

## 0.12.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.12.0",
"version": "0.13.0",
"private": true,
"license": "MIT"
}
6 changes: 6 additions & 0 deletions libs/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.60.0

### Minor Changes

- 2003a885: The ChartXY API has been refactored.

## 0.59.0

### Minor 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": "0.59.0",
"version": "0.60.0",
"license": "MIT",
"dependencies": {
"@siafoundation/react-icons": "^0.1.0",
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

## 0.10.0

### Minor Changes

- 800c47d1: Add useBucket and useBucketPolicyUpdate.

## 0.9.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": "0.9.0",
"version": "0.10.0",
"license": "MIT",
"dependencies": {
"@siafoundation/react-core": "^0.15.0",
Expand Down
7 changes: 7 additions & 0 deletions libs/units/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/units

## 0.1.2

### Patch Changes

- Updated dependencies [2003a885]
- @siafoundation/design-system@0.60.0

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/units/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@siafoundation/units",
"description": "Methods and types for interacting with the Sia Central API.",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"dependencies": {
"@siafoundation/design-system": "^0.59.0",
"@siafoundation/design-system": "^0.60.0",
"@siafoundation/sia-central": "^0.1.0",
"bignumber.js": "^9.0.2",
"@siafoundation/sia-js": "^0.11.0",
Expand Down
38 changes: 14 additions & 24 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 f3f9940

Please sign in to comment.