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 4, 2025
1 parent 54a4eab commit 84d8051
Show file tree
Hide file tree
Showing 30 changed files with 129 additions and 73 deletions.
7 changes: 0 additions & 7 deletions .changeset/brave-readers-fetch.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/forty-shoes-sit.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/swift-bears-decide.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"
}
6 changes: 6 additions & 0 deletions libs/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.18.0

### Minor Changes

- 54a4eabe: ValueCopyable now supports double click to copy to clipboard.

## 4.17.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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"
Expand Down
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"
}
11 changes: 11 additions & 0 deletions libs/explored-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @siafoundation/explored-react

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

## 0.12.0

### Minor Changes

- 2ab9ec6e: Add exchange rate API.

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/explored-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/explored-types",
"description": "Types for `explored`.",
"version": "0.11.0",
"version": "0.12.0",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "^0.7.0"
Expand Down
8 changes: 8 additions & 0 deletions libs/walletd-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @siafoundation/walletd-js

## 0.2.7

### Patch Changes

- 97727dac: Updated the response structure for outputs APIs.
- Updated dependencies [97727dac]
- @siafoundation/walletd-types@0.5.2

## 0.2.6

### 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.6",
"version": "0.2.7",
"license": "MIT",
"dependencies": {
"@siafoundation/request": "0.2.0",
"@siafoundation/walletd-types": "0.5.1"
"@siafoundation/walletd-types": "0.5.2"
},
"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.14

### Patch Changes

- Updated dependencies [97727dac]
- @siafoundation/walletd-types@0.5.2

## 0.1.13

### 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.13",
"version": "0.1.14",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "0.7.0",
"@siafoundation/sia-central-mock": "0.3.0",
"@siafoundation/units": "3.3.1",
"playwright": "^1.42.1",
"@siafoundation/walletd-types": "0.5.1"
"@siafoundation/walletd-types": "0.5.2"
},
"types": "./src/index.d.ts"
}
8 changes: 8 additions & 0 deletions libs/walletd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @siafoundation/walletd-react

## 4.3.7

### Patch Changes

- 97727dac: Updated the response structure for outputs APIs.
- Updated dependencies [97727dac]
- @siafoundation/walletd-types@0.5.2

## 4.3.6

### 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.6",
"version": "4.3.7",
"license": "MIT",
"dependencies": {
"@siafoundation/react-core": "^1.8.0",
"swr": "^2.1.1",
"@siafoundation/walletd-types": "0.5.1",
"@siafoundation/walletd-types": "0.5.2",
"@siafoundation/units": "3.3.1"
},
"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.2

### Patch Changes

- 97727dac: Updated the response structure for outputs APIs.

## 0.5.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.5.1",
"version": "0.5.2",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "^0.7.0"
Expand Down
Loading

0 comments on commit 84d8051

Please sign in to comment.