Skip to content

Commit d46a8f0

Browse files
committed
chore: release
1 parent d610b0f commit d46a8f0

File tree

25 files changed

+149
-31
lines changed

25 files changed

+149
-31
lines changed

.changeset/pre.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,13 @@
4040
"changesets": [
4141
"kind-plants-sin",
4242
"pretty-insects-rhyme",
43+
"red-dingos-cough",
4344
"sharp-cherries-type",
4445
"shiny-frogs-arrive",
4546
"small-lizards-call",
46-
"two-numbers-glow"
47+
"spotty-coins-sneeze",
48+
"tender-kiwis-press",
49+
"two-numbers-glow",
50+
"wild-brooms-talk"
4751
]
4852
}

libs/clusterd/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @siafoundation/clusterd
22

3+
## 0.2.5-beta.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [d610b0f7]
8+
- Updated dependencies [d610b0f7]
9+
- Updated dependencies [d610b0f7]
10+
- @siafoundation/types@0.11.0-beta.4
11+
- @siafoundation/units@3.4.2-beta.4
12+
313
## 0.2.5-beta.3
414

515
### Patch Changes

libs/clusterd/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@siafoundation/clusterd",
33
"description": "Methods controlling clusterd in e2e testing.",
4-
"version": "0.2.5-beta.3",
4+
"version": "0.2.5-beta.4",
55
"license": "MIT",
66
"private": true,
77
"dependencies": {
88
"@technically/lodash": "^4.17.0",
99
"axios": "^0.27.2",
1010
"@siafoundation/renterd-js": "0.14.4-beta.1",
11-
"@siafoundation/units": "3.4.2-beta.3",
11+
"@siafoundation/units": "3.4.2-beta.4",
1212
"@siafoundation/hostd-js": "0.5.3-beta.1",
13-
"@siafoundation/types": "0.11.0-beta.3"
13+
"@siafoundation/types": "0.11.0-beta.4"
1414
},
1515
"types": "./src/index.d.ts"
1616
}

libs/e2e/CHANGELOG.md

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

3+
## 0.6.4-beta.4
4+
5+
### Patch Changes
6+
7+
- @siafoundation/react-core@5.0.0-beta.4
8+
39
## 0.6.4-beta.3
410

511
### Patch Changes

libs/e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@siafoundation/e2e",
33
"description": "Shared e2e testing code.",
4-
"version": "0.6.4-beta.3",
4+
"version": "0.6.4-beta.4",
55
"license": "MIT",
66
"dependencies": {
77
"@playwright/test": "^1.49.1",
88
"playwright": "^1.49.1",
9-
"@siafoundation/react-core": "5.0.0-beta.3",
9+
"@siafoundation/react-core": "5.0.0-beta.4",
1010
"@siafoundation/explored-types": "0.16.1-beta.1"
1111
},
1212
"types": "./src/index.d.ts"

libs/hostd-react/CHANGELOG.md

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

3+
## 4.6.3-beta.4
4+
5+
### Patch Changes
6+
7+
- @siafoundation/react-core@5.0.0-beta.4
8+
- @siafoundation/units@3.4.2-beta.4
9+
310
## 4.6.3-beta.3
411

512
### Patch Changes

libs/hostd-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@siafoundation/hostd-react",
33
"description": "React hooks for interacting with `hostd`.",
4-
"version": "4.6.3-beta.3",
4+
"version": "4.6.3-beta.4",
55
"license": "MIT",
66
"dependencies": {
77
"swr": "^2.1.1",
8-
"@siafoundation/react-core": "^5.0.0-beta.3",
8+
"@siafoundation/react-core": "^5.0.0-beta.4",
99
"@siafoundation/hostd-types": "0.8.1-beta.1",
10-
"@siafoundation/units": "3.4.2-beta.3"
10+
"@siafoundation/units": "3.4.2-beta.4"
1111
},
1212
"types": "./src/index.d.ts"
1313
}

libs/react-core/CHANGELOG.md

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

3+
## 5.0.0-beta.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [d610b0f7]
8+
- Updated dependencies [d610b0f7]
9+
- Updated dependencies [d610b0f7]
10+
- @siafoundation/types@0.11.0-beta.4
11+
312
## 5.0.0-beta.3
413

514
### Patch Changes

libs/react-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@siafoundation/react-core",
33
"description": "Core library for building React hooks for interacting with a Sia daemon.",
4-
"version": "5.0.0-beta.3",
4+
"version": "5.0.0-beta.4",
55
"license": "MIT",
66
"peerDependencies": {
77
"react": "^18.2.0",
8-
"@siafoundation/types": "0.11.0-beta.3",
8+
"@siafoundation/types": "0.11.0-beta.4",
99
"@technically/lodash": "^4.17.0"
1010
},
1111
"dependencies": {

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.15.4-beta.4
4+
5+
### Patch Changes
6+
7+
- @siafoundation/react-core@5.0.0-beta.4
8+
- @siafoundation/units@3.4.2-beta.4
9+
310
## 4.15.4-beta.3
411

512
### Patch Changes

0 commit comments

Comments
 (0)