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 Jun 21, 2024
1 parent 4806f29 commit e1f62e7
Show file tree
Hide file tree
Showing 15 changed files with 62 additions and 34 deletions.
8 changes: 0 additions & 8 deletions .changeset/clean-eggs-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-doors-notice.md

This file was deleted.

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

## 0.16.0

### Minor Changes

- 51f389a2: Block hashes now show both leading and ending characters to improve legibility. Closes https://github.com/SiaFoundation/web/issues/451

## 0.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "explorer",
"description": "The `explorer` user interface, a Sia blockchain explorer interface that powers siascan.com.",
"version": "0.15.0",
"version": "0.16.0",
"private": true,
"license": "MIT"
}
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.1

### Patch Changes

- 4806f299: Fixed a few inaccuracies in the event data types. Closes https://github.com/SiaFoundation/walletd/issues/141

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

## 0.2.1

### Patch Changes

- 4806f299: Fixed a few inaccuracies in the event data types. Closes https://github.com/SiaFoundation/walletd/issues/141
- Updated dependencies [4806f299]
- @siafoundation/walletd-types@0.3.1

## 0.2.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.2.0",
"version": "0.2.1",
"license": "MIT",
"dependencies": {
"@siafoundation/request": "0.2.0",
"@siafoundation/walletd-types": "0.3.0"
"@siafoundation/walletd-types": "0.3.1"
},
"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.5

### Patch Changes

- Updated dependencies [4806f299]
- @siafoundation/walletd-types@0.3.1

## 0.1.4

### 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.4",
"version": "0.1.5",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "0.3.0",
"@siafoundation/sia-central-mock": "0.1.1",
"@siafoundation/units": "3.0.2",
"playwright": "^1.42.1",
"@siafoundation/walletd-types": "0.3.0"
"@siafoundation/walletd-types": "0.3.1"
},
"types": "./src/index.d.ts"
}
8 changes: 8 additions & 0 deletions libs/walletd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @siafoundation/walletd-react

## 4.2.1

### Patch Changes

- 4806f299: Fixed a few inaccuracies in the event data types. Closes https://github.com/SiaFoundation/walletd/issues/141
- Updated dependencies [4806f299]
- @siafoundation/walletd-types@0.3.1

## 4.2.0

### Minor 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.2.0",
"version": "4.2.1",
"license": "MIT",
"dependencies": {
"@siafoundation/react-core": "^1.2.0",
"swr": "^2.1.1",
"@siafoundation/walletd-types": "0.3.0"
"@siafoundation/walletd-types": "0.3.1"
},
"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.3.1

### Patch Changes

- 4806f299: Fixed a few inaccuracies in the event data types. Closes https://github.com/SiaFoundation/walletd/issues/141

## 0.3.0

### Minor 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.3.0",
"version": "0.3.1",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "^0.3.0"
Expand Down
24 changes: 12 additions & 12 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 e1f62e7

Please sign in to comment.