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 Dec 18, 2023
1 parent 0f5b396 commit 2516505
Show file tree
Hide file tree
Showing 28 changed files with 152 additions and 70 deletions.
5 changes: 0 additions & 5 deletions .changeset/hot-pots-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-moose-fix.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/weak-swans-peel.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/hostd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hostd

## 0.31.0

### Minor Changes

- c65b3667: Metrics intervals for 1Y and ALL are now weekly and monthly.
- d0c8a592: Refactored internal dependencies.

## 0.30.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/hostd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hostd",
"description": "The `hostd` user interface, dedicated to hosting related functionality.",
"version": "0.30.0",
"version": "0.31.0",
"private": true,
"license": "MIT"
}
6 changes: 6 additions & 0 deletions apps/renterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# renterd

## 0.38.0

### Minor Changes

- d0c8a592: Refactored internal dependencies.

## 0.37.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.37.0",
"version": "0.38.0",
"private": true,
"license": "MIT"
}
6 changes: 6 additions & 0 deletions libs/data-sources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.0

### Minor Changes

- d0c8a592: Refactored internal dependencies.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/data-sources/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/data-sources",
"description": "Data sources used for stats on the website.",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"license": "MIT",
"peerDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions libs/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.0.0

### Minor Changes

- a4964540: Refactor hooks used in server synced configuration features.
- d0c8a592: Refactored internal dependencies.

### Patch Changes

- Updated dependencies [d0c8a592]
- @siafoundation/react-core@0.16.0
- @siafoundation/react-sia-central@1.0.0
- @siafoundation/units@1.0.0

## 0.63.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions libs/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@siafoundation/design-system",
"description": "React-based design system used across Sia apps and websites",
"version": "0.63.0",
"version": "1.0.0",
"license": "MIT",
"peerDependencies": {
"@siafoundation/react-icons": "^0.1.0",
"@siafoundation/react-core": "^0.15.0",
"@siafoundation/units": "^0.2.0",
"@siafoundation/react-core": "^0.16.0",
"@siafoundation/units": "^1.0.0",
"@siafoundation/types": "^0.0.1",
"@siafoundation/react-sia-central": "^0.0.3",
"@siafoundation/react-sia-central": "^1.0.0",
"react": "^18.2.0",
"next": "^13.5.2",
"swr": "^2.1.1",
Expand Down
6 changes: 6 additions & 0 deletions libs/fonts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# @siafoundation/fonts

## 0.1.0

### Minor Changes

- d0c8a592: Refactored internal dependencies.
2 changes: 1 addition & 1 deletion libs/fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/fonts",
"description": "Next font configuration for use across apps.",
"version": "0.0.1",
"version": "0.1.0",
"license": "MIT",
"peerDependencies": {
"class-variance-authority": "^0.7.0",
Expand Down
6 changes: 6 additions & 0 deletions libs/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/react-core

## 0.16.0

### Minor Changes

- d0c8a592: Refactored internal dependencies.

## 0.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/react-core",
"description": "Core library for building React hooks for interacting with a Sia daemon.",
"version": "0.15.0",
"version": "0.16.0",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0",
Expand Down
11 changes: 11 additions & 0 deletions libs/react-hostd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @siafoundation/react-hostd

## 1.0.0

### Minor Changes

- d0c8a592: Refactored internal dependencies.

### Patch Changes

- Updated dependencies [d0c8a592]
- @siafoundation/react-core@0.16.0

## 0.10.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/react-hostd/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@siafoundation/react-hostd",
"description": " React hooks for interacting with `hostd`.",
"version": "0.10.0",
"version": "1.0.0",
"license": "MIT",
"peerDependencies": {
"swr": "^2.1.1",
"@siafoundation/react-core": "^0.15.0",
"@siafoundation/react-core": "^0.16.0",
"@siafoundation/types": "^0.0.1"
},
"types": "./src/index.d.ts"
Expand Down
11 changes: 11 additions & 0 deletions libs/react-renterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @siafoundation/react-renterd

## 1.0.0

### Minor Changes

- d0c8a592: Refactored internal dependencies.

### Patch Changes

- Updated dependencies [d0c8a592]
- @siafoundation/react-core@0.16.0

## 0.12.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/react-renterd/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@siafoundation/react-renterd",
"description": " React hooks for interacting with `renterd`.",
"version": "0.12.0",
"version": "1.0.0",
"license": "MIT",
"peerDependencies": {
"@siafoundation/react-core": "^0.15.0",
"@siafoundation/react-core": "^0.16.0",
"@siafoundation/types": "^0.0.1",
"swr": "^2.1.1",
"lodash": "^4.17.21"
Expand Down
12 changes: 12 additions & 0 deletions libs/react-sia-central/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @siafoundation/react-sia-central

## 1.0.0

### Minor Changes

- d0c8a592: Refactored internal dependencies.

### Patch Changes

- Updated dependencies [d0c8a592]
- @siafoundation/react-core@0.16.0
- @siafoundation/sia-central@0.2.0

## 0.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions libs/react-sia-central/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@siafoundation/react-sia-central",
"description": "React hooks for interacting with the Sia Central API.",
"version": "0.0.3",
"version": "1.0.0",
"license": "MIT",
"peerDependencies": {
"@siafoundation/react-core": "^0.15.0",
"@siafoundation/sia-central": "^0.1.0"
"@siafoundation/react-core": "^0.16.0",
"@siafoundation/sia-central": "^0.2.0"
},
"types": "./src/index.d.ts"
}
11 changes: 11 additions & 0 deletions libs/react-walletd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @siafoundation/react-walletd

## 1.0.0

### Minor Changes

- d0c8a592: Refactored internal dependencies.

### Patch Changes

- Updated dependencies [d0c8a592]
- @siafoundation/react-core@0.16.0

## 0.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/react-walletd/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@siafoundation/react-walletd",
"description": " React hooks for interacting with `walletd`.",
"version": "0.3.0",
"version": "1.0.0",
"license": "MIT",
"peerDependencies": {
"@siafoundation/react-core": "^0.15.0",
"@siafoundation/react-core": "^0.16.0",
"@siafoundation/types": "^0.0.1",
"swr": "^2.1.1"
},
Expand Down
6 changes: 6 additions & 0 deletions libs/sia-central/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/sia-central

## 0.2.0

### Minor Changes

- d0c8a592: Refactored internal dependencies.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/sia-central/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/sia-central",
"description": "Methods and types for interacting with the Sia Central API.",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"peerDependencies": {
"lodash": "^4.17.21"
Expand Down
12 changes: 12 additions & 0 deletions libs/units/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @siafoundation/units

## 1.0.0

### Minor Changes

- d0c8a592: Refactored internal dependencies.

### Patch Changes

- Updated dependencies [d0c8a592]
- @siafoundation/react-core@0.16.0
- @siafoundation/sia-central@0.2.0

## 0.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions libs/units/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@siafoundation/units",
"description": "Methods and types for interacting with the Sia Central API.",
"version": "0.2.0",
"version": "1.0.0",
"license": "MIT",
"peerDependencies": {
"@siafoundation/sia-central": "^0.1.0",
"@siafoundation/react-core": "^0.15.0",
"@siafoundation/sia-central": "^0.2.0",
"@siafoundation/react-core": "^0.16.0",
"bignumber.js": "^9.0.2",
"lodash": "^4.17.21"
},
Expand Down
Loading

0 comments on commit 2516505

Please sign in to comment.