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 Jul 18, 2024
1 parent 009fdc6 commit c46e718
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 39 deletions.
7 changes: 0 additions & 7 deletions .changeset/brave-carrots-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brave-tables-nail.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dull-bobcats-prove.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/flat-horses-play.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stupid-parrots-bathe.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-ghosts-jog.md

This file was deleted.

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

## 0.15.0

### Minor Changes

- 009fdc6: The recovery phrase is now displayed in a locked state if a saved value exists. Closes https://github.com/SiaFoundation/desktop/issues/67
- 009fdc6: Recovery phrase and password visibility selections no longer persist between app start, they now reset to hidden.
- 009fdc6: Regenerating the recovery phrase now warns the user and asks for confirmation. Closes https://github.com/SiaFoundation/desktop/issues/67

### Patch Changes

- c3d0772: The tray icon now matches the system theme on MacOS. Closes https://github.com/SiaFoundation/desktop/issues/79
- 009fdc6: Copying the recovery phrase value is now only required if the value has changed.

## 0.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion hostd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hostd",
"version": "0.14.0",
"version": "0.15.0",
"license": "MIT",
"private": true,
"description": "The hostd desktop app",
Expand Down
13 changes: 13 additions & 0 deletions renterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# renterd

## 0.12.0

### Minor Changes

- 009fdc6: The recovery phrase is now displayed in a locked state if a saved value exists. Closes https://github.com/SiaFoundation/desktop/issues/67
- 009fdc6: Recovery phrase and password visibility selections no longer persist between app start, they now reset to hidden.
- 009fdc6: Regenerating the recovery phrase now warns the user and asks for confirmation. Closes https://github.com/SiaFoundation/desktop/issues/67

### Patch Changes

- c3d0772: The tray icon now matches the system theme on MacOS. Closes https://github.com/SiaFoundation/desktop/issues/79
- 009fdc6: Copying the recovery phrase value is now only required if the value has changed.

## 0.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion renterd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "renterd",
"version": "0.11.1",
"version": "0.12.0",
"license": "MIT",
"private": true,
"description": "The renterd desktop app",
Expand Down
7 changes: 7 additions & 0 deletions walletd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# walletd

## 0.7.1

### Patch Changes

- c3d0772: The tray icon now matches the system theme on MacOS. Closes https://github.com/SiaFoundation/desktop/issues/79
- ae8dbe0: The bootstrap option now defaults to true.

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion walletd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "walletd",
"version": "0.7.0",
"version": "0.7.1",
"license": "MIT",
"private": true,
"description": "The walletd desktop app",
Expand Down

0 comments on commit c46e718

Please sign in to comment.