From 7416ee6cb2523a90f2491944d00ef027509a77f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Apr 2024 16:43:51 +0000 Subject: [PATCH] chore: release packages --- .changeset/chilly-pants-provide.md | 6 ------ .changeset/odd-pets-fix.md | 5 ----- .changeset/shy-fans-know.md | 5 ----- apps/explorer/CHANGELOG.md | 6 ++++++ apps/explorer/package.json | 2 +- apps/website/CHANGELOG.md | 6 ++++++ apps/website/package.json | 2 +- libs/renterd-js/CHANGELOG.md | 6 ++++++ libs/renterd-js/package.json | 2 +- libs/sia-central-js/CHANGELOG.md | 6 ++++++ libs/sia-central-js/package.json | 2 +- package-lock.json | 10 ++++++---- 12 files changed, 34 insertions(+), 24 deletions(-) delete mode 100644 .changeset/chilly-pants-provide.md delete mode 100644 .changeset/odd-pets-fix.md delete mode 100644 .changeset/shy-fans-know.md diff --git a/.changeset/chilly-pants-provide.md b/.changeset/chilly-pants-provide.md deleted file mode 100644 index fcf734c42..000000000 --- a/.changeset/chilly-pants-provide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'explorer': minor -'website': minor ---- - -The site now uses the updated Sia Central SDK. diff --git a/.changeset/odd-pets-fix.md b/.changeset/odd-pets-fix.md deleted file mode 100644 index e13c50df1..000000000 --- a/.changeset/odd-pets-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/sia-central-js': minor ---- - -The SDK has been updated to use the request library. diff --git a/.changeset/shy-fans-know.md b/.changeset/shy-fans-know.md deleted file mode 100644 index c24636fd2..000000000 --- a/.changeset/shy-fans-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/renterd-js': patch ---- - -Fixed an issue with upload and download content type and encoding. Closes https://github.com/SiaFoundation/web/issues/591 diff --git a/apps/explorer/CHANGELOG.md b/apps/explorer/CHANGELOG.md index 224924009..2657dc0fb 100644 --- a/apps/explorer/CHANGELOG.md +++ b/apps/explorer/CHANGELOG.md @@ -1,5 +1,11 @@ # explorer +## 0.15.0 + +### Minor Changes + +- 8e2d3999: The site now uses the updated Sia Central SDK. + ## 0.14.0 ### Minor Changes diff --git a/apps/explorer/package.json b/apps/explorer/package.json index eff7664a5..1b5617057 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.14.0", + "version": "0.15.0", "private": true, "license": "MIT" } diff --git a/apps/website/CHANGELOG.md b/apps/website/CHANGELOG.md index 37b6387b1..ef4041d04 100644 --- a/apps/website/CHANGELOG.md +++ b/apps/website/CHANGELOG.md @@ -1,5 +1,11 @@ # website +## 0.50.0 + +### Minor Changes + +- 8e2d3999: The site now uses the updated Sia Central SDK. + ## 0.49.1 ### Patch Changes diff --git a/apps/website/package.json b/apps/website/package.json index b8a896c4b..a8143d8e9 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -1,7 +1,7 @@ { "name": "website", "description": "The main sia.tech website with information on the Sia project and the Sia Foundation.", - "version": "0.49.1", + "version": "0.50.0", "private": true, "license": "MIT" } diff --git a/libs/renterd-js/CHANGELOG.md b/libs/renterd-js/CHANGELOG.md index 83919e103..07c2a0cfd 100644 --- a/libs/renterd-js/CHANGELOG.md +++ b/libs/renterd-js/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/renterd-js +## 0.1.1 + +### Patch Changes + +- aa118f29: Fixed an issue with upload and download content type and encoding. Closes https://github.com/SiaFoundation/web/issues/591 + ## 0.1.0 ### Minor Changes diff --git a/libs/renterd-js/package.json b/libs/renterd-js/package.json index 03a15b35f..0c291d0ba 100644 --- a/libs/renterd-js/package.json +++ b/libs/renterd-js/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/renterd-js", "description": "SDK for interacting with `renterd`.", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { "@siafoundation/renterd-types": "0.1.0", diff --git a/libs/sia-central-js/CHANGELOG.md b/libs/sia-central-js/CHANGELOG.md index b924a5d77..957a3c767 100644 --- a/libs/sia-central-js/CHANGELOG.md +++ b/libs/sia-central-js/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/sia-central-js +## 0.5.0 + +### Minor Changes + +- 8e2d3999: The SDK has been updated to use the request library. + ## 0.4.0 ### Minor Changes diff --git a/libs/sia-central-js/package.json b/libs/sia-central-js/package.json index d10585eb0..6fe9837fa 100644 --- a/libs/sia-central-js/package.json +++ b/libs/sia-central-js/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/sia-central-js", "description": "Methods and types for interacting with the Sia Central API.", - "version": "0.4.0", + "version": "0.5.0", "license": "MIT", "dependencies": { "@siafoundation/sia-central-types": "0.1.0", diff --git a/package-lock.json b/package-lock.json index d71f5373e..fe09d9538 100644 --- a/package-lock.json +++ b/package-lock.json @@ -215,7 +215,7 @@ "license": "MIT" }, "apps/explorer": { - "version": "0.14.0", + "version": "0.15.0", "license": "MIT" }, "apps/explorer-v1": { @@ -242,7 +242,7 @@ "license": "MIT" }, "apps/website": { - "version": "0.49.1", + "version": "0.50.0", "license": "MIT" }, "libs/data-sources": { @@ -510,7 +510,7 @@ }, "libs/renterd-js": { "name": "@siafoundation/renterd-js", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { "@siafoundation/renterd-types": "0.1.0", @@ -541,6 +541,7 @@ "version": "0.1.0", "license": "MIT", "dependencies": { + "@technically/lodash": "^4.17.0", "axios": "^0.27.2" } }, @@ -570,7 +571,7 @@ }, "libs/sia-central-js": { "name": "@siafoundation/sia-central-js", - "version": "0.4.0", + "version": "0.5.0", "license": "MIT", "dependencies": { "@siafoundation/request": "0.1.0", @@ -33881,6 +33882,7 @@ "@siafoundation/request": { "version": "file:libs/request", "requires": { + "@technically/lodash": "^4.17.0", "axios": "^0.27.2" } },