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 5, 2025
1 parent 0415bf1 commit 2937518
Show file tree
Hide file tree
Showing 61 changed files with 370 additions and 216 deletions.
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.

7 changes: 0 additions & 7 deletions .changeset/quick-lobsters-repeat.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/tidy-lobsters-float.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/warm-toys-end.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.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.

## 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"
}
7 changes: 7 additions & 0 deletions apps/walletd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# walletd

## 0.28.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.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"
}
15 changes: 15 additions & 0 deletions libs/clusterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @siafoundation/clusterd

## 0.2.0

### Minor Changes

- 3949f94d: Added transition network mode.
- 3949f94d: Added mineToHeight and getCurrentHeight APIs.

### 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"
}
13 changes: 13 additions & 0 deletions libs/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 4.18.0

### Minor Changes

- 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"
}
11 changes: 11 additions & 0 deletions libs/explored-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @siafoundation/explored-js

## 0.6.0

### Minor Changes

- 2ab9ec6e: Add exchange rate API.

### Patch Changes

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

## 0.5.1

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

## 0.6.0

### Minor Changes

- 2ab9ec6e: Add exchange rate API.

### Patch Changes

- Updated dependencies [2ab9ec6e]
- @siafoundation/explored-types@0.12.0
- @siafoundation/react-core@2.0.0

## 0.5.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions libs/explored-react/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@siafoundation/explored-react",
"description": "React hooks for interacting with `explored`.",
"version": "0.5.1",
"version": "0.6.0",
"license": "MIT",
"dependencies": {
"@siafoundation/react-core": "^1.7.0",
"@siafoundation/explored-types": "0.11.0"
"@siafoundation/react-core": "^2.0.0",
"@siafoundation/explored-types": "0.12.0"
},
"types": "./src/index.d.ts"
}
11 changes: 11 additions & 0 deletions libs/explored-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @siafoundation/explored-types

## 0.12.0

### Minor Changes

- 2ab9ec6e: Add exchange rate API.

### Patch Changes

- Updated dependencies [ef647e54]
- @siafoundation/types@0.8.0

## 0.11.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/explored-types/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@siafoundation/explored-types",
"description": "Types for `explored`.",
"version": "0.11.0",
"version": "0.12.0",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "^0.7.0"
"@siafoundation/types": "^0.8.0"
},
"types": "./src/index.d.ts"
}
6 changes: 6 additions & 0 deletions libs/hostd-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/hostd-js

## 0.4.2

### Patch Changes

- @siafoundation/hostd-types@0.6.1

## 0.4.1

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

## 4.5.3

### Patch Changes

- @siafoundation/hostd-types@0.6.1
- @siafoundation/react-core@2.0.0
- @siafoundation/units@3.3.2

## 4.5.2

### Patch Changes
Expand Down
Loading

0 comments on commit 2937518

Please sign in to comment.