Skip to content

Commit

Permalink
chore: release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and alexfreska committed Apr 18, 2024
1 parent aa118f2 commit 7416ee6
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 24 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilly-pants-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-pets-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-fans-know.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/explorer/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
6 changes: 6 additions & 0 deletions apps/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
6 changes: 6 additions & 0 deletions libs/renterd-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/renterd-js/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions libs/sia-central-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/sia-central-js/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 6 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7416ee6

Please sign in to comment.