Skip to content

Commit 03f4e5d

Browse files
github-actions[bot]alexfreska
authored andcommitted
chore: release packages
1 parent 7ea4f55 commit 03f4e5d

32 files changed

+145
-93
lines changed

.changeset/blue-eagles-cheat.md

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

.changeset/brave-boats-burn.md

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

.changeset/olive-geckos-flash.md

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

.changeset/silver-ghosts-develop.md

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

.changeset/tricky-olives-smoke.md

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

.changeset/wet-hotels-rhyme.md

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

.changeset/young-humans-trade.md

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

apps/explorer/CHANGELOG.md

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

3+
## 0.32.0
4+
5+
### Minor Changes
6+
7+
- a8954b64: Added address-level summary of siacoin and siafund changes to the transaction page.
8+
- 82f8f9b1: The explorer now redirects requests with uppercase IDs to their lowercase equivalents.
9+
- 898bc649: Fixed block transaction list labeling and spacing during the allow height.
10+
- 7ea4f555: Added a hardfork version badge to the block, contract, and transaction pages.
11+
- b8caab8e: Fixed proof confirmed display on the contract page.
12+
313
## 0.31.0
414

515
### 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.31.0",
4+
"version": "0.32.0",
55
"private": true,
66
"license": "MIT"
77
}

libs/clusterd/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 8ce75907: Exported network version for use elsewhere.
8+
9+
### Patch Changes
10+
11+
- @siafoundation/units@3.4.3
12+
313
## 0.2.5
414

515
### Patch 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.2.5",
4+
"version": "0.3.0",
55
"license": "MIT",
66
"private": true,
77
"dependencies": {
88
"@technically/lodash": "^4.17.0",
99
"axios": "^0.27.2",
1010
"@siafoundation/renterd-js": "0.14.4",
11-
"@siafoundation/units": "3.4.2",
11+
"@siafoundation/units": "3.4.3",
1212
"@siafoundation/hostd-js": "0.5.3",
1313
"@siafoundation/types": "0.11.0"
1414
},

libs/design-system/CHANGELOG.md

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

3+
## 8.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [98c1eb3b]
8+
- @siafoundation/explored-types@0.18.0
9+
- @siafoundation/explored-react@0.7.2
10+
- @siafoundation/units@3.4.3
11+
312
## 7.0.0
413

514
### Patch Changes

libs/design-system/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@siafoundation/design-system",
33
"description": "React-based design system used across Sia apps and websites.",
4-
"version": "7.0.0",
4+
"version": "8.0.0",
55
"license": "MIT",
66
"peerDependencies": {
77
"react": "^18.2.0",
8-
"@siafoundation/explored-types": "0.17.0",
9-
"@siafoundation/explored-react": "0.7.1"
8+
"@siafoundation/explored-types": "0.18.0",
9+
"@siafoundation/explored-react": "0.7.2"
1010
},
1111
"dependencies": {
1212
"@siafoundation/react-icons": "^0.3.0",
1313
"@siafoundation/react-core": "^5.0.0",
14-
"@siafoundation/units": "^3.4.2",
14+
"@siafoundation/units": "^3.4.3",
1515
"@siafoundation/types": "^0.11.0",
1616
"@siafoundation/next": "^0.1.3",
1717
"@radix-ui/react-visually-hidden": "^1.1.0",

libs/e2e/CHANGELOG.md

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

3+
## 0.6.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [98c1eb3b]
8+
- @siafoundation/explored-types@0.18.0
9+
310
## 0.6.4
411

512
### Patch Changes

libs/e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@siafoundation/e2e",
33
"description": "Shared e2e testing code.",
4-
"version": "0.6.4",
4+
"version": "0.6.5",
55
"license": "MIT",
66
"dependencies": {
77
"@playwright/test": "^1.49.1",
88
"playwright": "^1.49.1",
99
"@siafoundation/react-core": "5.0.0",
10-
"@siafoundation/explored-types": "0.17.0"
10+
"@siafoundation/explored-types": "0.18.0"
1111
},
1212
"types": "./src/index.d.ts"
1313
}

libs/explored-js/CHANGELOG.md

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

3+
## 0.7.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [98c1eb3b]
8+
- @siafoundation/explored-types@0.18.0
9+
310
## 0.7.1
411

512
### Patch 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.7.1",
4+
"version": "0.7.2",
55
"license": "MIT",
66
"dependencies": {
77
"@siafoundation/request": "0.3.0",
8-
"@siafoundation/explored-types": "0.17.0"
8+
"@siafoundation/explored-types": "0.18.0"
99
},
1010
"types": "./src/index.d.ts"
1111
}

libs/explored-react/CHANGELOG.md

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

3+
## 0.7.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [98c1eb3b]
8+
- @siafoundation/explored-types@0.18.0
9+
310
## 0.7.1
411

512
### Patch 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.7.1",
4+
"version": "0.7.2",
55
"license": "MIT",
66
"dependencies": {
77
"@siafoundation/react-core": "^5.0.0",
8-
"@siafoundation/explored-types": "0.17.0"
8+
"@siafoundation/explored-types": "0.18.0"
99
},
1010
"types": "./src/index.d.ts"
1111
}

libs/explored-types/CHANGELOG.md

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

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- 98c1eb3b: Refactored ExplorerV2Transaction to match explored implementation.
8+
39
## 0.17.0
410

511
### 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.17.0",
4+
"version": "0.18.0",
55
"license": "MIT",
66
"dependencies": {
77
"@siafoundation/types": "^0.11.0"

libs/hostd-react/CHANGELOG.md

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

3+
## 4.6.4
4+
5+
### Patch Changes
6+
7+
- @siafoundation/units@3.4.3
8+
39
## 4.6.3
410

511
### 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.6.3",
4+
"version": "4.6.4",
55
"license": "MIT",
66
"dependencies": {
77
"swr": "^2.1.1",
88
"@siafoundation/react-core": "^5.0.0",
99
"@siafoundation/hostd-types": "0.9.0",
10-
"@siafoundation/units": "3.4.2"
10+
"@siafoundation/units": "3.4.3"
1111
},
1212
"types": "./src/index.d.ts"
1313
}

libs/renterd-react/CHANGELOG.md

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

3+
## 4.15.5
4+
5+
### Patch Changes
6+
7+
- @siafoundation/units@3.4.3
8+
39
## 4.15.4
410

511
### 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.15.4",
4+
"version": "4.15.5",
55
"license": "MIT",
66
"dependencies": {
77
"@siafoundation/react-core": "^5.0.0",
88
"swr": "^2.1.1",
99
"@siafoundation/renterd-types": "0.17.1",
10-
"@siafoundation/units": "3.4.2"
10+
"@siafoundation/units": "3.4.3"
1111
},
1212
"types": "./src/index.d.ts"
1313
}

libs/units/CHANGELOG.md

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

3+
## 3.4.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [98c1eb3b]
8+
- @siafoundation/explored-types@0.18.0
9+
310
## 3.4.2
411

512
### Patch Changes

libs/units/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@siafoundation/units",
33
"description": "Methods and types for interacting with the Sia Central API.",
4-
"version": "3.4.2",
4+
"version": "3.4.3",
55
"license": "MIT",
66
"dependencies": {
77
"bignumber.js": "^9.0.2",
88
"@technically/lodash": "^4.17.0",
99
"blakejs": "^1.2.1",
1010
"@siafoundation/types": "0.11.0",
11-
"@siafoundation/explored-types": "0.17.0"
11+
"@siafoundation/explored-types": "0.18.0"
1212
},
1313
"types": "./src/index.d.ts"
1414
}

libs/walletd-mock/CHANGELOG.md

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

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- @siafoundation/units@3.4.3
8+
39
## 0.2.4
410

511
### 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.2.4",
4+
"version": "0.2.5",
55
"license": "MIT",
66
"dependencies": {
77
"@siafoundation/types": "0.11.0",
88
"@siafoundation/sia-central-mock": "0.4.0",
9-
"@siafoundation/units": "3.4.2",
9+
"@siafoundation/units": "3.4.3",
1010
"playwright": "^1.49.1",
1111
"@siafoundation/walletd-types": "0.7.0"
1212
},

libs/walletd-react/CHANGELOG.md

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

3+
## 4.5.1
4+
5+
### Patch Changes
6+
7+
- @siafoundation/units@3.4.3
8+
39
## 4.5.0
410

511
### Minor Changes

libs/walletd-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/walletd-react",
33
"description": "React hooks for interacting with `walletd`.",
4-
"version": "4.5.0",
4+
"version": "4.5.1",
55
"license": "MIT",
66
"dependencies": {
77
"@siafoundation/react-core": "^5.0.0",
88
"swr": "^2.1.1",
99
"@siafoundation/walletd-types": "0.7.0",
10-
"@siafoundation/units": "3.4.2"
10+
"@siafoundation/units": "3.4.3"
1111
},
1212
"types": "./src/index.d.ts"
1313
}

0 commit comments

Comments
 (0)