Skip to content

Commit 8e124f3

Browse files
committed
chore: release versions
1 parent 7fff7bc commit 8e124f3

39 files changed

+172
-67
lines changed

.changeset/metal-mugs-act.md

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

.changeset/modern-points-happen.md

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

.changeset/three-oranges-lay.md

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

apps/explorer/CHANGELOG.md

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

3+
## 0.10.4
4+
5+
### Patch Changes
6+
7+
- e24c8935: esm support
8+
39
## 0.10.0
410

511
### Minor Changes

apps/explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "explorer",
33
"description": "The `explorer` user interface, a Sia blockchain explorer interface that powers siascan.com.",
4-
"version": "0.10.3",
4+
"version": "0.10.4",
55
"private": true,
66
"license": "MIT"
77
}

apps/hostd/CHANGELOG.md

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

3+
## 0.31.4
4+
5+
### Patch Changes
6+
7+
- e24c8935: esm support
8+
39
## 0.31.0
410

511
### Minor Changes

apps/hostd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hostd",
33
"description": "The `hostd` user interface, dedicated to hosting related functionality.",
4-
"version": "0.31.3",
4+
"version": "0.31.4",
55
"private": true,
66
"license": "MIT"
77
}

apps/renterd/CHANGELOG.md

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

3+
## 0.39.0
4+
5+
### Minor Changes
6+
7+
- 1a8caef5: The contracts table now has a contract sets column that shows all the sets each contract is in.
8+
- e24c8935: The reported average redundancy factor now takes into account multipart uploads.
9+
10+
### Patch Changes
11+
12+
- e24c8935: esm support
13+
314
## 0.37.0
415

516
### Minor Changes

apps/renterd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "renterd",
33
"description": "The `renterd` user interface, dedicated to renter related functionality.",
4-
"version": "0.38.3",
4+
"version": "0.39.0",
55
"private": true,
66
"license": "MIT"
77
}

apps/walletd/CHANGELOG.md

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

3+
## 0.15.5
4+
5+
### Patch Changes
6+
7+
- e24c8935: esm support
8+
39
## 0.15.0
410

511
### Minor Changes

apps/walletd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "walletd",
33
"description": "The `walletd` user interface, includes a wallet with support for hot, cold, and hardware wallets.",
4-
"version": "0.15.4",
4+
"version": "0.15.5",
55
"private": true,
66
"license": "MIT"
77
}

apps/website/CHANGELOG.md

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

3+
## 0.46.4
4+
5+
### Patch Changes
6+
7+
- e24c8935: esm support
8+
39
## 0.46.0
410

511
### Minor Changes

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "website",
33
"description": "The main sia.tech website with information on the Sia project and the Sia Foundation.",
4-
"version": "0.46.3",
4+
"version": "0.46.4",
55
"private": true,
66
"license": "MIT"
77
}

libs/data-sources/CHANGELOG.md

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

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- e24c8935: esm support
8+
39
## 0.1.0
410

511
### Minor Changes

libs/data-sources/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@siafoundation/data-sources",
33
"description": "Data sources used for stats on the website.",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"private": true,
66
"license": "MIT",
77
"peerDependencies": {

libs/design-system/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 1.0.16
4+
5+
### Patch Changes
6+
7+
- e24c8935: esm support
8+
- Updated dependencies [e24c8935]
9+
- @siafoundation/next@0.0.6
10+
- @siafoundation/react-core@0.16.11
11+
- @siafoundation/react-icons@0.1.6
12+
- @siafoundation/react-sia-central@1.0.6
13+
- @siafoundation/types@0.0.7
14+
- @siafoundation/units@1.0.6
15+
316
## 1.0.0
417

518
### Minor Changes

libs/design-system/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@siafoundation/design-system",
33
"description": "React-based design system used across Sia apps and websites",
4-
"version": "1.0.15",
4+
"version": "1.0.16",
55
"license": "MIT",
66
"peerDependencies": {
7-
"@siafoundation/react-icons": "^0.1.5",
8-
"@siafoundation/react-core": "^0.16.10",
9-
"@siafoundation/units": "^1.0.5",
10-
"@siafoundation/types": "^0.0.6",
11-
"@siafoundation/next": "^0.0.5",
12-
"@siafoundation/react-sia-central": "^1.0.5",
7+
"@siafoundation/react-icons": "^0.1.6",
8+
"@siafoundation/react-core": "^0.16.11",
9+
"@siafoundation/units": "^1.0.6",
10+
"@siafoundation/types": "^0.0.7",
11+
"@siafoundation/next": "^0.0.6",
12+
"@siafoundation/react-sia-central": "^1.0.6",
1313
"react": "^18.2.0",
1414
"swr": "^2.1.1",
1515
"class-variance-authority": "^0.7.0",

libs/fonts/CHANGELOG.md

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

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- e24c8935: esm support
8+
39
## 0.1.0
410

511
### Minor Changes

libs/fonts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@siafoundation/fonts",
33
"description": "Next font configuration for use across apps.",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"license": "MIT",
66
"peerDependencies": {
77
"class-variance-authority": "^0.7.0",

libs/next/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# @siafoundation/next
2+
3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- e24c8935: esm support

libs/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@siafoundation/next",
33
"description": "NextJS wrappers for build compatibility.",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"license": "MIT",
66
"peerDependencies": {
77
"next": "^13.5.2"

libs/react-core/CHANGELOG.md

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

3+
## 0.16.11
4+
5+
### Patch Changes
6+
7+
- e24c8935: esm support
8+
- Updated dependencies [e24c8935]
9+
- @siafoundation/next@0.0.6
10+
311
## 0.15.0
412

513
### Minor Changes

libs/react-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@siafoundation/react-core",
33
"description": "Core library for building React hooks for interacting with a Sia daemon.",
4-
"version": "0.16.10",
4+
"version": "0.16.11",
55
"license": "MIT",
66
"peerDependencies": {
77
"react": "^18.2.0",
88
"swr": "^2.1.1",
99
"axios": "^0.27.2",
1010
"use-local-storage-state": "^18.3.3",
11-
"@siafoundation/next": "^0.0.5"
11+
"@siafoundation/next": "^0.0.6"
1212
},
1313
"dependencies": {
1414
"detect-gpu": "^5.0.34"

libs/react-hostd/CHANGELOG.md

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

3+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- e24c8935: esm support
8+
- Updated dependencies [e24c8935]
9+
- @siafoundation/react-core@0.16.11
10+
- @siafoundation/types@0.0.7
11+
312
## 0.10.0
413

514
### Minor Changes

libs/react-hostd/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@siafoundation/react-hostd",
33
"description": " React hooks for interacting with `hostd`.",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"license": "MIT",
66
"peerDependencies": {
77
"swr": "^2.1.1",
8-
"@siafoundation/react-core": "^0.16.8",
9-
"@siafoundation/types": "^0.0.6"
8+
"@siafoundation/react-core": "^0.16.11",
9+
"@siafoundation/types": "^0.0.7"
1010
},
1111
"types": "./src/index.d.ts"
1212
}

libs/react-icons/CHANGELOG.md

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

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- e24c8935: esm support
8+
39
## 0.1.0
410

511
### Minor Changes

libs/react-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@siafoundation/react-icons",
33
"description": "React-based icons used across Sia apps and websites",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"license": "MIT",
66
"dependencies": {
77
"@carbon/icons-react": "^10.47.0"

libs/react-renterd/CHANGELOG.md

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

3+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- e24c8935: esm support
8+
- Updated dependencies [e24c8935]
9+
- @siafoundation/react-core@0.16.11
10+
- @siafoundation/types@0.0.7
11+
312
## 0.12.0
413

514
### Minor Changes

libs/react-renterd/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@siafoundation/react-renterd",
33
"description": " React hooks for interacting with `renterd`.",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"license": "MIT",
66
"peerDependencies": {
7-
"@siafoundation/react-core": "^0.16.8",
8-
"@siafoundation/types": "^0.0.6",
7+
"@siafoundation/react-core": "^0.16.11",
8+
"@siafoundation/types": "^0.0.7",
99
"swr": "^2.1.1",
1010
"lodash-es": "^4.17.21"
1111
},

libs/react-sia-central/CHANGELOG.md

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

3+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- e24c8935: esm support
8+
- Updated dependencies [e24c8935]
9+
- @siafoundation/react-core@0.16.11
10+
- @siafoundation/sia-central@0.2.6
11+
312
## 1.0.0
413

514
### Minor Changes

libs/react-sia-central/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@siafoundation/react-sia-central",
33
"description": "React hooks for interacting with the Sia Central API.",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"license": "MIT",
66
"peerDependencies": {
7-
"@siafoundation/react-core": "^0.16.8",
8-
"@siafoundation/sia-central": "^0.2.5"
7+
"@siafoundation/react-core": "^0.16.11",
8+
"@siafoundation/sia-central": "^0.2.6"
99
},
1010
"types": "./src/index.d.ts"
1111
}

0 commit comments

Comments
 (0)