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 Jun 20, 2024
1 parent a04ef96 commit 570c910
Show file tree
Hide file tree
Showing 42 changed files with 205 additions and 122 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-onions-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-countries-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-turkeys-remember.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/poor-insects-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-bears-grab.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/silly-olives-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-buses-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-cherries-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-tables-press.md

This file was deleted.

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

## 0.45.0

### Minor Changes

- a04ef967: Max collateral no longer has an option to auto-calculate its value, the same value is shown as a suggestion. Closes https://github.com/SiaFoundation/hostd/issues/418
- 1a4a2bd3: The pin max collateral switch is now visible in basic view mode. Closes https://github.com/SiaFoundation/hostd/issues/417

### Patch Changes

- a04ef967: Fixed an issue where suggestions or errors were not showing for some fields.

## 0.44.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.44.0",
"version": "0.45.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.54.1

### Patch Changes

- b13c3b51: Fixed an issue where renaming a file would throw an error.
- b13c3b51: Fixed an issue where the empty directory state was showing an empty bucket message.

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

## 0.22.0

### Minor Changes

- fff7febd: Wallet events have been updated to use the new types and data format. Closes https://github.com/SiaFoundation/walletd/issues/134

## 0.21.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.21.0",
"version": "0.22.0",
"private": true,
"license": "MIT"
}
12 changes: 12 additions & 0 deletions libs/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 4.4.0

### Minor Changes

- b13c3b51: Updated react-hook-form.

### Patch Changes

- a04ef967: The configuration form components now use the field components internally.
- Updated dependencies [fff7febd]
- @siafoundation/types@0.3.0

## 4.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0",
"version": "4.4.0",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0",
Expand All @@ -11,7 +11,7 @@
"@siafoundation/react-icons": "^0.2.3",
"@siafoundation/react-core": "^1.2.0",
"@siafoundation/units": "^3.0.2",
"@siafoundation/types": "^0.2.0",
"@siafoundation/types": "^0.3.0",
"@siafoundation/next": "^0.1.3",
"@siafoundation/sia-central-react": "^3.1.1",
"swr": "^2.1.1",
Expand Down
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.1.1

### Patch Changes

- @siafoundation/hostd-types@0.1.2

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

## 4.2.1

### Patch Changes

- @siafoundation/hostd-types@0.1.2

## 4.2.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.2.0",
"version": "4.2.1",
"license": "MIT",
"dependencies": {
"swr": "^2.1.1",
"@siafoundation/react-core": "^1.2.0",
"@siafoundation/hostd-types": "0.1.1"
"@siafoundation/hostd-types": "0.1.2"
},
"types": "./src/index.d.ts"
}
7 changes: 7 additions & 0 deletions libs/hostd-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/hostd-types

## 0.1.2

### Patch Changes

- Updated dependencies [fff7febd]
- @siafoundation/types@0.3.0

## 0.1.1

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

## 0.2.2

### Patch Changes

- @siafoundation/renterd-types@0.2.2

## 0.2.1

### Patch 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.2.1",
"version": "0.2.2",
"license": "MIT",
"dependencies": {
"@siafoundation/renterd-types": "0.2.1",
"@siafoundation/renterd-types": "0.2.2",
"@siafoundation/request": "0.2.0",
"axios": "^0.27.2"
},
Expand Down
6 changes: 6 additions & 0 deletions libs/renterd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/renterd-react

## 4.2.2

### Patch Changes

- @siafoundation/renterd-types@0.2.2

## 4.2.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.2.1",
"version": "4.2.2",
"license": "MIT",
"dependencies": {
"@technically/lodash": "^4.17.0",
"@siafoundation/react-core": "^1.2.1",
"swr": "^2.1.1",
"@siafoundation/renterd-types": "0.2.1"
"@siafoundation/renterd-types": "0.2.2"
},
"types": "./src/index.d.ts"
}
7 changes: 7 additions & 0 deletions libs/renterd-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/renterd-types

## 0.2.2

### Patch Changes

- Updated dependencies [fff7febd]
- @siafoundation/types@0.3.0

## 0.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/renterd-types/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@siafoundation/renterd-types",
"description": "Types for `renterd`.",
"version": "0.2.1",
"version": "0.2.2",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "^0.2.0"
"@siafoundation/types": "^0.3.0"
},
"types": "./src/index.d.ts"
}
7 changes: 7 additions & 0 deletions libs/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/sdk

## 0.1.1

### Patch Changes

- Updated dependencies [fff7febd]
- @siafoundation/types@0.3.0

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@siafoundation/sdk",
"description": "SDK for interacting directly with the Sia network from browsers and web clients.",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "0.2.0"
"@siafoundation/types": "0.3.0"
},
"devDependencies": {
"undici": "5.28.3"
Expand Down
6 changes: 6 additions & 0 deletions libs/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/types

## 0.3.0

### Minor Changes

- fff7febd: Wallet events have been updated to use the new types and data format. Closes https://github.com/SiaFoundation/walletd/issues/134

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/types",
"description": "Core Sia types and library methods.",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"types": "./src/index.d.ts"
}
13 changes: 13 additions & 0 deletions libs/walletd-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @siafoundation/walletd-js

## 0.2.0

### Minor Changes

- fff7febd: Wallet events have been updated to use the new types and data format. Closes https://github.com/SiaFoundation/walletd/issues/134
- fff7febd: Added wallet events unconfirmed API, removed wallet txpool API.

### Patch Changes

- Updated dependencies [fff7febd]
- Updated dependencies [fff7febd]
- @siafoundation/walletd-types@0.3.0

## 0.1.1

### Patch Changes
Expand Down
Loading

0 comments on commit 570c910

Please sign in to comment.