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 Apr 3, 2024
1 parent 1f5d343 commit 5ad1e5f
Show file tree
Hide file tree
Showing 51 changed files with 198 additions and 178 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-icons-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-buses-exercise.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/cuddly-tomatoes-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-ligers-melt.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-rats-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-donkeys-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-suits-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-radios-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-brooms-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-cows-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-peas-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-falcons-rhyme.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/honest-nails-laugh.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-carpets-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-pumpkins-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-wolves-build.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/ninety-donkeys-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-moose-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-carrots-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-ways-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-dolls-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-cougars-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-points-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-mirrors-smell.md

This file was deleted.

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

## 0.14.0

### Minor Changes

- 5bafe41e: The explorer now features a host revenue calculator tool.
- 1f5d3436: Toast notifications can now be dismissed. Closes https://github.com/SiaFoundation/web/issues/542

## 0.13.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.13.0",
"version": "0.14.0",
"private": true,
"license": "MIT"
}
11 changes: 11 additions & 0 deletions apps/hostd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# hostd

## 0.40.0

### Minor Changes

- 1f5d3436: Toast notifications can now be dismissed. Closes https://github.com/SiaFoundation/web/issues/542
- 1053c506: Context menus now all use a caret icon.

### Patch Changes

- c5e00b05: The configuration panel is now centered on larger screens. Closes https://github.com/SiaFoundation/web/issues/543

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

## 0.50.0

### Minor Changes

- 1f5d3436: Toast notifications can now be dismissed. Closes https://github.com/SiaFoundation/web/issues/542
- 1053c506: Account alerts now feature an accounts context menu with the option to reset account drift. Closes https://github.com/SiaFoundation/web/issues/524
- 1053c506: Context menus now all use a caret icon.
- 1053c506: The contract set change alert data fields are now displayed as one field that shows additions and removals for each contract in one timeline.
- afc6f047: The lost sector alert now shows the number of lost sectors. Closes https://github.com/SiaFoundation/renterd/issues/1080
- 3a1b3d4f: Removed the min max collateral configuration setting. Closes https://github.com/SiaFoundation/renterd/issues/1079
- 1053c506: Alert table row cell content is now aligned to the top of each row.

### Patch Changes

- 9fdea398: Fixed an issue where the max RPC price configuration would round decimal values to 0. Closes https://github.com/SiaFoundation/renterd/issues/1050
- 1053c506: Fixed an issue where the alerts list would trigger an excessive number of API calls to fetch contract and host metadata.
- 58a4d3e8: Fixed a typo in the alerts empty state. Closes https://github.com/SiaFoundation/web/issues/567
- c5e00b05: The configuration panel is now centered on larger screens. Closes https://github.com/SiaFoundation/web/issues/543

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

## 0.18.0

### Minor Changes

- 1f5d3436: Toast notifications can now be dismissed. Closes https://github.com/SiaFoundation/web/issues/542
- e2b8f950: The UI now uses the new daemon endpoints and changes. Closes https://github.com/SiaFoundation/walletd/issues/73
- 8bdf8ee2: Full unlockConditions are now saved in address metadata.
- 8bdf8ee2: Seeds are now hashed and cached as mnemonic rather than entropy.
- 8bdf8ee2: walletd now uses the SDK for wallet and address generation, transaction signing, and all other Sia operations. Closes https://github.com/SiaFoundation/walletd/issues/73
- 1053c506: Context menus now all use a caret icon.

## 0.17.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.17.0",
"version": "0.18.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.1

### Patch Changes

- fa3f89ed: Fixed an issue where the host map could not refresh its data.

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

## 4.0.0

### Minor Changes

- 1f5d3436: Toasts can not be dismissed and now use separate title and body props.
- 1053c506: Table now has row specific cell class name props that do not apply to the table header.

### Patch Changes

- Updated dependencies [e2b8f950]
- @siafoundation/types@0.2.0

## 3.1.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,13 +1,13 @@
{
"name": "@siafoundation/design-system",
"description": "React-based design system used across Sia apps and websites",
"version": "3.1.0",
"version": "4.0.0",
"license": "MIT",
"peerDependencies": {
"@siafoundation/react-icons": "^0.2.3",
"@siafoundation/react-core": "^1.1.0",
"@siafoundation/units": "^3.0.0",
"@siafoundation/types": "^0.1.3",
"@siafoundation/types": "^0.2.0",
"@siafoundation/next": "^0.1.3",
"@siafoundation/react-sia-central": "^3.0.0",
"react": "^18.2.0",
Expand Down
10 changes: 10 additions & 0 deletions libs/mock-walletd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @siafoundation/mock-walletd

## 0.0.1

### Patch Changes

- Updated dependencies [e2b8f950]
- Updated dependencies [e2b8f950]
- @siafoundation/types@0.2.0
- @siafoundation/react-walletd@4.0.0
6 changes: 3 additions & 3 deletions libs/mock-walletd/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@siafoundation/mock-walletd",
"description": "walletd data and API mock library for testing.",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "0.1.3",
"@siafoundation/react-walletd": "3.0.0",
"@siafoundation/types": "0.2.0",
"@siafoundation/react-walletd": "4.0.0",
"@siafoundation/units": "3.0.0",
"playwright": "^1.42.1",
"@siafoundation/mock-sia-central": "0.0.0"
Expand Down
7 changes: 7 additions & 0 deletions libs/react-hostd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/react-hostd

## 4.0.0

### Patch Changes

- Updated dependencies [e2b8f950]
- @siafoundation/types@0.2.0

## 3.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/react-hostd/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@siafoundation/react-hostd",
"description": " React hooks for interacting with `hostd`.",
"version": "3.0.0",
"version": "4.0.0",
"license": "MIT",
"peerDependencies": {
"swr": "^2.1.1",
"@siafoundation/react-core": "^1.1.0",
"@siafoundation/types": "^0.1.3"
"@siafoundation/types": "^0.2.0"
},
"types": "./src/index.d.ts"
}
11 changes: 11 additions & 0 deletions libs/react-renterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @siafoundation/react-renterd

## 4.0.0

### Minor Changes

- 1053c506: Added useAccountResetDrift.

### Patch Changes

- Updated dependencies [e2b8f950]
- @siafoundation/types@0.2.0

## 3.1.0

### Minor Changes
Expand Down
Loading

0 comments on commit 5ad1e5f

Please sign in to comment.