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 Mar 31, 2023
1 parent bf28d58 commit b14bede
Show file tree
Hide file tree
Showing 17 changed files with 39 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/pink-pillows-shout.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-kids-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-bags-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-bananas-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-moons-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-penguins-wait.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/weak-snails-kiss.md

This file was deleted.

9 changes: 9 additions & 0 deletions apps/renterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @siafoundation/renterd

## 0.8.0

### Minor Changes

- 0d09171: Fixed an issue where the browser were route infinitely on the sync screen.
- d2a06af: The config settings code has been updated to use the new JSON format.
- 0d09171: File downloads now show their progress in the transfers bar along side uploads.
- 0d09171: Deleting a file now refreshes the current working directory.

## 0.7.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": "@siafoundation/renterd",
"description": "The `renterd` user interface, dedicated to renter related functionality.",
"version": "0.7.0",
"version": "0.8.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 @@
# Changelog

## 0.34.0

### Minor Changes

- 51681b9: The roadmap now shows the last time it was updated.
- df09c45: The GitHub PR data and website activity feed are now in the expected reverse-chronological ordering.

## 0.33.0

### Minor 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": "@siafoundation/website",
"description": "The main sia.tech website with information on the Sia project and the Sia Foundation.",
"version": "0.33.0",
"version": "0.34.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.1.0

### Minor Changes

- df09c45: The GitHub PR data and website activity feed are now in the expected reverse-chronological ordering.

## [0.3.2](https://github.com/SiaFoundation/web/compare/data-sources-0.3.1...data-sources-0.3.2) (2022-10-13)

## [0.3.1](https://github.com/SiaFoundation/web/compare/data-sources-0.3.0...data-sources-0.3.1) (2022-06-29)
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.0.0",
"version": "0.1.0",
"type": "commonjs",
"private": true,
"license": "MIT"
Expand Down
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

## 0.43.0

### Minor Changes

- 0d09171: Fixed an issue where the browser were route infinitely on the sync screen.

## 0.42.0

### Minor 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,6 +1,6 @@
{
"name": "@siafoundation/design-system",
"description": "React-based design system used across Sia apps and websites",
"version": "0.42.0",
"version": "0.43.0",
"license": "MIT"
}
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.7.0

### Minor Changes

- d2a06af: Remove useSettingsUpdate because PUT /settings has been removed.

## 0.6.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 Sia types and library methods.",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"license": "MIT"
}

0 comments on commit b14bede

Please sign in to comment.