Skip to content

Commit 2bdd07c

Browse files
github-actions[bot]alexfreska
authored andcommitted
chore: release packages
1 parent ae0e29b commit 2bdd07c

File tree

8 files changed

+32
-17
lines changed

8 files changed

+32
-17
lines changed

.changeset/gentle-onions-report.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

libs/renterd-js/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @siafoundation/renterd-js
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ae0e29b8]
8+
- @siafoundation/renterd-types@0.2.1
9+
310
## 0.2.0
411

512
### Minor Changes

libs/renterd-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@siafoundation/renterd-js",
33
"description": "SDK for interacting with `renterd`.",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"license": "MIT",
66
"dependencies": {
7-
"@siafoundation/renterd-types": "0.2.0",
7+
"@siafoundation/renterd-types": "0.2.1",
88
"@siafoundation/request": "0.2.0",
99
"axios": "^0.27.2"
1010
},

libs/renterd-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @siafoundation/renterd-react
22

3+
## 4.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ae0e29b8]
8+
- @siafoundation/renterd-types@0.2.1
9+
310
## 4.2.0
411

512
### Minor Changes

libs/renterd-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@siafoundation/renterd-react",
33
"description": "React hooks for interacting with `renterd`.",
4-
"version": "4.2.0",
4+
"version": "4.2.1",
55
"license": "MIT",
66
"dependencies": {
77
"@technically/lodash": "^4.17.0",
88
"@siafoundation/react-core": "^1.2.1",
99
"swr": "^2.1.1",
10-
"@siafoundation/renterd-types": "0.2.0"
10+
"@siafoundation/renterd-types": "0.2.1"
1111
},
1212
"types": "./src/index.d.ts"
1313
}

libs/renterd-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @siafoundation/renterd-types
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- ae0e29b8: Fixed an issue where objectUpload only supported the browser File data type. Closes https://github.com/SiaFoundation/web/issues/591
8+
39
## 0.2.0
410

511
### Minor Changes

libs/renterd-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@siafoundation/renterd-types",
33
"description": "Types for `renterd`.",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"license": "MIT",
66
"dependencies": {
77
"@siafoundation/types": "^0.2.0"

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)