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 Aug 30, 2024
1 parent 5c0df06 commit fb0e302
Show file tree
Hide file tree
Showing 67 changed files with 344 additions and 258 deletions.
7 changes: 0 additions & 7 deletions .changeset/bright-swans-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-actors-shop.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/cold-trees-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-fireants-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-mugs-confess.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/forty-suns-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-ravens-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-seals-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-clocks-juggle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/moody-zebras-fly.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nine-rice-end.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/ninety-otters-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-paws-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-panthers-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-scissors-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-grapes-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-onions-unite.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/short-cows-attend.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/short-lizards-shop.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/shy-dots-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-cameras-lay.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/spicy-boats-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-clouds-deliver.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sweet-meals-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-seahorses-love.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/thick-rats-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-berries-laugh.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/young-gifts-return.md

This file was deleted.

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

## 0.17.0

### Minor Changes

- 3fc5db60: Added base explored API for future Siacentral phase out.

### Patch Changes

- 4e807730: Fixed a bug in the average fiat storage cost calculation.

## 0.16.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "explorer",
"description": "The `explorer` user interface, a Sia blockchain explorer interface that powers siascan.com.",
"version": "0.16.2",
"version": "0.17.0",
"private": true,
"license": "MIT"
}
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.47.0

### Minor Changes

- 02c02fe7: The send siacoin feature now validates the entered address.
- 5f34c9a6: The UI now uses the daemon configured explorer for exchange rates.
- 81d374f4: The send siacoin feature now calculates the fee using the daemon's recommended fee per byte and a standard transaction size.
- 5f34c9a6: Migrated all exchange rate usage from Sia Central to Siascan.
- d6eed368: The contracts metrics now show active, rejected, failed, renewed, finalized, and successful.

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

## 0.61.0

### Minor Changes

- 02c02fe7: The send siacoin feature now validates the entered address.
- 81d374f4: The send siacoin feature now calculates the fee using the daemon's recommended fee per byte and a standard transaction size.
- a7ff93e9: Min recent scan failures is now max consecutive scan failures. Relates to https://github.com/SiaFoundation/renterd/pull/1482
- 5f34c9a6: Migrated all exchange rate usage from Sia Central to Siascan.
- dd1b4036: The recommendations now say "no recommendations" instead of 0. Closes https://github.com/SiaFoundation/desktop/issues/90

## 0.60.1

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

## 0.55.0

### Minor Changes

- 5f34c9a6: Migrated all exchange rate usage from Sia Central to Siascan.

## 0.54.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "website",
"description": "The main sia.tech website with information on the Sia project and the Sia Foundation.",
"version": "0.54.0",
"version": "0.55.0",
"private": true,
"license": "MIT"
}
23 changes: 23 additions & 0 deletions libs/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## 4.7.0

### Minor Changes

- 02c02fe7: The send siacoin feature now validates the entered address.
- 8be86046: Time conversion helpers were moved from design-system to units package.
- 8be86046: Fiat components requiring exchange rate now use the generic useExchangeRate hook rather than useSiascanExchangeRate directly.
- 5f34c9a6: Migrated all exchange rate usage from Sia Central to Siascan.
- 02c02fe7: WalletSendSiacoinDialog no longer uses formik.
- 8be86046: Exchange rate hooks were moved from design-system to react-core.
- 5f34c9a6: Added ability to use daemon explorer when available, otherwise falling back to direct siascan setting.

### Patch Changes

- Updated dependencies [5c0df06e]
- Updated dependencies [8be86046]
- Updated dependencies [5f34c9a6]
- Updated dependencies [d5dc0f86]
- Updated dependencies [8be86046]
- Updated dependencies [5f34c9a6]
- @siafoundation/units@3.2.0
- @siafoundation/react-core@1.4.0

## 4.6.1

### Patch 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,15 +1,15 @@
{
"name": "@siafoundation/design-system",
"description": "React-based design system used across Sia apps and websites.",
"version": "4.6.1",
"version": "4.7.0",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0"
},
"dependencies": {
"@siafoundation/react-icons": "^0.2.3",
"@siafoundation/react-core": "^1.3.0",
"@siafoundation/units": "^3.1.1",
"@siafoundation/react-core": "^1.4.0",
"@siafoundation/units": "^3.2.0",
"@siafoundation/types": "^0.6.0",
"@siafoundation/next": "^0.1.3",
"swr": "^2.1.1",
Expand Down
8 changes: 8 additions & 0 deletions libs/explored-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @siafoundation/explored-js

## 0.1.1

### Patch Changes

- Updated dependencies [6bb9322f]
- Updated dependencies [3c66edbb]
- @siafoundation/explored-types@0.2.0

## 0.1.0

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

## 0.1.1

### Patch Changes

- Updated dependencies [6bb9322f]
- Updated dependencies [5f34c9a6]
- Updated dependencies [8be86046]
- Updated dependencies [3c66edbb]
- Updated dependencies [5f34c9a6]
- @siafoundation/explored-types@0.2.0
- @siafoundation/react-core@1.4.0

## 0.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.1.0",
"version": "0.1.1",
"license": "MIT",
"dependencies": {
"@siafoundation/react-core": "^1.3.0",
"@siafoundation/explored-types": "0.1.0"
"@siafoundation/react-core": "^1.4.0",
"@siafoundation/explored-types": "0.2.0"
},
"types": "./src/index.d.ts"
}
Loading

0 comments on commit fb0e302

Please sign in to comment.