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 11, 2024
1 parent c909ad2 commit 11aff94
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-days-camp.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/real-paws-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-radios-tie.md

This file was deleted.

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

## 0.53.0

### Minor Changes

- c909ad28: Multi-select now supports single select, toggle select, and range selection interactions, with click, ctrl-click, and shift-click.

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

## 0.69.0

### Minor Changes

- c909ad28: Multi-select now supports single select, toggle select, and range selection interactions, with click, ctrl-click, and shift-click.

## 0.68.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.68.0",
"version": "0.69.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.26.0

### Minor Changes

- c909ad28: Multi-select now supports single select, toggle select, and range selection interactions, with click, ctrl-click, and shift-click.

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

## 4.13.0

### Minor Changes

- c909ad28: Renamed selectionMap to selection in the useMultiSelect hook API.
- c909ad28: Table now prevents default on any mouse down with shift held. This ensures the user does not highlight text while shift selecting a range of rows.

## 4.12.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.12.0",
"version": "4.13.0",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0"
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11aff94

Please sign in to comment.