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 Oct 30, 2024
1 parent be794d5 commit 675bd8f
Show file tree
Hide file tree
Showing 59 changed files with 176 additions and 199 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-camels-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-flies-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-dingos-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-games-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-toys-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-bananas-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-points-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-comics-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-zoos-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-kids-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-poets-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-pandas-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-candles-develop.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/mean-numbers-train.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/nice-lobsters-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-cougars-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-guests-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-terms-relax.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/selfish-parrots-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-apples-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-ways-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-tips-rescue.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smooth-buses-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-readers-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-cherries-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-jars-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-planets-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-dancers-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-seas-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-forks-unite.md

This file was deleted.

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

## 0.50.0

### Minor Changes

- 6c7e3681: The onboarding wizard now animates in and out.

### Patch Changes

- e9995c5d: The page layout is now persisted between page transitions.

## 0.49.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.49.0",
"version": "0.50.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.66.0

### Minor Changes

- 17b29cf3: Navigating into a directory in the file explorer is now by clicking on the directory name rather than anywhere on the row.
- 17b29cf3: The directory-based file explorer now supports multiselect across any files and directories.
- 6c7e3681: The key management table now supports multiselect and batch deletion.
- 17b29cf3: The "all files" file explorer now supports multiselect across any files.
- 17b29cf3: The "all files" file explorer multiselect menu now supports batch deletion of selected files.
- 6c7e3681: The onboarding wizard now animates in and out.
- ed264a0d: The transfers bar now animates in and out.
- 09142864: The keys table now has pagination controls.
- 17b29cf3: The directory-based file explorer multiselect menu now supports batch deletion of selected files and directories.

### Patch Changes

- b68271a1: Fixed an issue where the app was sending invalid autopilot evaluation requests before all the required data was entered by the user.
- e9995c5d: The page layout is now persisted between page transitions.

## 0.65.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.65.0",
"version": "0.66.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.23.2

### Patch Changes

- e9995c5d: The page layout is now persisted between page transitions.

## 0.23.1

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

## 0.56.0

### Minor Changes

- c72f8265: The software downloads now try to detect and autoselect the correct architecture on Linux via user-agent.
- 7fe865b6: The latest walletd and renterd releases no longer include prereleases.
- c72f8265: The desktop downloads now include AMD64 for macOS.

### Patch Changes

- 9ca477c7: Fixed an issue where the desktop download widget would not autoselect the correct OS download.

## 0.55.1

### Patch 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.55.1",
"version": "0.56.0",
"private": true,
"license": "MIT"
}
7 changes: 7 additions & 0 deletions libs/clusterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/clusterd

## 0.0.5

### Patch Changes

- Updated dependencies [ae5aeec9]
- @siafoundation/renterd-js@0.11.0

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/clusterd/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@siafoundation/clusterd",
"description": "Methods controlling clusterd in e2e testing.",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",
"private": true,
"dependencies": {
"@technically/lodash": "^4.17.0",
"axios": "^0.27.2",
"@siafoundation/renterd-js": "0.10.1",
"@siafoundation/renterd-js": "0.11.0",
"@siafoundation/units": "3.2.0"
},
"types": "./src/index.d.ts"
Expand Down
6 changes: 6 additions & 0 deletions libs/data-sources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.5.0

### Minor Changes

- 7fe865b6: The latest walletd and renterd releases no longer include prereleases.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/data-sources/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/data-sources",
"description": "Data sources used for stats on the website.",
"version": "0.4.0",
"version": "0.5.0",
"private": true,
"license": "MIT",
"dependencies": {
Expand Down
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

## 4.11.0

### Minor Changes

- d891861b: Checkbox now supports an indeterminate state.
- d891861b: Added useMultiSelect hook that tracks multiselect state. It supports selection, shift-selecting for ranges, deselection, and works across pagination.
- ed264a0d: Added dockedControls to AppAuthedLayout.
- d891861b: Added MultiSelectMenu. The component can be used along with useMultiSelect for batch menus.
- 09142864: Table row data now supports an isSelected prop.
- d891861b: Checkbox light mode background color is now white.
- d891861b: Table column sort icons are now chevrons to differentiate from context menus which often use carets.
- 57744734: Adjusted the size of the siacoin and fiat values in the wallet balance tooltip breakdown.
- d891861b: Table now supports custom column heading components.

## 4.10.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": "4.10.0",
"version": "4.11.0",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0"
Expand Down
8 changes: 8 additions & 0 deletions libs/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @siafoundation/e2e

## 0.2.0

### Minor Changes

- 6c7e3681: Add getTextInputValueByName method.
- 6c7e3681: Add toggleColumnVisibility view preferences method.
- be794d55: Refactored all fixtures into boxed steps.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/e2e",
"description": "Shared e2e testing code.",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"dependencies": {
"@playwright/test": "^1.36.0",
Expand Down
Loading

0 comments on commit 675bd8f

Please sign in to comment.