Skip to content

Commit ce1545b

Browse files
chore: release packages
1 parent b95e34d commit ce1545b

31 files changed

+159
-82
lines changed

.changeset/dry-socks-build.md

-7
This file was deleted.

.changeset/lazy-scissors-happen.md

-5
This file was deleted.

.changeset/stupid-rivers-sing.md

-5
This file was deleted.

.changeset/twelve-swans-wait.md

-5
This file was deleted.

apps/explorer/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# explorer
22

3+
## 0.30.0
4+
5+
### Minor Changes
6+
7+
- f7d32b13: The explorer now shows specific syncing and indexing warnings.
8+
39
## 0.29.0
410

511
### Minor Changes

apps/explorer/package.json

+1-1
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.29.0",
4+
"version": "0.30.0",
55
"private": true,
66
"license": "MIT"
77
}

apps/website/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# website
22

3+
## 0.57.1
4+
5+
### Patch Changes
6+
7+
- 04e98e04: Fixed the map when zero hosts are found.
8+
39
## 0.57.0
410

511
### Minor Changes

apps/website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "website",
33
"description": "The main sia.tech website with information on the Sia project and the Sia Foundation.",
4-
"version": "0.57.0",
4+
"version": "0.57.1",
55
"private": true,
66
"license": "MIT"
77
}

libs/clusterd/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @siafoundation/clusterd
22

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

511
### Patch Changes

libs/clusterd/package.json

+2-2
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.3",
4+
"version": "0.2.4",
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.2",
11-
"@siafoundation/units": "3.4.0",
11+
"@siafoundation/units": "3.4.1",
1212
"@siafoundation/hostd-js": "0.5.1",
1313
"@siafoundation/types": "0.10.0"
1414
},

libs/design-system/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 6.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b95e34d7]
8+
- Updated dependencies [05b0b5b4]
9+
- @siafoundation/explored-react@0.7.0
10+
- @siafoundation/explored-types@0.16.0
11+
- @siafoundation/units@3.4.1
12+
313
## 5.0.1
414

515
### Patch Changes

libs/design-system/package.json

+4-4
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": "5.0.1",
4+
"version": "6.0.0",
55
"license": "MIT",
66
"peerDependencies": {
77
"react": "^18.2.0",
8-
"@siafoundation/explored-types": "0.15.0",
9-
"@siafoundation/explored-react": "0.6.3"
8+
"@siafoundation/explored-types": "0.16.0",
9+
"@siafoundation/explored-react": "0.7.0"
1010
},
1111
"dependencies": {
1212
"@siafoundation/react-icons": "^0.3.0",
1313
"@siafoundation/react-core": "^4.0.0",
14-
"@siafoundation/units": "^3.4.0",
14+
"@siafoundation/units": "^3.4.1",
1515
"@siafoundation/types": "^0.10.0",
1616
"@siafoundation/next": "^0.1.3",
1717
"@radix-ui/react-visually-hidden": "^1.1.0",

libs/e2e/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @siafoundation/e2e
22

3+
## 0.6.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b95e34d7]
8+
- Updated dependencies [05b0b5b4]
9+
- @siafoundation/explored-types@0.16.0
10+
311
## 0.6.2
412

513
### Patch Changes

libs/e2e/package.json

+2-2
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.2",
4+
"version": "0.6.3",
55
"license": "MIT",
66
"dependencies": {
77
"@playwright/test": "^1.49.1",
88
"playwright": "^1.49.1",
99
"@siafoundation/react-core": "4.0.0",
10-
"@siafoundation/explored-types": "0.15.0"
10+
"@siafoundation/explored-types": "0.16.0"
1111
},
1212
"types": "./src/index.d.ts"
1313
}

libs/explored-js/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @siafoundation/explored-js
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- b95e34d7: Added explorerTip API.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [b95e34d7]
12+
- Updated dependencies [05b0b5b4]
13+
- @siafoundation/explored-types@0.16.0
14+
315
## 0.6.3
416

517
### Patch Changes

libs/explored-js/package.json

+2-2
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.6.3",
4+
"version": "0.7.0",
55
"license": "MIT",
66
"dependencies": {
77
"@siafoundation/request": "0.2.0",
8-
"@siafoundation/explored-types": "0.15.0"
8+
"@siafoundation/explored-types": "0.16.0"
99
},
1010
"types": "./src/index.d.ts"
1111
}

libs/explored-react/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @siafoundation/explored-react
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- b95e34d7: Added explorerTip API.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [b95e34d7]
12+
- Updated dependencies [05b0b5b4]
13+
- @siafoundation/explored-types@0.16.0
14+
315
## 0.6.3
416

517
### Patch Changes

libs/explored-react/package.json

+2-2
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.6.3",
4+
"version": "0.7.0",
55
"license": "MIT",
66
"dependencies": {
77
"@siafoundation/react-core": "^4.0.0",
8-
"@siafoundation/explored-types": "0.15.0"
8+
"@siafoundation/explored-types": "0.16.0"
99
},
1010
"types": "./src/index.d.ts"
1111
}

libs/explored-types/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @siafoundation/explored-types
22

3+
## 0.16.0
4+
5+
### Minor Changes
6+
7+
- b95e34d7: Added explorerTip API.
8+
- 05b0b5b4: Updated to new hostByPubkey URL.
9+
310
## 0.15.0
411

512
### Minor Changes

libs/explored-types/package.json

+1-1
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.15.0",
4+
"version": "0.16.0",
55
"license": "MIT",
66
"dependencies": {
77
"@siafoundation/types": "^0.10.0"

libs/hostd-react/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @siafoundation/hostd-react
22

3+
## 4.6.2
4+
5+
### Patch Changes
6+
7+
- @siafoundation/units@3.4.1
8+
39
## 4.6.1
410

511
### Patch Changes

libs/hostd-react/package.json

+2-2
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.1",
4+
"version": "4.6.2",
55
"license": "MIT",
66
"dependencies": {
77
"swr": "^2.1.1",
88
"@siafoundation/react-core": "^4.0.0",
99
"@siafoundation/hostd-types": "0.8.0",
10-
"@siafoundation/units": "3.4.0"
10+
"@siafoundation/units": "3.4.1"
1111
},
1212
"types": "./src/index.d.ts"
1313
}

libs/renterd-react/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @siafoundation/renterd-react
22

3+
## 4.15.3
4+
5+
### Patch Changes
6+
7+
- @siafoundation/units@3.4.1
8+
39
## 4.15.2
410

511
### Patch Changes

libs/renterd-react/package.json

+2-2
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.2",
4+
"version": "4.15.3",
55
"license": "MIT",
66
"dependencies": {
77
"@siafoundation/react-core": "^4.0.0",
88
"swr": "^2.1.1",
99
"@siafoundation/renterd-types": "0.17.0",
10-
"@siafoundation/units": "3.4.0"
10+
"@siafoundation/units": "3.4.1"
1111
},
1212
"types": "./src/index.d.ts"
1313
}

libs/units/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @siafoundation/units
22

3+
## 3.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b95e34d7]
8+
- Updated dependencies [05b0b5b4]
9+
- @siafoundation/explored-types@0.16.0
10+
311
## 3.4.0
412

513
### Minor Changes

libs/units/package.json

+2-2
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.0",
4+
"version": "3.4.1",
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.10.0",
11-
"@siafoundation/explored-types": "0.15.0"
11+
"@siafoundation/explored-types": "0.16.0"
1212
},
1313
"types": "./src/index.d.ts"
1414
}

libs/walletd-mock/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @siafoundation/walletd-mock
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- @siafoundation/units@3.4.1
8+
39
## 0.2.2
410

511
### Patch Changes

libs/walletd-mock/package.json

+2-2
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.2",
4+
"version": "0.2.3",
55
"license": "MIT",
66
"dependencies": {
77
"@siafoundation/types": "0.10.0",
88
"@siafoundation/sia-central-mock": "0.4.0",
9-
"@siafoundation/units": "3.4.0",
9+
"@siafoundation/units": "3.4.1",
1010
"playwright": "^1.49.1",
1111
"@siafoundation/walletd-types": "0.6.2"
1212
},

libs/walletd-react/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @siafoundation/walletd-react
22

3+
## 4.4.4
4+
5+
### Patch Changes
6+
7+
- @siafoundation/units@3.4.1
8+
39
## 4.4.3
410

511
### Patch Changes

libs/walletd-react/package.json

+2-2
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.4.3",
4+
"version": "4.4.4",
55
"license": "MIT",
66
"dependencies": {
77
"@siafoundation/react-core": "^4.0.0",
88
"swr": "^2.1.1",
99
"@siafoundation/walletd-types": "0.6.2",
10-
"@siafoundation/units": "3.4.0"
10+
"@siafoundation/units": "3.4.1"
1111
},
1212
"types": "./src/index.d.ts"
1313
}

0 commit comments

Comments
 (0)