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 Dec 20, 2024
1 parent e983c15 commit 3dbd63b
Show file tree
Hide file tree
Showing 37 changed files with 137 additions and 125 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-keys-wash.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/cuddly-balloons-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-lamps-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-owls-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-snails-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-years-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-llamas-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-maps-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-crabs-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-planes-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-zebras-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-zebras-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-tools-cheat.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/spotty-fans-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-clocks-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-seals-sin.md

This file was deleted.

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

## 0.55.0

### Minor Changes

- b7e5ea12: Data tables now show an empty state when viewing a page greater than the first page with no data.

### Patch Changes

- b7e5ea12: Fixed a bug where the transaction list would show pending transactions when viewing pages other than the first page.

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

## 0.72.0

### Minor Changes

- a5a5d09a: The contracts explorer no longer supports filtering by host IP.
- a5a5d09a: The blocklist dialog no longer shows how many active contacts match a suggestion.
- a5a5d09a: The contracts explorer no longer includes a column for host IP.
- b7e5ea12: Data tables now show an empty state when viewing a page greater than the first page with no data.
- a5a5d09a: The contracts multi-select menu no longer supports bulk blocklist actions.

### Patch Changes

- b7e5ea12: Fixed a bug where the transaction list would show pending transactions when viewing pages other than the first page.
- b7e5ea12: Fixed a bug where pagination did now work on the file uploads list.
- b7e5ea12: Fixed a bug where pagination did not work on the file explorer.

## 0.71.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.71.0",
"version": "0.72.0",
"private": true,
"license": "MIT"
}
10 changes: 10 additions & 0 deletions apps/walletd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# walletd

## 0.27.0

### Minor Changes

- b7e5ea12: Data tables now show an empty state when viewing a page greater than the first page with no data.

### Patch Changes

- b7e5ea12: Fixed a bug where the transaction list would show pending transactions when viewing pages other than the first page.

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

## 0.1.3

### Patch Changes

- @siafoundation/renterd-js@0.12.2

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/clusterd/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@siafoundation/clusterd",
"description": "Methods controlling clusterd in e2e testing.",
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT",
"private": true,
"dependencies": {
"@technically/lodash": "^4.17.0",
"axios": "^0.27.2",
"@siafoundation/renterd-js": "0.12.1",
"@siafoundation/renterd-js": "0.12.2",
"@siafoundation/units": "3.3.0",
"@siafoundation/hostd-js": "0.4.0",
"@siafoundation/types": "0.7.0"
Expand Down
16 changes: 16 additions & 0 deletions libs/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 4.15.0

### Minor Changes

- 2f3f9ab0: useTableState now handles column filtering.
- b7e5ea12: Refactored useDatasetState to include a noneOnPage state, a renamed loaded state, and a more explicit API.
- b7e5ea12: PaginationMarker now takes an explicit nextMarker and also an optional marker. If the current marker is not passed at all, previous page navigation is always enabled.
- 2f3f9ab0: Renamed enabledColumns to visibleColumns and removed disabled categories from useTableState.
- b7e5ea12: Added EmptyState component for handling all dataset empty states with custom or default components.
- e983c15f: useTableState now supports a defaultSortDirection.

### Patch Changes

- Updated dependencies [b7e5ea12]
- @siafoundation/react-core@1.6.0

## 4.14.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,14 +1,14 @@
{
"name": "@siafoundation/design-system",
"description": "React-based design system used across Sia apps and websites.",
"version": "4.14.0",
"version": "4.15.0",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0"
},
"dependencies": {
"@siafoundation/react-icons": "^0.3.0",
"@siafoundation/react-core": "^1.5.0",
"@siafoundation/react-core": "^1.6.0",
"@siafoundation/units": "^3.3.0",
"@siafoundation/types": "^0.7.0",
"@siafoundation/next": "^0.1.3",
Expand Down
7 changes: 7 additions & 0 deletions libs/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/e2e

## 0.3.1

### Patch Changes

- Updated dependencies [b7e5ea12]
- @siafoundation/react-core@1.6.0

## 0.3.0

### Minor 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.3.0",
"version": "0.3.1",
"license": "MIT",
"dependencies": {
"@playwright/test": "^1.36.0",
"playwright": "^1.42.1",
"@siafoundation/react-core": "1.5.0"
"@siafoundation/react-core": "1.6.0"
},
"types": "./src/index.d.ts"
}
6 changes: 6 additions & 0 deletions libs/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/react-core

## 1.6.0

### Minor Changes

- b7e5ea12: Added maybeFromNullishArrayResponse for casting null empty array responses to [].

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/react-core",
"description": "Core library for building React hooks for interacting with a Sia daemon.",
"version": "1.5.0",
"version": "1.6.0",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0",
Expand Down
7 changes: 7 additions & 0 deletions libs/renterd-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/renterd-js

## 0.12.2

### Patch Changes

- Updated dependencies [b7e5ea12]
- @siafoundation/renterd-types@0.14.1

## 0.12.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.12.1",
"version": "0.12.2",
"license": "MIT",
"dependencies": {
"@siafoundation/renterd-types": "0.14.0",
"@siafoundation/renterd-types": "0.14.1",
"@siafoundation/request": "0.2.0"
},
"types": "./src/index.d.ts"
Expand Down
9 changes: 9 additions & 0 deletions libs/renterd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @siafoundation/renterd-react

## 4.13.3

### Patch Changes

- Updated dependencies [b7e5ea12]
- Updated dependencies [b7e5ea12]
- @siafoundation/renterd-types@0.14.1
- @siafoundation/react-core@1.6.0

## 4.13.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.13.2",
"version": "4.13.3",
"license": "MIT",
"dependencies": {
"@technically/lodash": "^4.17.0",
"@siafoundation/react-core": "^1.5.0",
"@siafoundation/react-core": "^1.6.0",
"swr": "^2.1.1",
"@siafoundation/renterd-types": "0.14.0",
"@siafoundation/renterd-types": "0.14.1",
"@siafoundation/units": "3.3.0"
},
"types": "./src/index.d.ts"
Expand Down
8 changes: 8 additions & 0 deletions libs/renterd-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @siafoundation/renterd-types

## 0.14.1

### Patch Changes

- b7e5ea12: Host and contract responses are now Nullable rather than Maybe, since empty responses return null.
- Updated dependencies [b7e5ea12]
- @siafoundation/react-core@1.6.0

## 0.14.0

### Minor 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,11 +1,11 @@
{
"name": "@siafoundation/renterd-types",
"description": "Types for `renterd`.",
"version": "0.14.0",
"version": "0.14.1",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "^0.7.0",
"@siafoundation/react-core": "^1.5.0"
"@siafoundation/react-core": "^1.6.0"
},
"types": "./src/index.d.ts"
}
Loading

0 comments on commit 3dbd63b

Please sign in to comment.