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 Dec 1, 2023
1 parent 40419ce commit 1dc7114
Show file tree
Hide file tree
Showing 41 changed files with 88 additions and 139 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-toes-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-plants-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-sheep-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-beds-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-birds-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-owls-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-bags-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-drinks-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-walls-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-penguins-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-ladybugs-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-rats-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-rings-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-ways-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-bulldogs-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-clouds-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-fishes-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-dancers-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-tables-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-pillows-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-kiwis-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-ducks-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-glasses-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-peas-vanish.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.28.0

### Minor Changes

- 1f858150: Revenue metrics no longer show negative potential on the bar graph.
- 1f858150: Metrics no longer include registry related data.
- f74dc260: Wallet transactions are now paginated.
- 1f858150: Earned revenue stat cards are now clearly labeled as earned.

## 0.27.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.27.0",
"version": "0.28.0",
"private": true,
"license": "MIT"
}
17 changes: 17 additions & 0 deletions apps/renterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# renterd

## 0.34.0

### Minor Changes

- 57339114: The file stats overall health now uses the min health reported by the object stats endpoint.
- 63aef996: Wallet transactions are now paginated.
- 56aece36: Files can now be sorted by name and health, ascending or descending.
- 40419ce8: File uploads are now disabled if the blockchain is not fully synced.
- eae7d2f7: File warnings are now a simple warning icon next to the stats and are explained in a popover.
- eae7d2f7: Selecting a file search result now navigates to the directory and applies a file name filter.
- eae7d2f7: The bucket empty state now has a button for navigating back to the buckets list.
- eae7d2f7: Files in the current directory can now be filtered.

### Patch Changes

- f57ac167: Fixed an issue where the filtered contract count was being used in the onboarding checks.

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

## 0.14.0

### Minor Changes

- f3b50183: The send siacoin and siafund features now support specifying custom change and claim addresses.
- ccf9e177: Ledger wallets now support sending siafunds.
- ccf9e177: Seed wallets now support sending siafunds.
- ccf9e177: Event balances are now calculated with only relevant transaction components.
- ccf9e177: The ledger generate addresses dialog now shows a close action if no new addresses have been generated.

## 0.13.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.13.0",
"version": "0.14.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.46.0

### Minor Changes

- 5a5fb05e: The website now includes routes for downloading the latest binaries.

## 0.45.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.45.0",
"version": "0.46.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.61.0

### Minor Changes

- f74dc260: EntityList props refactored.

## 0.60.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.60.0",
"version": "0.61.0",
"license": "MIT",
"dependencies": {
"@siafoundation/react-icons": "^0.1.0",
Expand Down
8 changes: 8 additions & 0 deletions libs/react-renterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @siafoundation/react-renterd

## 0.11.0

### Minor Changes

- eae7d2f7: useObjectDirectory now supports prefix filtering.
- 56aece36: useObjectDirectory now supports sortBy and sortDir.
- 57339114: useObjectStats now includes minHealth.

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

## 0.3.0

### Minor Changes

- ccf9e177: Refactor types to match latest core changes.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/react-walletd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/react-walletd",
"description": " React hooks for interacting with `walletd`.",
"version": "0.2.1",
"version": "0.3.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.3

### Patch Changes

- Updated dependencies [f74dc260]
- @siafoundation/design-system@0.61.0

## 0.1.2

### 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.2",
"version": "0.1.3",
"license": "MIT",
"dependencies": {
"@siafoundation/design-system": "^0.60.0",
"@siafoundation/design-system": "^0.61.0",
"@siafoundation/sia-central": "^0.1.0",
"bignumber.js": "^9.0.2",
"@siafoundation/sia-js": "^0.11.0",
Expand Down
Loading

0 comments on commit 1dc7114

Please sign in to comment.