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] committed Jul 12, 2024
1 parent da676e6 commit 4da3ee4
Show file tree
Hide file tree
Showing 54 changed files with 231 additions and 170 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-pandas-look.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/calm-hounds-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-grapes-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-lies-knock.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/friendly-drinks-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-jeans-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-needles-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-seahorses-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-ties-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-icons-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-yaks-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-glasses-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-books-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-pears-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-balloons-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-avocados-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-phones-sparkle.md

This file was deleted.

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

## 0.57.0

### Minor Changes

- 3fdf6655: The contracts table can now be sorted on prunable size.
- 3fdf6655: The file stats no longer show reclaimable space. Closes https://github.com/SiaFoundation/renterd/issues/1247
- 3fdf6655: The contracts table now allows the user to check the prunable and expiring data size for a specific contract, across all contracts, or a filtered set of contracts. Prunable means data that the autopilot sector pruning feature would prune, expiring means prunable data outside of autopilot contracts that will likely eventually expire. Closes https://github.com/SiaFoundation/renterd/issues/1247
- 3fdf6655: The contracts contract set column tags now more clearly show whether a set is the autopilot set, default set, or both.
- 3fdf6655: All contract table financial columns now show a sum total across filtered contracts in the summary row.

## 0.56.1

### Patch 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.56.1",
"version": "0.57.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.22.3

### Patch Changes

- 24b47560: Fixed an issue where calculating the siacoin value for a transaction without relevant siacoin inputs would cause an error. Closes https://github.com/SiaFoundation/walletd/issues/150

## 0.22.2

### 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.22.2",
"version": "0.22.3",
"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.52.0

### Minor Changes

- 63f12c80: Software downloads now also list system requirements. Closes https://github.com/SiaFoundation/web/issues/553
- f8c68b07: The website download sections now prompt and link to the terms of service. Closes https://github.com/SiaFoundation/web/issues/548
- f8c68b07: The website now displays both desktop and terminal/daemon downloads. Closes https://github.com/SiaFoundation/web/issues/649 Closes https://github.com/SiaFoundation/web/issues/548

## 0.51.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.51.1",
"version": "0.52.0",
"private": true,
"license": "MIT"
}
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.4.0

### Minor Changes

- f8c68b07: Added methods for fetching the latest desktop app versions.

## 0.3.3

### Patch 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.3.3",
"version": "0.4.0",
"private": true,
"license": "MIT",
"dependencies": {
Expand Down
15 changes: 15 additions & 0 deletions libs/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 4.5.0

### Minor Changes

- 3fdf6655: The Table header now supports an optional sticky summary row. The row shows if at least one cell renders a summary value.

### Patch Changes

- f8c68b07: The Checkbox text label is now center aligned.
- 3fdf6655: useClientFilteredDataset now supports sorting undefined values.
- Updated dependencies [24b47560]
- Updated dependencies [3fdf6655]
- @siafoundation/types@0.4.0
- @siafoundation/units@3.0.3

## 4.4.0

### Minor 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,7 +1,7 @@
{
"name": "@siafoundation/design-system",
"description": "React-based design system used across Sia apps and websites.",
"version": "4.4.0",
"version": "4.5.0",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0",
Expand All @@ -10,8 +10,8 @@
"dependencies": {
"@siafoundation/react-icons": "^0.2.3",
"@siafoundation/react-core": "^1.2.0",
"@siafoundation/units": "^3.0.2",
"@siafoundation/types": "^0.3.0",
"@siafoundation/units": "^3.0.3",
"@siafoundation/types": "^0.4.0",
"@siafoundation/next": "^0.1.3",
"@siafoundation/sia-central-react": "^3.1.1",
"swr": "^2.1.1",
Expand Down
6 changes: 6 additions & 0 deletions libs/hostd-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/hostd-js

## 0.1.2

### Patch Changes

- @siafoundation/hostd-types@0.1.3

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/hostd-js/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@siafoundation/hostd-js",
"description": "SDK for interacting with `hostd`.",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"dependencies": {
"@siafoundation/request": "0.2.0",
"@siafoundation/hostd-types": "0.1.2"
"@siafoundation/hostd-types": "0.1.3"
},
"types": "./src/index.d.ts"
}
6 changes: 6 additions & 0 deletions libs/hostd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/hostd-react

## 4.2.2

### Patch Changes

- @siafoundation/hostd-types@0.1.3

## 4.2.1

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

## 0.1.3

### Patch Changes

- Updated dependencies [24b47560]
- @siafoundation/types@0.4.0

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/hostd-types/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@siafoundation/hostd-types",
"description": "Types for `hostd`.",
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "^0.3.0"
"@siafoundation/types": "^0.4.0"
},
"types": "./src/index.d.ts"
}
13 changes: 13 additions & 0 deletions libs/renterd-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @siafoundation/renterd-js

## 0.3.0

### Minor Changes

- 802e45c0: Added the contracts prunable API.
- 802e45c0: Added the contract size API.

### Patch Changes

- Updated dependencies [802e45c0]
- Updated dependencies [802e45c0]
- @siafoundation/renterd-types@0.3.0

## 0.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/renterd-js/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@siafoundation/renterd-js",
"description": "SDK for interacting with `renterd`.",
"version": "0.2.2",
"version": "0.3.0",
"license": "MIT",
"dependencies": {
"@siafoundation/renterd-types": "0.2.2",
"@siafoundation/renterd-types": "0.3.0",
"@siafoundation/request": "0.2.0",
"axios": "^0.27.2"
},
Expand Down
13 changes: 13 additions & 0 deletions libs/renterd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @siafoundation/renterd-react

## 4.3.0

### Minor Changes

- 802e45c0: Added the contracts prunable API.
- 802e45c0: Added the contract size API.

### Patch Changes

- Updated dependencies [802e45c0]
- Updated dependencies [802e45c0]
- @siafoundation/renterd-types@0.3.0

## 4.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/renterd-react/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@siafoundation/renterd-react",
"description": "React hooks for interacting with `renterd`.",
"version": "4.2.2",
"version": "4.3.0",
"license": "MIT",
"dependencies": {
"@technically/lodash": "^4.17.0",
"@siafoundation/react-core": "^1.2.1",
"swr": "^2.1.1",
"@siafoundation/renterd-types": "0.2.2"
"@siafoundation/renterd-types": "0.3.0"
},
"types": "./src/index.d.ts"
}
Loading

0 comments on commit 4da3ee4

Please sign in to comment.