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 Nov 21, 2024
1 parent 36b55f8 commit ddc1417
Show file tree
Hide file tree
Showing 56 changed files with 282 additions and 180 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-sloths-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-hairs-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-bottles-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-sheep-shout.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fresh-plants-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-scissors-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-lemons-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-books-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-llamas-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-fireants-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-bags-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-planets-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-rabbits-film.md

This file was deleted.

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

## 0.68.0

### Minor Changes

- 9d8b9d74: Files and directories can now be selected and moved in bulk to a destination folder via drag and drop or the multi-select actions menu. This works even when selecting files (and entire directories) from across multiple different origin directories.
- 5e7fedb9: The allowance fitting and price fitting features were removed.
- 5e7fedb9: The configuration page has a new spending estimate widget that includes an option to rebalance prices within the current estimate.
- 5e7fedb9: The allowance concept was removed.

## 0.67.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.67.0",
"version": "0.68.0",
"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.25.0

### Minor Changes

- 5e7fedb9: The wallet balance is now refreshed at least every 15 seconds.

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

## 0.0.6

### Patch Changes

- @siafoundation/renterd-js@0.11.1
- @siafoundation/units@3.2.1

## 0.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions libs/clusterd/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@siafoundation/clusterd",
"description": "Methods controlling clusterd in e2e testing.",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"private": true,
"dependencies": {
"@technically/lodash": "^4.17.0",
"axios": "^0.27.2",
"@siafoundation/renterd-js": "0.11.0",
"@siafoundation/units": "3.2.0"
"@siafoundation/renterd-js": "0.11.1",
"@siafoundation/units": "3.2.1"
},
"types": "./src/index.d.ts"
}
14 changes: 14 additions & 0 deletions libs/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 4.12.0

### Minor Changes

- 5e7fedb9: SiacoinField border is no longer blue in readOnly state.
- 5e7fedb9: SiacoinField now has a unitsFiatPostfix prop.
- 9d8b9d74: The table now supports multiple dragging datums.

### Patch Changes

- Updated dependencies [36b55f89]
- @siafoundation/types@0.7.0
- @siafoundation/units@3.2.1

## 4.11.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.11.0",
"version": "4.12.0",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0"
},
"dependencies": {
"@siafoundation/react-icons": "^0.3.0",
"@siafoundation/react-core": "^1.5.0",
"@siafoundation/units": "^3.2.0",
"@siafoundation/types": "^0.6.0",
"@siafoundation/units": "^3.2.1",
"@siafoundation/types": "^0.7.0",
"@siafoundation/next": "^0.1.3",
"@radix-ui/react-visually-hidden": "^1.1.0",
"swr": "^2.1.1",
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.3.0

### Minor Changes

- 9d8b9d74: Added methods for mouse move and hover behaviours.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/e2e",
"description": "Shared e2e testing code.",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"dependencies": {
"@playwright/test": "^1.36.0",
Expand Down
7 changes: 7 additions & 0 deletions libs/explored-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/explored-js

## 0.3.2

### Patch Changes

- Updated dependencies [ecec83f1]
- @siafoundation/explored-types@0.9.0

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

## 0.3.2

### Patch Changes

- Updated dependencies [ecec83f1]
- @siafoundation/explored-types@0.9.0

## 0.3.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.3.1",
"version": "0.3.2",
"license": "MIT",
"dependencies": {
"@siafoundation/react-core": "^1.5.0",
"@siafoundation/explored-types": "0.8.0"
"@siafoundation/explored-types": "0.9.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.9.0

### Minor Changes

- ecec83f1: Updated ExplorerFileContract type for refactored inclusion of output ID.

### Patch Changes

- Updated dependencies [36b55f89]
- @siafoundation/types@0.7.0

## 0.8.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.8.0",
"version": "0.9.0",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "^0.6.0"
"@siafoundation/types": "^0.7.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.3.2

### Patch Changes

- @siafoundation/hostd-types@0.4.1

## 0.3.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.3.1",
"version": "0.3.2",
"license": "MIT",
"dependencies": {
"@siafoundation/request": "0.2.0",
"@siafoundation/hostd-types": "0.4.0"
"@siafoundation/hostd-types": "0.4.1"
},
"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.2

### Patch Changes

- @siafoundation/hostd-types@0.4.1
- @siafoundation/units@3.2.1

## 4.4.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions libs/hostd-react/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@siafoundation/hostd-react",
"description": "React hooks for interacting with `hostd`.",
"version": "4.4.1",
"version": "4.4.2",
"license": "MIT",
"dependencies": {
"swr": "^2.1.1",
"@siafoundation/react-core": "^1.4.0",
"@siafoundation/hostd-types": "0.4.0",
"@siafoundation/units": "3.2.0"
"@siafoundation/hostd-types": "0.4.1",
"@siafoundation/units": "3.2.1"
},
"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.4.1

### Patch Changes

- Updated dependencies [36b55f89]
- @siafoundation/types@0.7.0

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "^0.6.0"
"@siafoundation/types": "^0.7.0"
},
"types": "./src/index.d.ts"
}
9 changes: 9 additions & 0 deletions libs/renterd-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @siafoundation/renterd-js

## 0.11.1

### Patch Changes

- Updated dependencies [36b55f89]
- Updated dependencies [5e7fedb9]
- Updated dependencies [5e7fedb9]
- @siafoundation/renterd-types@0.13.0

## 0.11.0

### Minor Changes
Expand Down
Loading

0 comments on commit ddc1417

Please sign in to comment.