Skip to content

Commit 9addf6a

Browse files
github-actions[bot]alexfreska
authored andcommitted
chore: release packages
1 parent 2fe6eb7 commit 9addf6a

37 files changed

+159
-104
lines changed

.changeset/fresh-actors-deny.md

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

.changeset/fresh-mice-sneeze.md

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

.changeset/late-points-learn.md

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

.changeset/lemon-carrots-judge.md

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

.changeset/polite-clouds-wink.md

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

.changeset/rich-rats-try.md

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

.changeset/shiny-pugs-punch.md

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

.changeset/smooth-hornets-fetch.md

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

.changeset/spicy-dots-wait.md

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

.changeset/spotty-moons-vanish.md

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

apps/explorer/CHANGELOG.md

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

3+
## 0.23.0
4+
5+
### Minor Changes
6+
7+
- cb550800: Refactor explorer faucet from formik to react-hook-form.
8+
- c78b0e9a: Use explored for host metrics.
9+
310
## 0.22.0
411

512
### 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.22.0",
4+
"version": "0.23.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.53.1
4+
5+
### Patch Changes
6+
7+
- 8c47e175: Contracts that have not been renewed from or two another contract no longer show the empty contract ID in the contract ID table cell. Closes https://github.com/SiaFoundation/hostd/issues/524
8+
39
## 0.53.0
410

511
### Minor 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.0",
4+
"version": "0.53.1",
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.70.0
4+
5+
### Minor Changes
6+
7+
- b04c20e4: The min account expiry and min price table validity configuration settings are now stored in milliseconds.
8+
9+
### Patch Changes
10+
11+
- 8c47e175: Contracts that have not been renewed from another contract no longer show the empty contract ID in the contract ID table cell.
12+
- 95f51d34: Fixed an issue where the first attempt to download a file would show a bucket not found error.
13+
314
## 0.69.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.69.0",
4+
"version": "0.70.0",
55
"private": true,
66
"license": "MIT"
77
}

libs/clusterd/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b04c20e4]
8+
- @siafoundation/units@3.3.0
9+
310
## 0.1.0
411

512
### Minor Changes

libs/clusterd/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@siafoundation/clusterd",
33
"description": "Methods controlling clusterd in e2e testing.",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"license": "MIT",
66
"private": true,
77
"dependencies": {
88
"@technically/lodash": "^4.17.0",
99
"axios": "^0.27.2",
1010
"@siafoundation/renterd-js": "0.12.0",
11-
"@siafoundation/units": "3.2.1",
11+
"@siafoundation/units": "3.3.0",
1212
"@siafoundation/hostd-js": "0.3.2",
1313
"@siafoundation/types": "0.7.0"
1414
},

libs/design-system/CHANGELOG.md

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

3+
## 4.14.0
4+
5+
### Minor Changes
6+
7+
- 71f03ca2: Add showFiat configurationField for FieldSiacoin.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [b04c20e4]
12+
- @siafoundation/units@3.3.0
13+
314
## 4.13.0
415

516
### Minor Changes

libs/design-system/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@siafoundation/design-system",
33
"description": "React-based design system used across Sia apps and websites.",
4-
"version": "4.13.0",
4+
"version": "4.14.0",
55
"license": "MIT",
66
"peerDependencies": {
77
"react": "^18.2.0"
88
},
99
"dependencies": {
1010
"@siafoundation/react-icons": "^0.3.0",
1111
"@siafoundation/react-core": "^1.5.0",
12-
"@siafoundation/units": "^3.2.1",
12+
"@siafoundation/units": "^3.3.0",
1313
"@siafoundation/types": "^0.7.0",
1414
"@siafoundation/next": "^0.1.3",
1515
"@radix-ui/react-visually-hidden": "^1.1.0",

libs/explored-js/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 292e6e23: Rename block metrics APIs.
8+
- 7a93acf1: Add hostMetrics API.
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [292e6e23]
13+
- Updated dependencies [7a93acf1]
14+
- @siafoundation/explored-types@0.10.0
15+
316
## 0.4.0
417

518
### Minor Changes

libs/explored-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/explored-js",
33
"description": "SDK for interacting with `explored`.",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"license": "MIT",
66
"dependencies": {
77
"@siafoundation/request": "0.2.0",
8-
"@siafoundation/explored-types": "0.9.0"
8+
"@siafoundation/explored-types": "0.10.0"
99
},
1010
"types": "./src/index.d.ts"
1111
}

libs/explored-react/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 292e6e23: Rename block metrics APIs.
8+
- 7a93acf1: Add hostMetrics API.
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [292e6e23]
13+
- Updated dependencies [7a93acf1]
14+
- @siafoundation/explored-types@0.10.0
15+
316
## 0.4.0
417

518
### Minor Changes

libs/explored-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@siafoundation/explored-react",
33
"description": "React hooks for interacting with `explored`.",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"license": "MIT",
66
"dependencies": {
77
"@siafoundation/react-core": "^1.5.0",
8-
"@siafoundation/explored-types": "0.9.0"
8+
"@siafoundation/explored-types": "0.10.0"
99
},
1010
"types": "./src/index.d.ts"
1111
}

libs/explored-types/CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- 292e6e23: Rename block metrics APIs.
8+
- 7a93acf1: Add hostMetrics API.
9+
310
## 0.9.0
411

512
### Minor Changes

libs/explored-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/explored-types",
33
"description": "Types for `explored`.",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"license": "MIT",
66
"dependencies": {
77
"@siafoundation/types": "^0.7.0"

libs/hostd-react/CHANGELOG.md

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

3+
## 4.4.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b04c20e4]
8+
- @siafoundation/units@3.3.0
9+
310
## 4.4.2
411

512
### Patch Changes

libs/hostd-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/hostd-react",
33
"description": "React hooks for interacting with `hostd`.",
4-
"version": "4.4.2",
4+
"version": "4.4.3",
55
"license": "MIT",
66
"dependencies": {
77
"swr": "^2.1.1",
88
"@siafoundation/react-core": "^1.4.0",
99
"@siafoundation/hostd-types": "0.4.1",
10-
"@siafoundation/units": "3.2.1"
10+
"@siafoundation/units": "3.3.0"
1111
},
1212
"types": "./src/index.d.ts"
1313
}

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.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b04c20e4]
8+
- @siafoundation/units@3.3.0
9+
310
## 4.13.0
411

512
### Minor Changes

libs/renterd-react/package.json

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

libs/units/CHANGELOG.md

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

3+
## 3.3.0
4+
5+
### Minor Changes
6+
7+
- b04c20e4: Add and remove time methods.
8+
39
## 3.2.1
410

511
### Patch Changes

libs/units/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@siafoundation/units",
33
"description": "Methods and types for interacting with the Sia Central API.",
4-
"version": "3.2.1",
4+
"version": "3.3.0",
55
"license": "MIT",
66
"dependencies": {
77
"bignumber.js": "^9.0.2",

libs/walletd-mock/CHANGELOG.md

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

3+
## 0.1.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b04c20e4]
8+
- @siafoundation/units@3.3.0
9+
310
## 0.1.11
411

512
### Patch Changes

libs/walletd-mock/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@siafoundation/walletd-mock",
33
"description": "walletd data and API mock library for testing.",
4-
"version": "0.1.11",
4+
"version": "0.1.12",
55
"license": "MIT",
66
"dependencies": {
77
"@siafoundation/types": "0.7.0",
88
"@siafoundation/sia-central-mock": "0.2.0",
9-
"@siafoundation/units": "3.2.1",
9+
"@siafoundation/units": "3.3.0",
1010
"playwright": "^1.42.1",
1111
"@siafoundation/walletd-types": "0.5.1"
1212
},

0 commit comments

Comments
 (0)