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 19, 2024
1 parent c7ac767 commit de9c9d2
Show file tree
Hide file tree
Showing 30 changed files with 119 additions and 85 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-apples-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-shoes-lick.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/polite-doors-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-ears-tell.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/silver-pants-deliver.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-geckos-laugh.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"
}
6 changes: 6 additions & 0 deletions apps/hostd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# hostd

## 0.54.0

### Minor Changes

- a9cfe409: The address configuration setting now expects only the hostname without a port. Closes https://github.com/SiaFoundation/hostd/issues/536

## 0.53.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/hostd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hostd",
"description": "The `hostd` user interface, dedicated to hosting related functionality.",
"version": "0.53.1",
"version": "0.54.0",
"private": true,
"license": "MIT"
}
11 changes: 11 additions & 0 deletions apps/renterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# renterd

## 0.71.0

### Minor Changes

- 5b09ae3a: The host and contracts multi-select menus both now include an option to rescan the selected hosts.

### Patch Changes

- 31f3e4dc: Fixed an issue where selecting the entire page of files would select the parent navigation row.
- c7ac7678: Fixed an issue with the copy file metadata action in the file context menu.

## 0.70.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/renterd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "renterd",
"description": "The `renterd` user interface, dedicated to renter related functionality.",
"version": "0.70.0",
"version": "0.71.0",
"private": true,
"license": "MIT"
}
8 changes: 8 additions & 0 deletions libs/clusterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @siafoundation/clusterd

## 0.1.2

### Patch Changes

- Updated dependencies [2fe6eb79]
- @siafoundation/hostd-js@0.4.0
- @siafoundation/renterd-js@0.12.1

## 0.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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/renterd-js": "0.12.1",
"@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
7 changes: 7 additions & 0 deletions libs/renterd-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/renterd-js

## 0.12.1

### Patch Changes

- Updated dependencies [c7ac7678]
- @siafoundation/renterd-types@0.14.0

## 0.12.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/renterd-js/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@siafoundation/renterd-js",
"description": "SDK for interacting with `renterd`.",
"version": "0.12.0",
"version": "0.12.1",
"license": "MIT",
"dependencies": {
"@siafoundation/renterd-types": "0.13.0",
"@siafoundation/renterd-types": "0.14.0",
"@siafoundation/request": "0.2.0"
},
"types": "./src/index.d.ts"
Expand Down
7 changes: 7 additions & 0 deletions libs/renterd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/renterd-react

## 4.13.2

### Patch Changes

- Updated dependencies [c7ac7678]
- @siafoundation/renterd-types@0.14.0

## 4.13.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/renterd-react/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@siafoundation/renterd-react",
"description": "React hooks for interacting with `renterd`.",
"version": "4.13.1",
"version": "4.13.2",
"license": "MIT",
"dependencies": {
"@technically/lodash": "^4.17.0",
"@siafoundation/react-core": "^1.5.0",
"swr": "^2.1.1",
"@siafoundation/renterd-types": "0.13.0",
"@siafoundation/renterd-types": "0.14.0",
"@siafoundation/units": "3.3.0"
},
"types": "./src/index.d.ts"
Expand Down
6 changes: 6 additions & 0 deletions libs/renterd-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/renterd-types

## 0.14.0

### Minor Changes

- c7ac7678: The object response has been updated in v2.

## 0.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/renterd-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/renterd-types",
"description": "Types for `renterd`.",
"version": "0.13.0",
"version": "0.14.0",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "^0.7.0",
Expand Down
Loading

0 comments on commit de9c9d2

Please sign in to comment.