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] committed Dec 18, 2024
1 parent 18376c4 commit 2fb64a1
Show file tree
Hide file tree
Showing 15 changed files with 62 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-apples-juggle.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/nice-walls-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-dolls-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-roses-hide.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# explorer

## 0.24.0

### Minor Changes

- cbcc6e60: Add host and block metrics error logging to home page.
- cbcc6e60: Remove bytes logging from home page.
- 61b3dd89: Added previous and next block navigation to blocks page.

## 0.23.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.23.0",
"version": "0.24.0",
"private": true,
"license": "MIT"
}
7 changes: 7 additions & 0 deletions libs/clusterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions libs/clusterd/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@siafoundation/clusterd",
"description": "Methods controlling clusterd in e2e testing.",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"private": true,
"dependencies": {
"@technically/lodash": "^4.17.0",
"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"
Expand Down
11 changes: 11 additions & 0 deletions libs/hostd-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions libs/hostd-js/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
11 changes: 11 additions & 0 deletions libs/hostd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions libs/hostd-react/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions libs/hostd-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/hostd-types

## 0.5.0

### Minor Changes

- 2fe6eb79: Remove logs search API.

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/hostd-types/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
22 changes: 11 additions & 11 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 2fb64a1

Please sign in to comment.