Skip to content

Commit 6e3361d

Browse files
chore: version packages (#1027)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 60c8386 commit 6e3361d

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

.changeset/lazy-buses-visit.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @reactive-dot/core
22

3+
## 0.63.1
4+
5+
### Patch Changes
6+
7+
- [#1026](https://github.com/buffed-labs/reactive-dot/pull/1026) [`60c8386`](https://github.com/buffed-labs/reactive-dot/commit/60c838606970d1ffa498254601f2f97bd91932bc) Thanks [@tien](https://github.com/tien)! - Fixed missing account public key.
8+
39
## 0.63.0
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactive-dot/core",
3-
"version": "0.63.0",
3+
"version": "0.63.1",
44
"description": "VanillaJS library for ReactiveDOT",
55
"keywords": [
66
"substrate",

packages/wallet-readonly/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @reactive-dot/wallet-readonly
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#1026](https://github.com/buffed-labs/reactive-dot/pull/1026) [`60c8386`](https://github.com/buffed-labs/reactive-dot/commit/60c838606970d1ffa498254601f2f97bd91932bc) Thanks [@tien](https://github.com/tien)! - Fixed missing account public key.
8+
9+
- Updated dependencies [[`60c8386`](https://github.com/buffed-labs/reactive-dot/commit/60c838606970d1ffa498254601f2f97bd91932bc)]:
10+
- @reactive-dot/core@0.63.1
11+
312
## 0.1.0
413

514
### Minor Changes

packages/wallet-readonly/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactive-dot/wallet-readonly",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Readonly accounts adapter for ReactiveDOT",
55
"keywords": [
66
"substrate",

0 commit comments

Comments
 (0)