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 15, 2024
1 parent 9277382 commit b69f454
Show file tree
Hide file tree
Showing 57 changed files with 231 additions and 198 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-maps-poke.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/curly-queens-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-kids-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-bobcats-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-carpets-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-dancers-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-papayas-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-waves-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-games-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-drinks-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-readers-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-zebras-impress.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/perfect-beds-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-nails-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-bears-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-horses-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-islands-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-kangaroos-nail.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/six-cougars-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-beans-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-papayas-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-windows-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-timers-fry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/swift-otters-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-ants-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-cooks-impress.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.49.0

### Minor Changes

- 9277382b: The cmd+k menu / command palette dialog now announces itself via assistive technology.

### Patch Changes

- 4cf6c8ea: Added explicit aria descriptions to some primary dialogs.

## 0.48.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.48.0",
"version": "0.49.0",
"private": true,
"license": "MIT"
}
13 changes: 13 additions & 0 deletions apps/renterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# renterd

## 0.65.0

### Minor Changes

- 9277382b: There is now an option to generate a metadata debug report for bug reporting purposes. It can be accessed from the sidenav and cmd+k menu. Closes https://github.com/SiaFoundation/renterd/issues/1119 Closes https://github.com/SiaFoundation/renterd/issues/1279
- 9277382b: The cmd+k menu / command palette dialog now announces itself via assistive technology.

### Patch Changes

- 1d1452d8: Fixed an issue where configured settings would show as blank when the Sia Central API (used for network averages) was down. Closes https://github.com/SiaFoundation/renterd/issues/1601
- 4cf6c8ea: Fixed an issue with the uploads list loading and empty states.
- 4cf6c8ea: Added explicit aria descriptions to some primary dialogs.

## 0.64.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.64.0",
"version": "0.65.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.1

### Patch Changes

- 4cf6c8ea: Fixed an issue where the app would try to fetch from an invalid URL when first initializing.

## 0.23.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.23.0",
"version": "0.23.1",
"private": true,
"license": "MIT"
}
8 changes: 8 additions & 0 deletions apps/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# website

## 0.55.1

### Patch Changes

- 4cf6c8ea: Added a max height and radius for hosts on the host map.
- 4cf6c8ea: Fixed hydration mismatch warnings related to the random selection of a host on the globe.
- 4cf6c8ea: Fixed a hydration mismatch warning related to the ThemeRadio in footer.

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

## 0.0.4

### Patch Changes

- @siafoundation/renterd-js@0.10.1

## 0.0.3

### 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.3",
"version": "0.0.4",
"license": "MIT",
"private": true,
"dependencies": {
"@technically/lodash": "^4.17.0",
"axios": "^0.27.2",
"@siafoundation/renterd-js": "0.10.0",
"@siafoundation/renterd-js": "0.10.1",
"@siafoundation/units": "3.2.0"
},
"types": "./src/index.d.ts"
Expand Down
21 changes: 21 additions & 0 deletions libs/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 4.10.0

### Minor Changes

- 4cf6c8ea: The Dialog now supports providing a title or description that is visually hidden but still announced by assistive technology.
- 5cf4f1ba: Upgraded radix libraries.
- 4cf6c8ea: Adjusted tooltip to only wrap content with Paragraph if prop is a string or React.Fragment.

### Patch Changes

- 4cf6c8ea: Fixed a warning caused by animation props being passed to non-animated graphs.
- 4cf6c8ea: Fixed a 1 pixel gap that would show between the top of the Table and its sticky header when scrolling.
- 4cf6c8ea: Fixed warnings caused by the Dialog description prop and aria-describedby.
- 1d1452d8: Fixed an issue where SiacoinField was depending on the siaCentral setting rather than the active exchange rate API.
- Updated dependencies [56974bbf]
- Updated dependencies [9277382b]
- Updated dependencies [56974bbf]
- Updated dependencies [56974bbf]
- @siafoundation/react-core@1.5.0
- @siafoundation/react-icons@0.3.0

## 4.9.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions libs/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@siafoundation/design-system",
"description": "React-based design system used across Sia apps and websites.",
"version": "4.9.1",
"version": "4.10.0",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0"
},
"dependencies": {
"@siafoundation/react-icons": "^0.2.3",
"@siafoundation/react-core": "^1.4.0",
"@siafoundation/react-icons": "^0.3.0",
"@siafoundation/react-core": "^1.5.0",
"@siafoundation/units": "^3.2.0",
"@siafoundation/types": "^0.6.0",
"@siafoundation/next": "^0.1.3",
Expand Down
14 changes: 14 additions & 0 deletions libs/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @siafoundation/e2e

## 0.1.0

### Minor Changes

- 8d0c92ab: Added new library for shared e2e testing fixtures and methods.

### Patch Changes

- Updated dependencies [56974bbf]
- Updated dependencies [56974bbf]
- Updated dependencies [56974bbf]
- @siafoundation/react-core@1.5.0
4 changes: 2 additions & 2 deletions libs/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@siafoundation/e2e",
"description": "Shared e2e testing code.",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@playwright/test": "^1.36.0",
"playwright": "^1.42.1",
"@siafoundation/react-core": "1.4.0"
"@siafoundation/react-core": "1.5.0"
},
"types": "./src/index.d.ts"
}
14 changes: 14 additions & 0 deletions libs/explored-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @siafoundation/explored-js

## 0.3.0

### Minor Changes

- 24ce33b9: Added contractionRevisions API.

### Patch Changes

- Updated dependencies [24ce33b9]
- Updated dependencies [866fc68d]
- Updated dependencies [9ba91ad7]
- Updated dependencies [411e378d]
- @siafoundation/explored-types@0.7.0

## 0.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/explored-js/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@siafoundation/explored-js",
"description": "SDK for interacting with `explored`.",
"version": "0.2.2",
"version": "0.3.0",
"license": "MIT",
"dependencies": {
"@siafoundation/request": "0.2.0",
"@siafoundation/explored-types": "0.6.0"
"@siafoundation/explored-types": "0.7.0"
},
"types": "./src/index.d.ts"
}
Loading

0 comments on commit b69f454

Please sign in to comment.