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 May 9, 2024
1 parent 0e39388 commit 0e15bd9
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 30 deletions.
6 changes: 0 additions & 6 deletions .changeset/gentle-zoos-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-fishes-check.md

This file was deleted.

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

## 0.20.0

### Minor Changes

- 0e393885: Updated wallet events to include maturityHeight and renamed val to data. Closes https://github.com/SiaFoundation/walletd/issues/114
- 0e393885: The events list now shows the maturity height, transactions that have not reached this height are shown as locked. Closes https://github.com/SiaFoundation/walletd/issues/115

## 0.19.1

### 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.19.1",
"version": "0.20.0",
"private": true,
"license": "MIT"
}
7 changes: 7 additions & 0 deletions libs/walletd-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/walletd-js

## 0.1.1

### Patch Changes

- Updated dependencies [0e393885]
- @siafoundation/walletd-types@0.2.0

## 0.1.0

### Minor 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.1.0",
"version": "0.1.1",
"license": "MIT",
"dependencies": {
"@siafoundation/request": "0.2.0",
"@siafoundation/walletd-types": "0.1.1"
"@siafoundation/walletd-types": "0.2.0"
},
"types": "./src/index.d.ts"
}
7 changes: 7 additions & 0 deletions libs/walletd-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/walletd-mock

## 0.1.3

### Patch Changes

- Updated dependencies [0e393885]
- @siafoundation/walletd-types@0.2.0

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/walletd-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@siafoundation/walletd-mock",
"description": "walletd data and API mock library for testing.",
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "0.2.0",
"@siafoundation/sia-central-mock": "0.1.1",
"@siafoundation/units": "3.0.2",
"playwright": "^1.42.1",
"@siafoundation/walletd-types": "0.1.1"
"@siafoundation/walletd-types": "0.2.0"
},
"types": "./src/index.d.ts"
}
7 changes: 7 additions & 0 deletions libs/walletd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/walletd-react

## 4.1.2

### Patch Changes

- Updated dependencies [0e393885]
- @siafoundation/walletd-types@0.2.0

## 4.1.1

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

## 0.2.0

### Minor Changes

- 0e393885: Updated wallet events to include maturityHeight and renamed val to data. Closes https://github.com/SiaFoundation/walletd/issues/114

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/walletd-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/walletd-types",
"description": "Types for `walletd`.",
"version": "0.1.1",
"version": "0.2.0",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "^0.2.0"
Expand Down
22 changes: 11 additions & 11 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 0e15bd9

Please sign in to comment.