Skip to content

Commit 3b54b2e

Browse files
github-actions[bot]alexfreska
authored andcommitted
chore: release packages
1 parent c7ac767 commit 3b54b2e

30 files changed

+119
-85
lines changed

.changeset/fifty-apples-juggle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/itchy-shoes-lick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nice-walls-glow.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/polite-doors-do.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sharp-ears-tell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silent-dolls-arrive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silver-pants-deliver.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slow-roses-hide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thick-geckos-laugh.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/explorer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# explorer
22

3+
## 0.24.0
4+
5+
### Minor Changes
6+
7+
- cbcc6e60: Add host and block metrics error logging to home page.
8+
- cbcc6e60: Remove bytes logging from home page.
9+
- 61b3dd89: Added previous and next block navigation to blocks page.
10+
311
## 0.23.0
412

513
### Minor Changes

apps/explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "explorer",
33
"description": "The `explorer` user interface, a Sia blockchain explorer interface that powers siascan.com.",
4-
"version": "0.23.0",
4+
"version": "0.24.0",
55
"private": true,
66
"license": "MIT"
77
}

apps/hostd/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# hostd
22

3+
## 0.54.0
4+
5+
### Minor Changes
6+
7+
- a9cfe409: The address configuration setting now expects only the hostname without a port. Closes https://github.com/SiaFoundation/hostd/issues/536
8+
39
## 0.53.1
410

511
### Patch Changes

apps/hostd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hostd",
33
"description": "The `hostd` user interface, dedicated to hosting related functionality.",
4-
"version": "0.53.1",
4+
"version": "0.54.0",
55
"private": true,
66
"license": "MIT"
77
}

apps/renterd/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# renterd
22

3+
## 0.71.0
4+
5+
### Minor Changes
6+
7+
- 5b09ae3a: The host and contracts multi-select menus both now include an option to rescan the selected hosts.
8+
9+
### Patch Changes
10+
11+
- 31f3e4dc: Fixed an issue where selecting the entire page of files would select the parent navigation row.
12+
- c7ac7678: Fixed an issue with the copy file metadata action in the file context menu.
13+
314
## 0.70.0
415

516
### Minor Changes

apps/renterd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "renterd",
33
"description": "The `renterd` user interface, dedicated to renter related functionality.",
4-
"version": "0.70.0",
4+
"version": "0.71.0",
55
"private": true,
66
"license": "MIT"
77
}

libs/clusterd/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @siafoundation/clusterd
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2fe6eb79]
8+
- @siafoundation/hostd-js@0.4.0
9+
- @siafoundation/renterd-js@0.12.1
10+
311
## 0.1.1
412

513
### Patch Changes

libs/clusterd/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@siafoundation/clusterd",
33
"description": "Methods controlling clusterd in e2e testing.",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"license": "MIT",
66
"private": true,
77
"dependencies": {
88
"@technically/lodash": "^4.17.0",
99
"axios": "^0.27.2",
10-
"@siafoundation/renterd-js": "0.12.0",
10+
"@siafoundation/renterd-js": "0.12.1",
1111
"@siafoundation/units": "3.3.0",
12-
"@siafoundation/hostd-js": "0.3.2",
12+
"@siafoundation/hostd-js": "0.4.0",
1313
"@siafoundation/types": "0.7.0"
1414
},
1515
"types": "./src/index.d.ts"

libs/hostd-js/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @siafoundation/hostd-js
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 2fe6eb79: Remove logs search API.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [2fe6eb79]
12+
- @siafoundation/hostd-types@0.5.0
13+
314
## 0.3.2
415

516
### Patch Changes

libs/hostd-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@siafoundation/hostd-js",
33
"description": "SDK for interacting with `hostd`.",
4-
"version": "0.3.2",
4+
"version": "0.4.0",
55
"license": "MIT",
66
"dependencies": {
77
"@siafoundation/request": "0.2.0",
8-
"@siafoundation/hostd-types": "0.4.1"
8+
"@siafoundation/hostd-types": "0.5.0"
99
},
1010
"types": "./src/index.d.ts"
1111
}

libs/hostd-react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @siafoundation/hostd-react
22

3+
## 4.5.0
4+
5+
### Minor Changes
6+
7+
- 2fe6eb79: Remove logs search API.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [2fe6eb79]
12+
- @siafoundation/hostd-types@0.5.0
13+
314
## 4.4.3
415

516
### Patch Changes

libs/hostd-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@siafoundation/hostd-react",
33
"description": "React hooks for interacting with `hostd`.",
4-
"version": "4.4.3",
4+
"version": "4.5.0",
55
"license": "MIT",
66
"dependencies": {
77
"swr": "^2.1.1",
88
"@siafoundation/react-core": "^1.4.0",
9-
"@siafoundation/hostd-types": "0.4.1",
9+
"@siafoundation/hostd-types": "0.5.0",
1010
"@siafoundation/units": "3.3.0"
1111
},
1212
"types": "./src/index.d.ts"

libs/hostd-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @siafoundation/hostd-types
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 2fe6eb79: Remove logs search API.
8+
39
## 0.4.1
410

511
### Patch Changes

libs/hostd-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@siafoundation/hostd-types",
33
"description": "Types for `hostd`.",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"license": "MIT",
66
"dependencies": {
77
"@siafoundation/types": "^0.7.0"

libs/renterd-js/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @siafoundation/renterd-js
22

3+
## 0.12.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c7ac7678]
8+
- @siafoundation/renterd-types@0.14.0
9+
310
## 0.12.0
411

512
### Minor Changes

libs/renterd-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@siafoundation/renterd-js",
33
"description": "SDK for interacting with `renterd`.",
4-
"version": "0.12.0",
4+
"version": "0.12.1",
55
"license": "MIT",
66
"dependencies": {
7-
"@siafoundation/renterd-types": "0.13.0",
7+
"@siafoundation/renterd-types": "0.14.0",
88
"@siafoundation/request": "0.2.0"
99
},
1010
"types": "./src/index.d.ts"

libs/renterd-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @siafoundation/renterd-react
22

3+
## 4.13.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c7ac7678]
8+
- @siafoundation/renterd-types@0.14.0
9+
310
## 4.13.1
411

512
### Patch Changes

libs/renterd-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@siafoundation/renterd-react",
33
"description": "React hooks for interacting with `renterd`.",
4-
"version": "4.13.1",
4+
"version": "4.13.2",
55
"license": "MIT",
66
"dependencies": {
77
"@technically/lodash": "^4.17.0",
88
"@siafoundation/react-core": "^1.5.0",
99
"swr": "^2.1.1",
10-
"@siafoundation/renterd-types": "0.13.0",
10+
"@siafoundation/renterd-types": "0.14.0",
1111
"@siafoundation/units": "3.3.0"
1212
},
1313
"types": "./src/index.d.ts"

libs/renterd-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @siafoundation/renterd-types
22

3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- c7ac7678: The object response has been updated in v2.
8+
39
## 0.13.0
410

511
### Minor Changes

libs/renterd-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@siafoundation/renterd-types",
33
"description": "Types for `renterd`.",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"license": "MIT",
66
"dependencies": {
77
"@siafoundation/types": "^0.7.0",

0 commit comments

Comments
 (0)