diff --git a/.changeset/fifty-apples-juggle.md b/.changeset/fifty-apples-juggle.md deleted file mode 100644 index 46bbe326a..000000000 --- a/.changeset/fifty-apples-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'explorer': minor ---- - -Add host and block metrics error logging to home page. diff --git a/.changeset/nice-walls-glow.md b/.changeset/nice-walls-glow.md deleted file mode 100644 index e3462b08a..000000000 --- a/.changeset/nice-walls-glow.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@siafoundation/hostd-js': minor -'@siafoundation/hostd-react': minor -'@siafoundation/hostd-types': minor ---- - -Remove logs search API. diff --git a/.changeset/silent-dolls-arrive.md b/.changeset/silent-dolls-arrive.md deleted file mode 100644 index 23c2b8cf3..000000000 --- a/.changeset/silent-dolls-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'explorer': minor ---- - -Remove bytes logging from home page. diff --git a/apps/explorer/CHANGELOG.md b/apps/explorer/CHANGELOG.md index 2e09d5c18..d2333f36e 100644 --- a/apps/explorer/CHANGELOG.md +++ b/apps/explorer/CHANGELOG.md @@ -1,5 +1,12 @@ # explorer +## 0.24.0 + +### Minor Changes + +- cbcc6e60: Add host and block metrics error logging to home page. +- cbcc6e60: Remove bytes logging from home page. + ## 0.23.0 ### Minor Changes diff --git a/apps/explorer/package.json b/apps/explorer/package.json index dd344814a..d0a8f2de8 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.23.0", + "version": "0.24.0", "private": true, "license": "MIT" } diff --git a/libs/clusterd/CHANGELOG.md b/libs/clusterd/CHANGELOG.md index a47b5e925..b8e1e8166 100644 --- a/libs/clusterd/CHANGELOG.md +++ b/libs/clusterd/CHANGELOG.md @@ -1,5 +1,12 @@ # @siafoundation/clusterd +## 0.1.2 + +### Patch Changes + +- Updated dependencies [2fe6eb79] + - @siafoundation/hostd-js@0.4.0 + ## 0.1.1 ### Patch Changes diff --git a/libs/clusterd/package.json b/libs/clusterd/package.json index 278a71ed8..fd1dc4ced 100644 --- a/libs/clusterd/package.json +++ b/libs/clusterd/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/clusterd", "description": "Methods controlling clusterd in e2e testing.", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "private": true, "dependencies": { @@ -9,7 +9,7 @@ "axios": "^0.27.2", "@siafoundation/renterd-js": "0.12.0", "@siafoundation/units": "3.3.0", - "@siafoundation/hostd-js": "0.3.2", + "@siafoundation/hostd-js": "0.4.0", "@siafoundation/types": "0.7.0" }, "types": "./src/index.d.ts" diff --git a/libs/hostd-js/CHANGELOG.md b/libs/hostd-js/CHANGELOG.md index 9ac14c39b..6ed378215 100644 --- a/libs/hostd-js/CHANGELOG.md +++ b/libs/hostd-js/CHANGELOG.md @@ -1,5 +1,16 @@ # @siafoundation/hostd-js +## 0.4.0 + +### Minor Changes + +- 2fe6eb79: Remove logs search API. + +### Patch Changes + +- Updated dependencies [2fe6eb79] + - @siafoundation/hostd-types@0.5.0 + ## 0.3.2 ### Patch Changes diff --git a/libs/hostd-js/package.json b/libs/hostd-js/package.json index 7acac1700..dfbede73f 100644 --- a/libs/hostd-js/package.json +++ b/libs/hostd-js/package.json @@ -1,11 +1,11 @@ { "name": "@siafoundation/hostd-js", "description": "SDK for interacting with `hostd`.", - "version": "0.3.2", + "version": "0.4.0", "license": "MIT", "dependencies": { "@siafoundation/request": "0.2.0", - "@siafoundation/hostd-types": "0.4.1" + "@siafoundation/hostd-types": "0.5.0" }, "types": "./src/index.d.ts" } diff --git a/libs/hostd-react/CHANGELOG.md b/libs/hostd-react/CHANGELOG.md index 4fa755ce7..c303277d9 100644 --- a/libs/hostd-react/CHANGELOG.md +++ b/libs/hostd-react/CHANGELOG.md @@ -1,5 +1,16 @@ # @siafoundation/hostd-react +## 4.5.0 + +### Minor Changes + +- 2fe6eb79: Remove logs search API. + +### Patch Changes + +- Updated dependencies [2fe6eb79] + - @siafoundation/hostd-types@0.5.0 + ## 4.4.3 ### Patch Changes diff --git a/libs/hostd-react/package.json b/libs/hostd-react/package.json index 7fe7eb3a0..0d5a8f547 100644 --- a/libs/hostd-react/package.json +++ b/libs/hostd-react/package.json @@ -1,12 +1,12 @@ { "name": "@siafoundation/hostd-react", "description": "React hooks for interacting with `hostd`.", - "version": "4.4.3", + "version": "4.5.0", "license": "MIT", "dependencies": { "swr": "^2.1.1", "@siafoundation/react-core": "^1.4.0", - "@siafoundation/hostd-types": "0.4.1", + "@siafoundation/hostd-types": "0.5.0", "@siafoundation/units": "3.3.0" }, "types": "./src/index.d.ts" diff --git a/libs/hostd-types/CHANGELOG.md b/libs/hostd-types/CHANGELOG.md index 020c7c7b9..39db166b2 100644 --- a/libs/hostd-types/CHANGELOG.md +++ b/libs/hostd-types/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/hostd-types +## 0.5.0 + +### Minor Changes + +- 2fe6eb79: Remove logs search API. + ## 0.4.1 ### Patch Changes diff --git a/libs/hostd-types/package.json b/libs/hostd-types/package.json index b4fc414eb..a2961c172 100644 --- a/libs/hostd-types/package.json +++ b/libs/hostd-types/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/hostd-types", "description": "Types for `hostd`.", - "version": "0.4.1", + "version": "0.5.0", "license": "MIT", "dependencies": { "@siafoundation/types": "^0.7.0" diff --git a/package-lock.json b/package-lock.json index d0a2de6b9..54e48493c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -216,7 +216,7 @@ "license": "MIT" }, "apps/explorer": { - "version": "0.23.0", + "version": "0.24.0", "license": "MIT" }, "apps/explorer-v1": { @@ -248,10 +248,10 @@ }, "libs/clusterd": { "name": "@siafoundation/clusterd", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "dependencies": { - "@siafoundation/hostd-js": "0.3.2", + "@siafoundation/hostd-js": "0.4.0", "@siafoundation/renterd-js": "0.12.0", "@siafoundation/types": "0.7.0", "@siafoundation/units": "3.3.0", @@ -416,19 +416,19 @@ }, "libs/hostd-js": { "name": "@siafoundation/hostd-js", - "version": "0.3.2", + "version": "0.4.0", "license": "MIT", "dependencies": { - "@siafoundation/hostd-types": "0.4.1", + "@siafoundation/hostd-types": "0.5.0", "@siafoundation/request": "0.2.0" } }, "libs/hostd-react": { "name": "@siafoundation/hostd-react", - "version": "4.4.3", + "version": "4.5.0", "license": "MIT", "dependencies": { - "@siafoundation/hostd-types": "0.4.1", + "@siafoundation/hostd-types": "0.5.0", "@siafoundation/react-core": "^1.4.0", "@siafoundation/units": "3.3.0", "swr": "^2.1.1" @@ -436,7 +436,7 @@ }, "libs/hostd-types": { "name": "@siafoundation/hostd-types", - "version": "0.4.1", + "version": "0.5.0", "license": "MIT", "dependencies": { "@siafoundation/types": "^0.7.0" @@ -38123,7 +38123,7 @@ "@siafoundation/clusterd": { "version": "file:libs/clusterd", "requires": { - "@siafoundation/hostd-js": "0.3.2", + "@siafoundation/hostd-js": "0.4.0", "@siafoundation/renterd-js": "0.12.0", "@siafoundation/types": "0.7.0", "@siafoundation/units": "3.3.0", @@ -38253,14 +38253,14 @@ "@siafoundation/hostd-js": { "version": "file:libs/hostd-js", "requires": { - "@siafoundation/hostd-types": "0.4.1", + "@siafoundation/hostd-types": "0.5.0", "@siafoundation/request": "0.2.0" } }, "@siafoundation/hostd-react": { "version": "file:libs/hostd-react", "requires": { - "@siafoundation/hostd-types": "0.4.1", + "@siafoundation/hostd-types": "0.5.0", "@siafoundation/react-core": "^1.4.0", "@siafoundation/units": "3.3.0", "swr": "^2.1.1"