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 Dec 16, 2024
1 parent c78b0e9 commit 26af589
Show file tree
Hide file tree
Showing 37 changed files with 159 additions and 104 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-actors-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-mice-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-points-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-carrots-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-clouds-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-rats-try.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/shiny-pugs-punch.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/smooth-hornets-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-dots-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-moons-vanish.md

This file was deleted.

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

## 0.23.0

### Minor Changes

- cb550800: Refactor explorer faucet from formik to react-hook-form.
- c78b0e9a: Use explored for host metrics.

## 0.22.0

### Minor 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.22.0",
"version": "0.23.0",
"private": true,
"license": "MIT"
}
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.1

### Patch Changes

- 8c47e175: Contracts that have not been renewed from or two another contract no longer show the empty contract ID in the contract ID table cell. Closes https://github.com/SiaFoundation/hostd/issues/524

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

## 0.70.0

### Minor Changes

- b04c20e4: The min account expiry and min price table validity configuration settings are now stored in milliseconds.

### Patch Changes

- 8c47e175: Contracts that have not been renewed from another contract no longer show the empty contract ID in the contract ID table cell.
- 95f51d34: Fixed an issue where the first attempt to download a file would show a bucket not found error.

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

## 0.1.1

### Patch Changes

- Updated dependencies [b04c20e4]
- @siafoundation/units@3.3.0

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/clusterd/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@siafoundation/clusterd",
"description": "Methods controlling clusterd in e2e testing.",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"private": true,
"dependencies": {
"@technically/lodash": "^4.17.0",
"axios": "^0.27.2",
"@siafoundation/renterd-js": "0.12.0",
"@siafoundation/units": "3.2.1",
"@siafoundation/units": "3.3.0",
"@siafoundation/hostd-js": "0.3.2",
"@siafoundation/types": "0.7.0"
},
Expand Down
11 changes: 11 additions & 0 deletions libs/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 4.14.0

### Minor Changes

- 71f03ca2: Add showFiat configurationField for FieldSiacoin.

### Patch Changes

- Updated dependencies [b04c20e4]
- @siafoundation/units@3.3.0

## 4.13.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,15 +1,15 @@
{
"name": "@siafoundation/design-system",
"description": "React-based design system used across Sia apps and websites.",
"version": "4.13.0",
"version": "4.14.0",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0"
},
"dependencies": {
"@siafoundation/react-icons": "^0.3.0",
"@siafoundation/react-core": "^1.5.0",
"@siafoundation/units": "^3.2.1",
"@siafoundation/units": "^3.3.0",
"@siafoundation/types": "^0.7.0",
"@siafoundation/next": "^0.1.3",
"@radix-ui/react-visually-hidden": "^1.1.0",
Expand Down
13 changes: 13 additions & 0 deletions libs/explored-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @siafoundation/explored-js

## 0.5.0

### Minor Changes

- 292e6e23: Rename block metrics APIs.
- 7a93acf1: Add hostMetrics API.

### Patch Changes

- Updated dependencies [292e6e23]
- Updated dependencies [7a93acf1]
- @siafoundation/explored-types@0.10.0

## 0.4.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.4.0",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"@siafoundation/request": "0.2.0",
"@siafoundation/explored-types": "0.9.0"
"@siafoundation/explored-types": "0.10.0"
},
"types": "./src/index.d.ts"
}
13 changes: 13 additions & 0 deletions libs/explored-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @siafoundation/explored-react

## 0.5.0

### Minor Changes

- 292e6e23: Rename block metrics APIs.
- 7a93acf1: Add hostMetrics API.

### Patch Changes

- Updated dependencies [292e6e23]
- Updated dependencies [7a93acf1]
- @siafoundation/explored-types@0.10.0

## 0.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.4.0",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"@siafoundation/react-core": "^1.5.0",
"@siafoundation/explored-types": "0.9.0"
"@siafoundation/explored-types": "0.10.0"
},
"types": "./src/index.d.ts"
}
7 changes: 7 additions & 0 deletions libs/explored-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/explored-types

## 0.10.0

### Minor Changes

- 292e6e23: Rename block metrics APIs.
- 7a93acf1: Add hostMetrics API.

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/explored-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/explored-types",
"description": "Types for `explored`.",
"version": "0.9.0",
"version": "0.10.0",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "^0.7.0"
Expand Down
7 changes: 7 additions & 0 deletions libs/hostd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/hostd-react

## 4.4.3

### Patch Changes

- Updated dependencies [b04c20e4]
- @siafoundation/units@3.3.0

## 4.4.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.4.2",
"version": "4.4.3",
"license": "MIT",
"dependencies": {
"swr": "^2.1.1",
"@siafoundation/react-core": "^1.4.0",
"@siafoundation/hostd-types": "0.4.1",
"@siafoundation/units": "3.2.1"
"@siafoundation/units": "3.3.0"
},
"types": "./src/index.d.ts"
}
7 changes: 7 additions & 0 deletions libs/renterd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/renterd-react

## 4.13.1

### Patch Changes

- Updated dependencies [b04c20e4]
- @siafoundation/units@3.3.0

## 4.13.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.13.0",
"version": "4.13.1",
"license": "MIT",
"dependencies": {
"@technically/lodash": "^4.17.0",
"@siafoundation/react-core": "^1.5.0",
"swr": "^2.1.1",
"@siafoundation/renterd-types": "0.13.0",
"@siafoundation/units": "3.2.1"
"@siafoundation/units": "3.3.0"
},
"types": "./src/index.d.ts"
}
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.3.0

### Minor Changes

- b04c20e4: Add and remove time methods.

## 3.2.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.2.1",
"version": "3.3.0",
"license": "MIT",
"dependencies": {
"bignumber.js": "^9.0.2",
Expand Down
7 changes: 7 additions & 0 deletions libs/walletd-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/walletd-mock

## 0.1.12

### Patch Changes

- Updated dependencies [b04c20e4]
- @siafoundation/units@3.3.0

## 0.1.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.11",
"version": "0.1.12",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "0.7.0",
"@siafoundation/sia-central-mock": "0.2.0",
"@siafoundation/units": "3.2.1",
"@siafoundation/units": "3.3.0",
"playwright": "^1.42.1",
"@siafoundation/walletd-types": "0.5.1"
},
Expand Down
Loading

0 comments on commit 26af589

Please sign in to comment.