diff --git a/.changeset/curly-tools-care.md b/.changeset/curly-tools-care.md deleted file mode 100644 index d2f384702..000000000 --- a/.changeset/curly-tools-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'explorer': minor ---- - -The explorer now uses explored for block data. Closes https://github.com/SiaFoundation/web/issues/720 diff --git a/.changeset/four-apes-pretend.md b/.changeset/four-apes-pretend.md deleted file mode 100644 index 8ab8c9a09..000000000 --- a/.changeset/four-apes-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/explored-types': minor ---- - -Add timestamp field to ExplorerBlock type. diff --git a/.changeset/gold-fishes-bow.md b/.changeset/gold-fishes-bow.md deleted file mode 100644 index 727eebb53..000000000 --- a/.changeset/gold-fishes-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/design-system': minor ---- - -stripPrefix now support block ID / bid. diff --git a/.changeset/happy-ears-sip.md b/.changeset/happy-ears-sip.md deleted file mode 100644 index b59f3f467..000000000 --- a/.changeset/happy-ears-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/explored-types': minor ---- - -Change Source type from number to string to match responses. diff --git a/apps/explorer/CHANGELOG.md b/apps/explorer/CHANGELOG.md index c0bf50bbf..60ddb686d 100644 --- a/apps/explorer/CHANGELOG.md +++ b/apps/explorer/CHANGELOG.md @@ -1,5 +1,11 @@ # explorer +## 0.18.0 + +### Minor Changes + +- 82b8a619: The explorer now uses explored for block data. Closes https://github.com/SiaFoundation/web/issues/720 + ## 0.17.0 ### Minor Changes diff --git a/apps/explorer/package.json b/apps/explorer/package.json index ae7e87aed..c1f7f9939 100644 --- a/apps/explorer/package.json +++ b/apps/explorer/package.json @@ -1,7 +1,7 @@ { "name": "explorer", "description": "The `explorer` user interface, a Sia blockchain explorer interface that powers siascan.com.", - "version": "0.17.0", + "version": "0.18.0", "private": true, "license": "MIT" } diff --git a/libs/design-system/CHANGELOG.md b/libs/design-system/CHANGELOG.md index 1079422b2..ce62dc3f4 100644 --- a/libs/design-system/CHANGELOG.md +++ b/libs/design-system/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.8.0 + +### Minor Changes + +- 82b8a619: stripPrefix now support block ID / bid. + ## 4.7.0 ### Minor Changes diff --git a/libs/design-system/package.json b/libs/design-system/package.json index 53133837a..6bac77137 100644 --- a/libs/design-system/package.json +++ b/libs/design-system/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/design-system", "description": "React-based design system used across Sia apps and websites.", - "version": "4.7.0", + "version": "4.8.0", "license": "MIT", "peerDependencies": { "react": "^18.2.0" diff --git a/libs/explored-js/CHANGELOG.md b/libs/explored-js/CHANGELOG.md index ae14403c3..53ba7283b 100644 --- a/libs/explored-js/CHANGELOG.md +++ b/libs/explored-js/CHANGELOG.md @@ -1,5 +1,13 @@ # @siafoundation/explored-js +## 0.1.2 + +### Patch Changes + +- Updated dependencies [a0aff962] +- Updated dependencies [f3100c8e] + - @siafoundation/explored-types@0.3.0 + ## 0.1.1 ### Patch Changes diff --git a/libs/explored-js/package.json b/libs/explored-js/package.json index d281ccc43..03ba563b8 100644 --- a/libs/explored-js/package.json +++ b/libs/explored-js/package.json @@ -1,11 +1,11 @@ { "name": "@siafoundation/explored-js", "description": "SDK for interacting with `explored`.", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "dependencies": { "@siafoundation/request": "0.2.0", - "@siafoundation/explored-types": "0.2.0" + "@siafoundation/explored-types": "0.3.0" }, "types": "./src/index.d.ts" } diff --git a/libs/explored-react/CHANGELOG.md b/libs/explored-react/CHANGELOG.md index bafb30e9f..cd53c957f 100644 --- a/libs/explored-react/CHANGELOG.md +++ b/libs/explored-react/CHANGELOG.md @@ -1,5 +1,13 @@ # @siafoundation/explored-react +## 0.1.2 + +### Patch Changes + +- Updated dependencies [a0aff962] +- Updated dependencies [f3100c8e] + - @siafoundation/explored-types@0.3.0 + ## 0.1.1 ### Patch Changes diff --git a/libs/explored-react/package.json b/libs/explored-react/package.json index 80c218ac9..c3e79d291 100644 --- a/libs/explored-react/package.json +++ b/libs/explored-react/package.json @@ -1,11 +1,11 @@ { "name": "@siafoundation/explored-react", "description": "React hooks for interacting with `explored`.", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "dependencies": { "@siafoundation/react-core": "^1.4.0", - "@siafoundation/explored-types": "0.2.0" + "@siafoundation/explored-types": "0.3.0" }, "types": "./src/index.d.ts" } diff --git a/libs/explored-types/CHANGELOG.md b/libs/explored-types/CHANGELOG.md index 6a0e3a26e..f56152b17 100644 --- a/libs/explored-types/CHANGELOG.md +++ b/libs/explored-types/CHANGELOG.md @@ -1,5 +1,12 @@ # @siafoundation/explored-types +## 0.3.0 + +### Minor Changes + +- a0aff962: Add timestamp field to ExplorerBlock type. +- f3100c8e: Change Source type from number to string to match responses. + ## 0.2.0 ### Minor Changes diff --git a/libs/explored-types/package.json b/libs/explored-types/package.json index bf0b5e1ef..3a1dff6f5 100644 --- a/libs/explored-types/package.json +++ b/libs/explored-types/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/explored-types", "description": "Types for `explored`.", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "dependencies": { "@siafoundation/types": "^0.6.0" diff --git a/package-lock.json b/package-lock.json index 4262d1a93..42c91c40b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -214,7 +214,7 @@ "license": "MIT" }, "apps/explorer": { - "version": "0.17.0", + "version": "0.18.0", "license": "MIT" }, "apps/explorer-v1": { @@ -244,6 +244,16 @@ "version": "0.55.0", "license": "MIT" }, + "libs/clusterd": { + "version": "0.0.0", + "license": "MIT", + "dependencies": { + "@siafoundation/renterd-js": "0.7.0", + "@siafoundation/units": "3.2.0", + "@technically/lodash": "^4.17.0", + "axios": "^0.27.2" + } + }, "libs/data-sources": { "name": "@siafoundation/data-sources", "version": "0.4.0", @@ -262,7 +272,7 @@ }, "libs/design-system": { "name": "@siafoundation/design-system", - "version": "4.7.0", + "version": "4.8.0", "license": "MIT", "dependencies": { "@dnd-kit/core": "^6.1.0", @@ -345,25 +355,25 @@ }, "libs/explored-js": { "name": "@siafoundation/explored-js", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "dependencies": { - "@siafoundation/explored-types": "0.2.0", + "@siafoundation/explored-types": "0.3.0", "@siafoundation/request": "0.2.0" } }, "libs/explored-react": { "name": "@siafoundation/explored-react", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "dependencies": { - "@siafoundation/explored-types": "0.2.0", + "@siafoundation/explored-types": "0.3.0", "@siafoundation/react-core": "^1.4.0" } }, "libs/explored-types": { "name": "@siafoundation/explored-types", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "dependencies": { "@siafoundation/types": "^0.6.0" @@ -7745,6 +7755,10 @@ "ieee754": "^1.2.1" } }, + "node_modules/@siafoundation/clusterd": { + "resolved": "libs/clusterd", + "link": true + }, "node_modules/@siafoundation/data-sources": { "resolved": "libs/data-sources", "link": true @@ -33785,6 +33799,15 @@ } } }, + "@siafoundation/clusterd": { + "version": "file:libs/clusterd", + "requires": { + "@siafoundation/renterd-js": "0.7.0", + "@siafoundation/units": "3.2.0", + "@technically/lodash": "^4.17.0", + "axios": "^0.27.2" + } + }, "@siafoundation/data-sources": { "version": "file:libs/data-sources", "requires": { @@ -33872,14 +33895,14 @@ "@siafoundation/explored-js": { "version": "file:libs/explored-js", "requires": { - "@siafoundation/explored-types": "0.2.0", + "@siafoundation/explored-types": "0.3.0", "@siafoundation/request": "0.2.0" } }, "@siafoundation/explored-react": { "version": "file:libs/explored-react", "requires": { - "@siafoundation/explored-types": "0.2.0", + "@siafoundation/explored-types": "0.3.0", "@siafoundation/react-core": "^1.4.0" } },