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 Feb 13, 2025
1 parent 1c6e8c1 commit d4ed014
Show file tree
Hide file tree
Showing 76 changed files with 418 additions and 301 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-deers-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/blue-trainers-laugh.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/brave-readers-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-tomatoes-deliver.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/forty-shoes-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-houses-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-pears-listen.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/hungry-monkeys-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-suits-carry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/olive-falcons-work.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/perfect-turtles-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-foxes-poke.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/quick-lobsters-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-suits-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-crabs-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-flowers-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-pillows-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-bears-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-olives-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-lobsters-float.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tiny-deers-wink.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tricky-carrots-deny.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/warm-toys-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-moose-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-candles-swim.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.26.0

### Minor Changes

- 54a4eabe: Displayed entity values which are often truncated can now be copied to clipboard by double-clicking directly on the visible characters.
- 20b12931: Removed Host benchmarks, due to lack of explored support.
- f71b039b: Replaced top hosts Sia Central call and UI to use explored.

## 0.25.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.25.0",
"version": "0.26.0",
"private": true,
"license": "MIT"
}
7 changes: 7 additions & 0 deletions apps/hostd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hostd

## 0.58.0

### Minor Changes

- 54a4eabe: Displayed entity values which are often truncated can now be copied to clipboard by double-clicking directly on the visible characters.
- 54a4eabe: Wallet addresses can now be copied to clipboard by clicking on the QR code in the address dialog.

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

## 0.77.0

### Minor Changes

- 54a4eabe: Displayed entity values which are often truncated can now be copied to clipboard by double-clicking directly on the visible characters.
- 54a4eabe: Wallet addresses can now be copied to clipboard by clicking on the QR code in the address dialog.

## 0.76.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.76.0",
"version": "0.77.0",
"private": true,
"license": "MIT"
}
11 changes: 11 additions & 0 deletions apps/walletd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# walletd

## 0.28.0

### Minor Changes

- 1c6e8c1a: Seed wallets now support and automatically switch to sending V2 transactions once the consensus height hits the V2 hardfork allow height. Closes https://github.com/SiaFoundation/walletd/issues/216 Closes https://github.com/SiaFoundation/walletd/issues/186
- 54a4eabe: Displayed entity values which are often truncated can now be copied to clipboard by double-clicking directly on the visible characters.
- 819c0664: V1 signing now uses the address spendPolicy.
- 819c0664: Added V2 signing method.
- 54a4eabe: Wallet addresses can now be copied to clipboard by clicking on the QR code in the address dialog.
- 819c0664: Generating addresses now stores the spendPolicy in the dedicated field rather than unlockConditions in the metadata.

## 0.27.0

### Minor 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.27.0",
"version": "0.28.0",
"private": true,
"license": "MIT"
}
17 changes: 17 additions & 0 deletions libs/clusterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @siafoundation/clusterd

## 0.2.0

### Minor Changes

- 5ba5edac: Added siafund initial address support.
- 3949f94d: Added transition network mode.
- 3949f94d: Added mineToHeight and getCurrentHeight APIs.
- 5ba5edac: Added explored support.

### Patch Changes

- Updated dependencies [ef647e54]
- @siafoundation/types@0.8.0
- @siafoundation/units@3.3.2
- @siafoundation/hostd-js@0.4.2
- @siafoundation/renterd-js@0.13.1

## 0.1.5

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions libs/clusterd/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@siafoundation/clusterd",
"description": "Methods controlling clusterd in e2e testing.",
"version": "0.1.5",
"version": "0.2.0",
"license": "MIT",
"private": true,
"dependencies": {
"@technically/lodash": "^4.17.0",
"axios": "^0.27.2",
"@siafoundation/renterd-js": "0.13.0",
"@siafoundation/units": "3.3.1",
"@siafoundation/hostd-js": "0.4.1",
"@siafoundation/types": "0.7.0"
"@siafoundation/renterd-js": "0.13.1",
"@siafoundation/units": "3.3.2",
"@siafoundation/hostd-js": "0.4.2",
"@siafoundation/types": "0.8.0"
},
"types": "./src/index.d.ts"
}
15 changes: 15 additions & 0 deletions libs/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 4.18.0

### Minor Changes

- 306400bc: Added labeledBy prop to value components.
- 3c50ad2e: Extended theme to support 2xs and 3xs container query breakpoints.
- 54a4eabe: ValueCopyable now supports double click to copy to clipboard.

### Patch Changes

- Updated dependencies [ef647e54]
- @siafoundation/types@0.8.0
- @siafoundation/react-core@2.0.0
- @siafoundation/units@3.3.2

## 4.17.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions libs/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@siafoundation/design-system",
"description": "React-based design system used across Sia apps and websites.",
"version": "4.17.0",
"version": "4.18.0",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0"
},
"dependencies": {
"@siafoundation/react-icons": "^0.3.0",
"@siafoundation/react-core": "^1.7.0",
"@siafoundation/units": "^3.3.0",
"@siafoundation/types": "^0.7.0",
"@siafoundation/react-core": "^2.0.0",
"@siafoundation/units": "^3.3.2",
"@siafoundation/types": "^0.8.0",
"@siafoundation/next": "^0.1.3",
"@radix-ui/react-visually-hidden": "^1.1.0",
"class-variance-authority": "^0.7.0",
Expand Down
6 changes: 6 additions & 0 deletions libs/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/e2e

## 0.5.2

### Patch Changes

- @siafoundation/react-core@2.0.0

## 0.5.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@siafoundation/e2e",
"description": "Shared e2e testing code.",
"version": "0.5.1",
"version": "0.5.2",
"license": "MIT",
"dependencies": {
"@playwright/test": "^1.36.0",
"playwright": "^1.42.1",
"@siafoundation/react-core": "1.8.0"
"@siafoundation/react-core": "2.0.0"
},
"types": "./src/index.d.ts"
}
13 changes: 13 additions & 0 deletions libs/explored-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @siafoundation/explored-js

## 0.6.0

### Minor Changes

- 2ab9ec6e: Add exchange rate API.
- b0a1ea99: Added HostsList API.

### Patch Changes

- Updated dependencies [2ab9ec6e]
- Updated dependencies [b0a1ea99]
- @siafoundation/explored-types@0.12.0

## 0.5.1

### Patch Changes
Expand Down
Loading

0 comments on commit d4ed014

Please sign in to comment.