Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #584

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/calm-sloths-collect.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/large-buckets-talk.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.

7 changes: 0 additions & 7 deletions .changeset/nervous-timers-float.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.

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

### Minor Changes

- 424636ad: The configuration now includes the min protocol version option, the value defaults to 1.6.0 when using simple configuration mode. Closes https://github.com/SiaFoundation/renterd/issues/1141 Closes https://github.com/SiaFoundation/web/issues/573

## 0.50.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.50.0",
"version": "0.51.0",
"private": true,
"license": "MIT"
}
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"
}
16 changes: 16 additions & 0 deletions libs/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 4.1.0

### Minor Changes

- 23168c6e: Added async defaultValues support to useDialogFormHelpers via initKey prop.
- 0d7249a4: Peer dependencies now limited to react and next.

### Patch Changes

- 23168c6e: Fixed an issue where Dialog and useDialogFormHelpers were not calling onOpenChange on open events.
- Updated dependencies [1b1952e5]
- Updated dependencies [0d7249a4]
- @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,18 +1,18 @@
{
"name": "@siafoundation/design-system",
"description": "React-based design system used across Sia apps and websites",
"version": "4.0.0",
"version": "4.1.0",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0"
},
"dependencies": {
"@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",
"swr": "^2.1.1",
"class-variance-authority": "^0.7.0",
"bignumber.js": "^9.0.2",
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.5.0

### Minor Changes

- 0d7249a4: Peer dependencies now limited to react and next.

## 0.4.1

### 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.4.1",
"version": "0.5.0",
"license": "MIT",
"peerDependencies": {
"next": "^14.0.4"
Expand Down
14 changes: 14 additions & 0 deletions libs/hostd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @siafoundation/hostd-react

## 4.1.0

### Minor Changes

- 1b1952e5: Libraries now follow new naming scheme.

### Patch Changes

- Updated dependencies [99921a02]
- Updated dependencies [1b1952e5]
- Updated dependencies [0d7249a4]
- @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
12 changes: 12 additions & 0 deletions libs/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @siafoundation/react-core

## 1.2.0

### Minor Changes

- 1b1952e5: Libraries now follow new naming scheme.
- 0d7249a4: Peer dependencies now limited to react and next.

### 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
14 changes: 14 additions & 0 deletions libs/renterd-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @siafoundation/renterd-js

## 0.1.0

### Minor Changes

- 7b1f4669: Introduced a new renterd-js library. Closes https://github.com/SiaFoundation/web/issues/585

### Patch Changes

- Updated dependencies [b3a08031]
- Updated dependencies [d2180c11]
- @siafoundation/request@0.1.0
- @siafoundation/renterd-types@0.1.0
6 changes: 3 additions & 3 deletions libs/renterd-js/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@siafoundation/renterd-js",
"description": "SDK for interacting with `renterd`.",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@siafoundation/renterd-types": "0.0.0",
"@siafoundation/request": "0.0.0"
"@siafoundation/renterd-types": "0.1.0",
"@siafoundation/request": "0.1.0"
},
"types": "./src/index.d.ts"
}
14 changes: 14 additions & 0 deletions libs/renterd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @siafoundation/renterd-react

## 4.1.0

### Minor Changes

- 1b1952e5: Libraries now follow new naming scheme.

### Patch Changes

- Updated dependencies [1b1952e5]
- Updated dependencies [0d7249a4]
- 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.
Loading