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 Apr 16, 2024
1 parent 751a2b2 commit 76518d0
Show file tree
Hide file tree
Showing 49 changed files with 435 additions and 180 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-penguins-sell.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/breezy-turkeys-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-hairs-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-trees-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-toes-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-dancers-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-bottles-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-panthers-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-singers-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-days-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-ligers-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-bags-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-needles-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-ties-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-worms-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-buses-tap.md

This file was deleted.

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

## 0.19.0

### Minor Changes

- 23168c6e: Address generation and addition dialogs now have an option to rescan from a specified height. Closes https://github.com/SiaFoundation/walletd/issues/96
- 61de825d: The profile details now include uptime and version. Closes https://github.com/SiaFoundation/walletd/issues/97
- 75d794c4: Added a receive button in addition to the addresses button to make send/receive options more clear. Closes https://github.com/SiaFoundation/walletd/issues/88
- 23168c6e: There is now a dedicated rescan dialog that can be opened from the wallet list and wallet context menus. Closes https://github.com/SiaFoundation/walletd/issues/96
- 23168c6e: Rescan progress and status including errors is now shown in a sticky status bar. Closes https://github.com/SiaFoundation/walletd/issues/96

## 0.18.0

### Minor 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.18.0",
"version": "0.19.0",
"private": true,
"license": "MIT"
}
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

## 5.0.0

### Minor Changes

- 23168c6e: Added async defaultValues support to useDialogFormHelpers via initKey prop.

### Patch Changes

- 23168c6e: Fixed an issue where Dialog and useDialogFormHelpers were not calling onOpenChange on open events.
- Updated dependencies [1b1952e5]
- @siafoundation/react-core@1.2.0
- @siafoundation/sia-central-react@3.1.0
- @siafoundation/units@3.0.1

## 4.0.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,15 +1,15 @@
{
"name": "@siafoundation/design-system",
"description": "React-based design system used across Sia apps and websites",
"version": "4.0.0",
"version": "5.0.0",
"license": "MIT",
"peerDependencies": {
"@siafoundation/react-icons": "^0.2.3",
"@siafoundation/react-core": "^1.1.0",
"@siafoundation/units": "^3.0.0",
"@siafoundation/react-core": "^1.2.0",
"@siafoundation/units": "^3.0.1",
"@siafoundation/types": "^0.2.0",
"@siafoundation/next": "^0.1.3",
"@siafoundation/sia-central-react": "^3.0.0",
"@siafoundation/sia-central-react": "^3.1.0",
"react": "^18.2.0",
"swr": "^2.1.1",
"class-variance-authority": "^0.7.0",
Expand Down
13 changes: 13 additions & 0 deletions libs/hostd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @siafoundation/hostd-react

## 4.1.0

### Minor Changes

- 1b1952e5: Libraries now follow new naming scheme.

### Patch Changes

- Updated dependencies [99921a02]
- Updated dependencies [1b1952e5]
- @siafoundation/hostd-types@0.1.0
- @siafoundation/react-core@1.2.0

## 4.0.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.0.0",
"version": "4.1.0",
"license": "MIT",
"dependencies": {
"swr": "^2.1.1",
"@siafoundation/react-core": "^1.1.0",
"@siafoundation/hostd-types": "0.0.0"
"@siafoundation/react-core": "^1.2.0",
"@siafoundation/hostd-types": "0.1.0"
},
"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
@@ -0,0 +1,7 @@
# @siafoundation/hostd-types

## 0.1.0

### Minor Changes

- 99921a02: Introduced new library for hostd types.
2 changes: 1 addition & 1 deletion libs/hostd-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/hostd-types",
"description": "Types for `hostd`.",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "^0.2.0"
Expand Down
11 changes: 11 additions & 0 deletions libs/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @siafoundation/react-core

## 1.2.0

### Minor Changes

- 1b1952e5: Libraries now follow new naming scheme.

### Patch Changes

- Updated dependencies [b3a08031]
- @siafoundation/request@0.1.0

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@siafoundation/react-core",
"description": "Core library for building React hooks for interacting with a Sia daemon.",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0"
},
"dependencies": {
"@siafoundation/next": "^0.1.3",
"@siafoundation/request": "0.0.0",
"@siafoundation/request": "0.1.0",
"swr": "^2.1.1",
"axios": "^0.27.2",
"use-local-storage-state": "^18.3.3",
Expand Down
13 changes: 13 additions & 0 deletions libs/renterd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @siafoundation/renterd-react

## 4.1.0

### Minor Changes

- 1b1952e5: Libraries now follow new naming scheme.

### Patch Changes

- Updated dependencies [1b1952e5]
- Updated dependencies [d2180c11]
- @siafoundation/react-core@1.2.0
- @siafoundation/renterd-types@0.1.0

## 4.0.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.0.0",
"version": "4.1.0",
"license": "MIT",
"dependencies": {
"@technically/lodash": "^4.17.0",
"@siafoundation/react-core": "^1.1.0",
"@siafoundation/react-core": "^1.2.0",
"swr": "^2.1.1",
"@siafoundation/renterd-types": "0.0.0"
"@siafoundation/renterd-types": "0.1.0"
},
"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
@@ -0,0 +1,7 @@
# @siafoundation/renterd-types

## 0.1.0

### Minor Changes

- d2180c11: Introduced new library for renterd types.
2 changes: 1 addition & 1 deletion libs/renterd-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/renterd-types",
"description": "Types for `renterd`.",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "^0.2.0"
Expand Down
7 changes: 7 additions & 0 deletions libs/request/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @siafoundation/request

## 0.1.0

### Minor Changes

- b3a08031: Introduced a new request library for shared request and network code.
2 changes: 1 addition & 1 deletion libs/request/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/request",
"description": "Core library for building request APIs.",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"axios": "^0.27.2"
Expand Down
11 changes: 11 additions & 0 deletions libs/sia-central-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @siafoundation/sia-central-js

## 0.4.0

### Minor Changes

- a12625e7: sia-central is now named sia-central-js.

### Patch Changes

- Updated dependencies [a12625e7]
- @siafoundation/sia-central-types@0.1.0

## 0.3.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/sia-central-js/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@siafoundation/sia-central-js",
"description": "Methods and types for interacting with the Sia Central API.",
"version": "0.3.3",
"version": "0.4.0",
"license": "MIT",
"dependencies": {
"@technically/lodash": "^4.17.0",
"@siafoundation/sia-central-types": "0.0.0"
"@siafoundation/sia-central-types": "0.1.0"
},
"types": "./src/index.d.ts"
}
12 changes: 12 additions & 0 deletions libs/sia-central-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @siafoundation/sia-central-mock

## 0.1.0

### Minor Changes

- 1b1952e5: Libraries now follow new naming scheme.

### Patch Changes

- Updated dependencies [a12625e7]
- @siafoundation/sia-central-types@0.1.0
4 changes: 2 additions & 2 deletions libs/sia-central-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@siafoundation/sia-central-mock",
"description": "Sia Central data and API mock library for testing.",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"playwright": "^1.42.1",
"@siafoundation/sia-central-types": "0.0.0"
"@siafoundation/sia-central-types": "0.1.0"
},
"types": "./src/index.d.ts"
}
13 changes: 13 additions & 0 deletions libs/sia-central-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @siafoundation/sia-central-react

## 3.1.0

### Minor Changes

- 1b1952e5: Libraries now follow new naming scheme.

### Patch Changes

- Updated dependencies [1b1952e5]
- Updated dependencies [a12625e7]
- @siafoundation/react-core@1.2.0
- @siafoundation/sia-central-types@0.1.0

## 3.0.0

### Patch Changes
Expand Down
Loading

0 comments on commit 76518d0

Please sign in to comment.