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 Oct 3, 2024
1 parent 548dc86 commit 812f79f
Show file tree
Hide file tree
Showing 21 changed files with 96 additions and 53 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-avocados-teach.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/few-deers-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-humans-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-rocks-tie.md

This file was deleted.

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.64.0

### Minor Changes

- 2a1d787d: Max RPC price and max contract price now show a suggestion instead of a network average.

### Patch Changes

- 2a1d787d: Fixed a bug where the network average prices would show as 0 in the configuration fields. Closes https://github.com/SiaFoundation/renterd/issues/1565

## 0.63.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.63.0",
"version": "0.64.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.0.3

### Patch Changes

- Updated dependencies [ee6e18ce]
- @siafoundation/renterd-js@0.10.0

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/clusterd/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@siafoundation/clusterd",
"description": "Methods controlling clusterd in e2e testing.",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"private": true,
"dependencies": {
"@technically/lodash": "^4.17.0",
"axios": "^0.27.2",
"@siafoundation/renterd-js": "0.9.0",
"@siafoundation/renterd-js": "0.10.0",
"@siafoundation/units": "3.2.0"
},
"types": "./src/index.d.ts"
Expand Down
7 changes: 7 additions & 0 deletions libs/explored-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/explored-js

## 0.2.2

### Patch Changes

- Updated dependencies [7767e65a]
- @siafoundation/explored-types@0.6.0

## 0.2.1

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

## 0.2.2

### Patch Changes

- Updated dependencies [7767e65a]
- @siafoundation/explored-types@0.6.0

## 0.2.1

### Patch 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.2.1",
"version": "0.2.2",
"license": "MIT",
"dependencies": {
"@siafoundation/react-core": "^1.4.0",
"@siafoundation/explored-types": "0.5.0"
"@siafoundation/explored-types": "0.6.0"
},
"types": "./src/index.d.ts"
}
6 changes: 6 additions & 0 deletions libs/explored-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/explored-types

## 0.6.0

### Minor Changes

- 7767e65a: Added confirmation transaction and proof transaction information to the ExplorerFileContract type.

## 0.5.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.5.0",
"version": "0.6.0",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "^0.6.0"
Expand Down
11 changes: 11 additions & 0 deletions libs/renterd-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @siafoundation/renterd-js

## 0.10.0

### Minor Changes

- ee6e18ce: All query parameters are now lowercased for API consistency.

### Patch Changes

- Updated dependencies [ee6e18ce]
- @siafoundation/renterd-types@0.10.0

## 0.9.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/renterd-js/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@siafoundation/renterd-js",
"description": "SDK for interacting with `renterd`.",
"version": "0.9.0",
"version": "0.10.0",
"license": "MIT",
"dependencies": {
"@siafoundation/renterd-types": "0.9.0",
"@siafoundation/renterd-types": "0.10.0",
"@siafoundation/request": "0.2.0"
},
"types": "./src/index.d.ts"
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.10.0

### Minor Changes

- ee6e18ce: All query parameters are now lowercased for API consistency.

### Patch Changes

- Updated dependencies [ee6e18ce]
- @siafoundation/renterd-types@0.10.0

## 4.9.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,13 +1,13 @@
{
"name": "@siafoundation/renterd-react",
"description": "React hooks for interacting with `renterd`.",
"version": "4.9.0",
"version": "4.10.0",
"license": "MIT",
"dependencies": {
"@technically/lodash": "^4.17.0",
"@siafoundation/react-core": "^1.4.0",
"swr": "^2.1.1",
"@siafoundation/renterd-types": "0.9.0",
"@siafoundation/renterd-types": "0.10.0",
"@siafoundation/units": "3.2.0"
},
"types": "./src/index.d.ts"
Expand Down
6 changes: 6 additions & 0 deletions libs/renterd-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/renterd-types

## 0.10.0

### Minor Changes

- ee6e18ce: All query parameters are now lowercased for API consistency.

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/renterd-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/renterd-types",
"description": "Types for `renterd`.",
"version": "0.9.0",
"version": "0.10.0",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "^0.6.0",
Expand Down
36 changes: 18 additions & 18 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 812f79f

Please sign in to comment.