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] committed Jul 12, 2024
1 parent 63f12c8 commit a903ce1
Show file tree
Hide file tree
Showing 40 changed files with 177 additions and 106 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-pandas-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-grapes-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-jeans-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-ties-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-icons-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-pears-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-avocados-sniff.md

This file was deleted.

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.22.3

### Patch Changes

- 24b47560: Fixed an issue where calculating the siacoin value for a transaction without relevant siacoin inputs would cause an error. Closes https://github.com/SiaFoundation/walletd/issues/150

## 0.22.2

### 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.22.2",
"version": "0.22.3",
"private": true,
"license": "MIT"
}
8 changes: 8 additions & 0 deletions apps/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# website

## 0.52.0

### Minor Changes

- 63f12c80: Software downloads now also list system requirements. Closes https://github.com/SiaFoundation/web/issues/553
- f8c68b07: The website download sections now prompt and link to the terms of service. Closes https://github.com/SiaFoundation/web/issues/548
- f8c68b07: The website now displays both desktop and terminal/daemon downloads. Closes https://github.com/SiaFoundation/web/issues/649 Closes https://github.com/SiaFoundation/web/issues/548

## 0.51.1

### 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.51.1",
"version": "0.52.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.4.0

### Minor Changes

- f8c68b07: Added methods for fetching the latest desktop app versions.

## 0.3.3

### Patch 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.3.3",
"version": "0.4.0",
"private": true,
"license": "MIT",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions libs/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.4.1

### Patch Changes

- f8c68b07: The Checkbox text label is now center aligned.
- Updated dependencies [24b47560]
- @siafoundation/types@0.4.0

## 4.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "4.4.0",
"version": "4.4.1",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0",
Expand All @@ -11,7 +11,7 @@
"@siafoundation/react-icons": "^0.2.3",
"@siafoundation/react-core": "^1.2.0",
"@siafoundation/units": "^3.0.2",
"@siafoundation/types": "^0.3.0",
"@siafoundation/types": "^0.4.0",
"@siafoundation/next": "^0.1.3",
"@siafoundation/sia-central-react": "^3.1.1",
"swr": "^2.1.1",
Expand Down
6 changes: 6 additions & 0 deletions libs/hostd-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/hostd-js

## 0.1.2

### Patch Changes

- @siafoundation/hostd-types@0.1.3

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/hostd-js/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@siafoundation/hostd-js",
"description": "SDK for interacting with `hostd`.",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"dependencies": {
"@siafoundation/request": "0.2.0",
"@siafoundation/hostd-types": "0.1.2"
"@siafoundation/hostd-types": "0.1.3"
},
"types": "./src/index.d.ts"
}
6 changes: 6 additions & 0 deletions libs/hostd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/hostd-react

## 4.2.2

### Patch Changes

- @siafoundation/hostd-types@0.1.3

## 4.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/hostd-react/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@siafoundation/hostd-react",
"description": "React hooks for interacting with `hostd`.",
"version": "4.2.1",
"version": "4.2.2",
"license": "MIT",
"dependencies": {
"swr": "^2.1.1",
"@siafoundation/react-core": "^1.2.0",
"@siafoundation/hostd-types": "0.1.2"
"@siafoundation/hostd-types": "0.1.3"
},
"types": "./src/index.d.ts"
}
7 changes: 7 additions & 0 deletions libs/hostd-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/hostd-types

## 0.1.3

### Patch Changes

- Updated dependencies [24b47560]
- @siafoundation/types@0.4.0

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/hostd-types/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@siafoundation/hostd-types",
"description": "Types for `hostd`.",
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "^0.3.0"
"@siafoundation/types": "^0.4.0"
},
"types": "./src/index.d.ts"
}
6 changes: 6 additions & 0 deletions libs/renterd-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/renterd-js

## 0.2.3

### Patch Changes

- @siafoundation/renterd-types@0.2.3

## 0.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/renterd-js/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@siafoundation/renterd-js",
"description": "SDK for interacting with `renterd`.",
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",
"dependencies": {
"@siafoundation/renterd-types": "0.2.2",
"@siafoundation/renterd-types": "0.2.3",
"@siafoundation/request": "0.2.0",
"axios": "^0.27.2"
},
Expand Down
6 changes: 6 additions & 0 deletions libs/renterd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/renterd-react

## 4.2.3

### Patch Changes

- @siafoundation/renterd-types@0.2.3

## 4.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/renterd-react/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@siafoundation/renterd-react",
"description": "React hooks for interacting with `renterd`.",
"version": "4.2.2",
"version": "4.2.3",
"license": "MIT",
"dependencies": {
"@technically/lodash": "^4.17.0",
"@siafoundation/react-core": "^1.2.1",
"swr": "^2.1.1",
"@siafoundation/renterd-types": "0.2.2"
"@siafoundation/renterd-types": "0.2.3"
},
"types": "./src/index.d.ts"
}
7 changes: 7 additions & 0 deletions libs/renterd-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/renterd-types

## 0.2.3

### Patch Changes

- Updated dependencies [24b47560]
- @siafoundation/types@0.4.0

## 0.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/renterd-types/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@siafoundation/renterd-types",
"description": "Types for `renterd`.",
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "^0.3.0"
"@siafoundation/types": "^0.4.0"
},
"types": "./src/index.d.ts"
}
7 changes: 7 additions & 0 deletions libs/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/sdk

## 0.2.1

### Patch Changes

- Updated dependencies [24b47560]
- @siafoundation/types@0.4.0

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@siafoundation/sdk",
"description": "SDK for interacting directly with the Sia network from browsers and web clients.",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "0.3.0"
"@siafoundation/types": "0.4.0"
},
"devDependencies": {
"undici": "5.28.3"
Expand Down
6 changes: 6 additions & 0 deletions libs/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/types

## 0.4.0

### Minor Changes

- 24b47560: TransactionSignature timelock is now optional.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/types",
"description": "Core Sia types and library methods.",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"types": "./src/index.d.ts"
}
6 changes: 6 additions & 0 deletions libs/walletd-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/walletd-js

## 0.2.2

### Patch Changes

- @siafoundation/walletd-types@0.3.2

## 0.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/walletd-js/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@siafoundation/walletd-js",
"description": "SDK for interacting with `walletd`.",
"version": "0.2.1",
"version": "0.2.2",
"license": "MIT",
"dependencies": {
"@siafoundation/request": "0.2.0",
"@siafoundation/walletd-types": "0.3.1"
"@siafoundation/walletd-types": "0.3.2"
},
"types": "./src/index.d.ts"
}
8 changes: 8 additions & 0 deletions libs/walletd-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @siafoundation/walletd-mock

## 0.1.6

### Patch Changes

- Updated dependencies [24b47560]
- @siafoundation/types@0.4.0
- @siafoundation/walletd-types@0.3.2

## 0.1.5

### Patch Changes
Expand Down
Loading

0 comments on commit a903ce1

Please sign in to comment.