Skip to content

Commit 563cdfb

Browse files
chore: release packages
1 parent 118f669 commit 563cdfb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+285
-186
lines changed

.changeset/breezy-pumpkins-talk.md

-5
This file was deleted.

.changeset/dry-socks-build.md

-7
This file was deleted.

.changeset/dry-steaks-obey.md

-5
This file was deleted.

.changeset/flat-boats-arrive.md

-5
This file was deleted.

.changeset/happy-monkeys-exist.md

-5
This file was deleted.

.changeset/large-lions-cross.md

-7
This file was deleted.

.changeset/lazy-scissors-happen.md

-5
This file was deleted.

.changeset/modern-pandas-punch.md

-5
This file was deleted.

.changeset/orange-rats-smell.md

-5
This file was deleted.

.changeset/shiny-islands-decide.md

-6
This file was deleted.

.changeset/shiny-vans-deny.md

-7
This file was deleted.

.changeset/strange-planes-allow.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

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

3+
## 0.30.0
4+
5+
### Minor Changes
6+
7+
- e4039406: Added entity components.
8+
- 96ac130a: Added unconfirmed transactions to the address page.
9+
- f3480b15: Fixed missing address event types.
10+
- 95250580: Added support for v2 types.
11+
- f7d32b13: The explorer now shows specific syncing and indexing warnings.
12+
313
## 0.29.0
414

515
### 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

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

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- @siafoundation/hostd-js@0.5.2
8+
- @siafoundation/renterd-js@0.14.3
9+
- @siafoundation/units@3.4.1
10+
311
## 0.2.3
412

513
### Patch Changes

libs/clusterd/package.json

+4-4
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.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",
10-
"@siafoundation/renterd-js": "0.14.2",
11-
"@siafoundation/units": "3.4.0",
12-
"@siafoundation/hostd-js": "0.5.1",
10+
"@siafoundation/renterd-js": "0.14.3",
11+
"@siafoundation/units": "3.4.1",
12+
"@siafoundation/hostd-js": "0.5.2",
1313
"@siafoundation/types": "0.10.0"
1414
},
1515
"types": "./src/index.d.ts"

libs/design-system/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 6.0.0
4+
5+
### Minor Changes
6+
7+
- e4039406: Refactored Peerlist component.
8+
- e4039406: Removed entity components.
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [b95e34d7]
13+
- Updated dependencies [6547d895]
14+
- Updated dependencies [cefe1ef1]
15+
- Updated dependencies [05b0b5b4]
16+
- Updated dependencies [f3480b15]
17+
- Updated dependencies [6547d895]
18+
- @siafoundation/explored-react@0.7.0
19+
- @siafoundation/explored-types@0.16.0
20+
- @siafoundation/react-core@4.0.1
21+
- @siafoundation/units@3.4.1
22+
323
## 5.0.1
424

525
### Patch Changes

libs/design-system/package.json

+5-5
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",
13-
"@siafoundation/react-core": "^4.0.0",
14-
"@siafoundation/units": "^3.4.0",
13+
"@siafoundation/react-core": "^4.0.1",
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

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

3+
## 0.6.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b95e34d7]
8+
- Updated dependencies [cefe1ef1]
9+
- Updated dependencies [05b0b5b4]
10+
- Updated dependencies [f3480b15]
11+
- Updated dependencies [6547d895]
12+
- @siafoundation/explored-types@0.16.0
13+
- @siafoundation/react-core@4.0.1
14+
315
## 0.6.2
416

517
### Patch Changes

libs/e2e/package.json

+3-3
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",
9-
"@siafoundation/react-core": "4.0.0",
10-
"@siafoundation/explored-types": "0.15.0"
9+
"@siafoundation/react-core": "4.0.1",
10+
"@siafoundation/explored-types": "0.16.0"
1111
},
1212
"types": "./src/index.d.ts"
1313
}

libs/explored-js/CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- b95e34d7: Added explorerTip API.
8+
- cefe1ef1: Added support for v2 types.
9+
- 6547d895: Added unconfirmed address events API.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [03a50151]
14+
- Updated dependencies [b95e34d7]
15+
- Updated dependencies [cefe1ef1]
16+
- Updated dependencies [05b0b5b4]
17+
- Updated dependencies [f3480b15]
18+
- Updated dependencies [6547d895]
19+
- @siafoundation/request@0.3.0
20+
- @siafoundation/explored-types@0.16.0
21+
322
## 0.6.3
423

524
### Patch Changes

libs/explored-js/package.json

+3-3
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": {
7-
"@siafoundation/request": "0.2.0",
8-
"@siafoundation/explored-types": "0.15.0"
7+
"@siafoundation/request": "0.3.0",
8+
"@siafoundation/explored-types": "0.16.0"
99
},
1010
"types": "./src/index.d.ts"
1111
}

libs/explored-react/CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- b95e34d7: Added explorerTip API.
8+
- 6547d895: Added missing addressEvents hook.
9+
- cefe1ef1: Added support for v2 types.
10+
- 6547d895: Added unconfirmed address events API.
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [b95e34d7]
15+
- Updated dependencies [cefe1ef1]
16+
- Updated dependencies [05b0b5b4]
17+
- Updated dependencies [f3480b15]
18+
- Updated dependencies [6547d895]
19+
- @siafoundation/explored-types@0.16.0
20+
- @siafoundation/react-core@4.0.1
21+
322
## 0.6.3
423

524
### Patch Changes

libs/explored-react/package.json

+3-3
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": {
7-
"@siafoundation/react-core": "^4.0.0",
8-
"@siafoundation/explored-types": "0.15.0"
7+
"@siafoundation/react-core": "^4.0.1",
8+
"@siafoundation/explored-types": "0.16.0"
99
},
1010
"types": "./src/index.d.ts"
1111
}

libs/explored-types/CHANGELOG.md

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

3+
## 0.16.0
4+
5+
### Minor Changes
6+
7+
- b95e34d7: Added explorerTip API.
8+
- cefe1ef1: Added support for v2 types.
9+
- 05b0b5b4: Updated to new hostByPubkey URL.
10+
- f3480b15: Fixed missing address event types.
11+
- 6547d895: Added unconfirmed address events API.
12+
313
## 0.15.0
414

515
### 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-js/CHANGELOG.md

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

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [03a50151]
8+
- @siafoundation/request@0.3.0
9+
310
## 0.5.1
411

512
### Patch Changes

libs/hostd-js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@siafoundation/hostd-js",
33
"description": "SDK for interacting with `hostd`.",
4-
"version": "0.5.1",
4+
"version": "0.5.2",
55
"license": "MIT",
66
"dependencies": {
7-
"@siafoundation/request": "0.2.0",
7+
"@siafoundation/request": "0.3.0",
88
"@siafoundation/hostd-types": "0.8.0"
99
},
1010
"types": "./src/index.d.ts"

libs/hostd-react/CHANGELOG.md

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

3+
## 4.6.2
4+
5+
### Patch Changes
6+
7+
- @siafoundation/react-core@4.0.1
8+
- @siafoundation/units@3.4.1
9+
310
## 4.6.1
411

512
### Patch Changes

0 commit comments

Comments
 (0)