Skip to content

Commit 2516505

Browse files
github-actions[bot]alexfreska
authored andcommitted
chore: release packages
1 parent 0f5b396 commit 2516505

28 files changed

+152
-70
lines changed

.changeset/hot-pots-prove.md

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

.changeset/lovely-moose-fix.md

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

.changeset/weak-swans-peel.md

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

apps/hostd/CHANGELOG.md

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

3+
## 0.31.0
4+
5+
### Minor Changes
6+
7+
- c65b3667: Metrics intervals for 1Y and ALL are now weekly and monthly.
8+
- d0c8a592: Refactored internal dependencies.
9+
310
## 0.30.0
411

512
### 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.30.0",
4+
"version": "0.31.0",
55
"private": true,
66
"license": "MIT"
77
}

apps/renterd/CHANGELOG.md

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

3+
## 0.38.0
4+
5+
### Minor Changes
6+
7+
- d0c8a592: Refactored internal dependencies.
8+
39
## 0.37.0
410

511
### 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.37.0",
4+
"version": "0.38.0",
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.0
4+
5+
### Minor Changes
6+
7+
- d0c8a592: Refactored internal dependencies.
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.1.0",
4+
"version": "0.2.0",
55
"private": true,
66
"license": "MIT",
77
"peerDependencies": {

libs/design-system/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Minor Changes
6+
7+
- a4964540: Refactor hooks used in server synced configuration features.
8+
- d0c8a592: Refactored internal dependencies.
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [d0c8a592]
13+
- @siafoundation/react-core@0.16.0
14+
- @siafoundation/react-sia-central@1.0.0
15+
- @siafoundation/units@1.0.0
16+
317
## 0.63.0
418

519
### Minor Changes

libs/design-system/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@siafoundation/design-system",
33
"description": "React-based design system used across Sia apps and websites",
4-
"version": "0.63.0",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"peerDependencies": {
77
"@siafoundation/react-icons": "^0.1.0",
8-
"@siafoundation/react-core": "^0.15.0",
9-
"@siafoundation/units": "^0.2.0",
8+
"@siafoundation/react-core": "^0.16.0",
9+
"@siafoundation/units": "^1.0.0",
1010
"@siafoundation/types": "^0.0.1",
11-
"@siafoundation/react-sia-central": "^0.0.3",
11+
"@siafoundation/react-sia-central": "^1.0.0",
1212
"react": "^18.2.0",
1313
"next": "^13.5.2",
1414
"swr": "^2.1.1",

libs/fonts/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# @siafoundation/fonts
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- d0c8a592: Refactored internal dependencies.

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.0.1",
4+
"version": "0.1.0",
55
"license": "MIT",
66
"peerDependencies": {
77
"class-variance-authority": "^0.7.0",

libs/react-core/CHANGELOG.md

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

3+
## 0.16.0
4+
5+
### Minor Changes
6+
7+
- d0c8a592: Refactored internal dependencies.
8+
39
## 0.15.0
410

511
### Minor Changes

libs/react-core/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-core",
33
"description": "Core library for building React hooks for interacting with a Sia daemon.",
4-
"version": "0.15.0",
4+
"version": "0.16.0",
55
"license": "MIT",
66
"peerDependencies": {
77
"react": "^18.2.0",

libs/react-hostd/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Minor Changes
6+
7+
- d0c8a592: Refactored internal dependencies.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [d0c8a592]
12+
- @siafoundation/react-core@0.16.0
13+
314
## 0.10.0
415

516
### Minor Changes

libs/react-hostd/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-hostd",
33
"description": " React hooks for interacting with `hostd`.",
4-
"version": "0.10.0",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"peerDependencies": {
77
"swr": "^2.1.1",
8-
"@siafoundation/react-core": "^0.15.0",
8+
"@siafoundation/react-core": "^0.16.0",
99
"@siafoundation/types": "^0.0.1"
1010
},
1111
"types": "./src/index.d.ts"

libs/react-renterd/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Minor Changes
6+
7+
- d0c8a592: Refactored internal dependencies.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [d0c8a592]
12+
- @siafoundation/react-core@0.16.0
13+
314
## 0.12.0
415

516
### Minor Changes

libs/react-renterd/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@siafoundation/react-renterd",
33
"description": " React hooks for interacting with `renterd`.",
4-
"version": "0.12.0",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"peerDependencies": {
7-
"@siafoundation/react-core": "^0.15.0",
7+
"@siafoundation/react-core": "^0.16.0",
88
"@siafoundation/types": "^0.0.1",
99
"swr": "^2.1.1",
1010
"lodash": "^4.17.21"

libs/react-sia-central/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Minor Changes
6+
7+
- d0c8a592: Refactored internal dependencies.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [d0c8a592]
12+
- @siafoundation/react-core@0.16.0
13+
- @siafoundation/sia-central@0.2.0
14+
315
## 0.0.3
416

517
### Patch 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": "0.0.3",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"peerDependencies": {
7-
"@siafoundation/react-core": "^0.15.0",
8-
"@siafoundation/sia-central": "^0.1.0"
7+
"@siafoundation/react-core": "^0.16.0",
8+
"@siafoundation/sia-central": "^0.2.0"
99
},
1010
"types": "./src/index.d.ts"
1111
}

libs/react-walletd/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Minor Changes
6+
7+
- d0c8a592: Refactored internal dependencies.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [d0c8a592]
12+
- @siafoundation/react-core@0.16.0
13+
314
## 0.3.0
415

516
### Minor Changes

libs/react-walletd/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@siafoundation/react-walletd",
33
"description": " React hooks for interacting with `walletd`.",
4-
"version": "0.3.0",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"peerDependencies": {
7-
"@siafoundation/react-core": "^0.15.0",
7+
"@siafoundation/react-core": "^0.16.0",
88
"@siafoundation/types": "^0.0.1",
99
"swr": "^2.1.1"
1010
},

libs/sia-central/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- d0c8a592: Refactored internal dependencies.
8+
39
## 0.1.0
410

511
### Minor Changes

libs/sia-central/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@siafoundation/sia-central",
33
"description": "Methods and types for interacting with the Sia Central API.",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"license": "MIT",
66
"peerDependencies": {
77
"lodash": "^4.17.21"

libs/units/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Minor Changes
6+
7+
- d0c8a592: Refactored internal dependencies.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [d0c8a592]
12+
- @siafoundation/react-core@0.16.0
13+
- @siafoundation/sia-central@0.2.0
14+
315
## 0.2.0
416

517
### Minor Changes

libs/units/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@siafoundation/units",
33
"description": "Methods and types for interacting with the Sia Central API.",
4-
"version": "0.2.0",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"peerDependencies": {
7-
"@siafoundation/sia-central": "^0.1.0",
8-
"@siafoundation/react-core": "^0.15.0",
7+
"@siafoundation/sia-central": "^0.2.0",
8+
"@siafoundation/react-core": "^0.16.0",
99
"bignumber.js": "^9.0.2",
1010
"lodash": "^4.17.21"
1111
},

0 commit comments

Comments
 (0)