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 Jan 3, 2024
1 parent 81e6571 commit 8010cbf
Show file tree
Hide file tree
Showing 18 changed files with 57 additions and 34 deletions.
10 changes: 0 additions & 10 deletions .changeset/khaki-badgers-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-oranges-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-sloths-relate.md

This file was deleted.

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

## 0.11.0

### Minor Changes

- 0fc1c36c: Fixed an issue with the copy to clipboard feature.

## 0.10.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "explorer",
"description": "The `explorer` user interface, a Sia blockchain explorer interface that powers siascan.com.",
"version": "0.10.4",
"version": "0.11.0",
"private": true,
"license": "MIT"
}
6 changes: 6 additions & 0 deletions apps/hostd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# hostd

## 0.32.0

### Minor Changes

- 0fc1c36c: Fixed an issue with the copy to clipboard feature.

## 0.31.4

### Patch 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.31.4",
"version": "0.32.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.41.0

### Minor Changes

- 0fc1c36c: Fixed an issue with the copy to clipboard feature.

## 0.40.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.40.0",
"version": "0.41.0",
"private": true,
"license": "MIT"
}
6 changes: 6 additions & 0 deletions apps/walletd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# walletd

## 0.16.0

### Minor Changes

- 0fc1c36c: Fixed an issue with the copy to clipboard feature.

## 0.15.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/walletd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "walletd",
"description": "The `walletd` user interface, includes a wallet with support for hot, cold, and hardware wallets.",
"version": "0.15.5",
"version": "0.16.0",
"private": true,
"license": "MIT"
}
7 changes: 7 additions & 0 deletions apps/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# website

## 0.47.0

### Minor Changes

- 0fc1c36c: Fixed an issue with the copy to clipboard feature.
- 2757ad9a: Improve links with more verbose text.

## 0.46.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "website",
"description": "The main sia.tech website with information on the Sia project and the Sia Foundation.",
"version": "0.46.4",
"version": "0.47.0",
"private": true,
"license": "MIT"
}
6 changes: 6 additions & 0 deletions libs/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.1.0

### Minor Changes

- 0fc1c36c: Fixed an issue with the copy to clipboard feature.

## 1.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/design-system",
"description": "React-based design system used across Sia apps and websites",
"version": "1.0.16",
"version": "1.1.0",
"license": "MIT",
"peerDependencies": {
"@siafoundation/react-icons": "^0.1.6",
Expand Down
6 changes: 6 additions & 0 deletions libs/fonts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/fonts

## 0.2.0

### Minor Changes

- 96cae6d7: Localize next fonts.

## 0.1.6

### Patch Changes
Expand Down
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.1.6",
"version": "0.2.0",
"license": "MIT",
"peerDependencies": {
"class-variance-authority": "^0.7.0",
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8010cbf

Please sign in to comment.