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 23, 2024
1 parent cf99504 commit 1380c48
Show file tree
Hide file tree
Showing 35 changed files with 49,198 additions and 49,142 deletions.
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.

8 changes: 0 additions & 8 deletions .changeset/ninety-otters-drum.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.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## 0.16.3

### 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.16.3",
"private": true,
"license": "MIT"
}
7 changes: 7 additions & 0 deletions apps/hostd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hostd

## 0.47.0

### Minor Changes

- 5f34c9a6: The UI now uses the daemon configured explorer for exchange rates.
- 5f34c9a6: Migrated all exchange rate usage from Sia Central to Siascan.

## 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"
}
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.61.0

### Minor Changes

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

## 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"
}
19 changes: 19 additions & 0 deletions libs/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 4.7.0

### Minor Changes

- 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.
- 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 [8be86046]
- Updated dependencies [5f34c9a6]
- 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
11 changes: 11 additions & 0 deletions libs/hostd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @siafoundation/hostd-react

## 4.3.2

### Patch Changes

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

## 4.3.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.3.1",
"version": "4.3.2",
"license": "MIT",
"dependencies": {
"swr": "^2.1.1",
"@siafoundation/react-core": "^1.3.0",
"@siafoundation/react-core": "^1.4.0",
"@siafoundation/hostd-types": "0.2.1",
"@siafoundation/units": "3.1.1"
"@siafoundation/units": "3.2.0"
},
"types": "./src/index.d.ts"
}
13 changes: 13 additions & 0 deletions libs/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @siafoundation/react-core

## 1.4.0

### Minor Changes

- 5f34c9a6: Added support for detecting and exposing daemon explorer via AppSettings. Closes https://github.com/SiaFoundation/web/issues/690
- 8be86046: Exchange rate hooks were moved from design-system to react-core.
- 5f34c9a6: Refactored AppSettings into a RequestSettings and an ExternalData provider, the providers can be used directly or via a composite AppSettings provider for backwards compatibility.

### Patch Changes

- Updated dependencies [8be86046]
- @siafoundation/units@3.2.0

## 1.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@siafoundation/react-core",
"description": "Core library for building React hooks for interacting with a Sia daemon.",
"version": "1.3.0",
"version": "1.4.0",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0"
},
"dependencies": {
"@siafoundation/next": "^0.1.3",
"@siafoundation/request": "0.2.0",
"@siafoundation/units": "^3.1.1",
"@siafoundation/units": "^3.2.0",
"swr": "^2.1.1",
"axios": "^0.27.2",
"use-local-storage-state": "^18.3.3",
Expand Down
11 changes: 11 additions & 0 deletions libs/renterd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @siafoundation/renterd-react

## 4.6.2

### Patch Changes

- Updated dependencies [8be86046]
- Updated dependencies [5f34c9a6]
- 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/renterd-react/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@siafoundation/renterd-react",
"description": "React hooks for interacting with `renterd`.",
"version": "4.6.1",
"version": "4.6.2",
"license": "MIT",
"dependencies": {
"@technically/lodash": "^4.17.0",
"@siafoundation/react-core": "^1.3.0",
"@siafoundation/react-core": "^1.4.0",
"swr": "^2.1.1",
"@siafoundation/renterd-types": "0.6.1",
"@siafoundation/units": "3.1.1"
"@siafoundation/units": "3.2.0"
},
"types": "./src/index.d.ts"
}
6 changes: 6 additions & 0 deletions libs/sia-central-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/sia-central-mock

## 0.2.0

### Minor Changes

- 5f34c9a6: Add mock for hosts network averages.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/sia-central-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/sia-central-mock",
"description": "Sia Central data and API mock library for testing.",
"version": "0.1.1",
"version": "0.2.0",
"license": "MIT",
"dependencies": {
"playwright": "^1.42.1",
Expand Down
6 changes: 6 additions & 0 deletions libs/units/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/units

## 3.2.0

### Minor Changes

- 8be86046: Time conversion helpers were moved from design-system to units package.

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/units/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/units",
"description": "Methods and types for interacting with the Sia Central API.",
"version": "3.1.1",
"version": "3.2.0",
"license": "MIT",
"dependencies": {
"bignumber.js": "^9.0.2",
Expand Down
9 changes: 9 additions & 0 deletions libs/walletd-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @siafoundation/walletd-mock

## 0.1.9

### Patch Changes

- Updated dependencies [5f34c9a6]
- Updated dependencies [8be86046]
- @siafoundation/sia-central-mock@0.2.0
- @siafoundation/units@3.2.0

## 0.1.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions libs/walletd-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@siafoundation/walletd-mock",
"description": "walletd data and API mock library for testing.",
"version": "0.1.8",
"version": "0.1.9",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "0.6.0",
"@siafoundation/sia-central-mock": "0.1.1",
"@siafoundation/units": "3.1.1",
"@siafoundation/sia-central-mock": "0.2.0",
"@siafoundation/units": "3.2.0",
"playwright": "^1.42.1",
"@siafoundation/walletd-types": "0.4.1"
},
Expand Down
11 changes: 11 additions & 0 deletions libs/walletd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @siafoundation/walletd-react

## 4.3.2

### Patch Changes

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

## 4.3.1

### Patch Changes
Expand Down
Loading

0 comments on commit 1380c48

Please sign in to comment.