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 Nov 13, 2024
1 parent aeb3615 commit 5b4aafd
Show file tree
Hide file tree
Showing 29 changed files with 113 additions and 69 deletions.
5 changes: 0 additions & 5 deletions .changeset/light-onions-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-doors-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-plums-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-eggs-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-nails-raise.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/warm-moles-care.md

This file was deleted.

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

## 0.21.0

### Minor Changes

- d6e4c8a5: Stripped 'addr' from transaction inputs and output hrefs.
- 61724842: Fixed bug experienced when navigating directly to a block by its height.

## 0.20.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.20.0",
"version": "0.21.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.51.0

### Minor Changes

- fe888991: Invalid and not found routes now redirect to the home page.

## 0.50.0

### Minor 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.50.0",
"version": "0.51.0",
"private": true,
"license": "MIT"
}
6 changes: 6 additions & 0 deletions apps/renterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# renterd

## 0.67.0

### Minor Changes

- fe888991: Invalid and not found routes now redirect to the home page.

## 0.66.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.66.0",
"version": "0.67.0",
"private": true,
"license": "MIT"
}
10 changes: 10 additions & 0 deletions apps/walletd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# walletd

## 0.24.0

### Minor Changes

- fe888991: Invalid and not found routes now redirect to the home page.

### Patch Changes

- 03221146: Updated the seed wallet address generation process to strip the address prefix, which matches the recent API change. Closes https://github.com/SiaFoundation/walletd/issues/190

## 0.23.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/walletd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "walletd",
"description": "The `walletd` user interface, includes a wallet with support for hot, cold, and hardware wallets.",
"version": "0.23.2",
"version": "0.24.0",
"private": true,
"license": "MIT"
}
7 changes: 7 additions & 0 deletions libs/hostd-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/hostd-js

## 0.3.1

### Patch Changes

- Updated dependencies [d794e604]
- @siafoundation/hostd-types@0.4.0

## 0.3.0

### Minor 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.0",
"version": "0.3.1",
"license": "MIT",
"dependencies": {
"@siafoundation/request": "0.2.0",
"@siafoundation/hostd-types": "0.3.0"
"@siafoundation/hostd-types": "0.4.0"
},
"types": "./src/index.d.ts"
}
7 changes: 7 additions & 0 deletions libs/hostd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/hostd-react

## 4.4.1

### Patch Changes

- Updated dependencies [d794e604]
- @siafoundation/hostd-types@0.4.0

## 4.4.0

### Minor 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.0",
"version": "4.4.1",
"license": "MIT",
"dependencies": {
"swr": "^2.1.1",
"@siafoundation/react-core": "^1.4.0",
"@siafoundation/hostd-types": "0.3.0",
"@siafoundation/hostd-types": "0.4.0",
"@siafoundation/units": "3.2.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.4.0

### Minor Changes

- d794e604: The syncer peers response now includes more information and matches walletd.

## 0.3.0

### Minor 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.3.0",
"version": "0.4.0",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "^0.6.0"
Expand Down
7 changes: 7 additions & 0 deletions libs/walletd-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/walletd-js

## 0.2.5

### Patch Changes

- Updated dependencies [d794e604]
- @siafoundation/walletd-types@0.5.0

## 0.2.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/walletd-js/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@siafoundation/walletd-js",
"description": "SDK for interacting with `walletd`.",
"version": "0.2.4",
"version": "0.2.5",
"license": "MIT",
"dependencies": {
"@siafoundation/request": "0.2.0",
"@siafoundation/walletd-types": "0.4.1"
"@siafoundation/walletd-types": "0.5.0"
},
"types": "./src/index.d.ts"
}
7 changes: 7 additions & 0 deletions libs/walletd-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/walletd-mock

## 0.1.10

### Patch Changes

- Updated dependencies [d794e604]
- @siafoundation/walletd-types@0.5.0

## 0.1.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/walletd-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@siafoundation/walletd-mock",
"description": "walletd data and API mock library for testing.",
"version": "0.1.9",
"version": "0.1.10",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "0.6.0",
"@siafoundation/sia-central-mock": "0.2.0",
"@siafoundation/units": "3.2.0",
"playwright": "^1.42.1",
"@siafoundation/walletd-types": "0.4.1"
"@siafoundation/walletd-types": "0.5.0"
},
"types": "./src/index.d.ts"
}
7 changes: 7 additions & 0 deletions libs/walletd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/walletd-react

## 4.3.3

### Patch Changes

- Updated dependencies [d794e604]
- @siafoundation/walletd-types@0.5.0

## 4.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/walletd-react/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@siafoundation/walletd-react",
"description": "React hooks for interacting with `walletd`.",
"version": "4.3.2",
"version": "4.3.3",
"license": "MIT",
"dependencies": {
"@siafoundation/react-core": "^1.4.0",
"swr": "^2.1.1",
"@siafoundation/walletd-types": "0.4.1",
"@siafoundation/walletd-types": "0.5.0",
"@siafoundation/units": "3.2.0"
},
"types": "./src/index.d.ts"
Expand Down
6 changes: 6 additions & 0 deletions libs/walletd-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/walletd-types

## 0.5.0

### Minor Changes

- d794e604: The syncer peers response type updated to include address rather than addr.

## 0.4.1

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

0 comments on commit 5b4aafd

Please sign in to comment.