Skip to content

Commit ae3891b

Browse files
chore: version packages (#1178)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1d32182 commit ae3891b

17 files changed

Lines changed: 71 additions & 15 deletions

File tree

.changeset/easy-hornets-add.md

Lines changed: 0 additions & 7 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.71.0
4+
5+
### Minor Changes
6+
7+
- [#1176](https://github.com/buffed-labs/reactive-dot/pull/1176) [`1d32182`](https://github.com/buffed-labs/reactive-dot/commit/1d321829aef61eabc5f6f1d7aeb0ba5b33146489) Thanks [@tien](https://github.com/tien)! - Allow specifying chain spec for account resolution, defaulting to Polkadot.
8+
39
## 0.70.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.70.0",
3+
"version": "0.71.0",
44
"description": "VanillaJS library for ReactiveDOT",
55
"keywords": [
66
"substrate",

packages/react/CHANGELOG.md

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

3+
## 0.71.0
4+
5+
### Minor Changes
6+
7+
- [#1176](https://github.com/buffed-labs/reactive-dot/pull/1176) [`1d32182`](https://github.com/buffed-labs/reactive-dot/commit/1d321829aef61eabc5f6f1d7aeb0ba5b33146489) Thanks [@tien](https://github.com/tien)! - Allow specifying chain spec for account resolution, defaulting to Polkadot.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`1d32182`](https://github.com/buffed-labs/reactive-dot/commit/1d321829aef61eabc5f6f1d7aeb0ba5b33146489)]:
12+
- @reactive-dot/core@0.71.0
13+
314
## 0.70.0
415

516
### Patch Changes

packages/react/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/react",
3-
"version": "0.70.0",
3+
"version": "0.71.0",
44
"description": "React library for ReactiveDOT",
55
"keywords": [
66
"substrate",

packages/vue/CHANGELOG.md

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

3+
## 0.71.0
4+
5+
### Minor Changes
6+
7+
- [#1176](https://github.com/buffed-labs/reactive-dot/pull/1176) [`1d32182`](https://github.com/buffed-labs/reactive-dot/commit/1d321829aef61eabc5f6f1d7aeb0ba5b33146489) Thanks [@tien](https://github.com/tien)! - Allow specifying chain spec for account resolution, defaulting to Polkadot.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`1d32182`](https://github.com/buffed-labs/reactive-dot/commit/1d321829aef61eabc5f6f1d7aeb0ba5b33146489)]:
12+
- @reactive-dot/core@0.71.0
13+
314
## 0.70.0
415

516
### Patch Changes

packages/vue/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/vue",
3-
"version": "0.70.0",
3+
"version": "0.71.0",
44
"description": "Vue library for ReactiveDOT",
55
"keywords": [
66
"substrate",

packages/wallet-ledger/CHANGELOG.md

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

3+
## 0.19.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1d32182`](https://github.com/buffed-labs/reactive-dot/commit/1d321829aef61eabc5f6f1d7aeb0ba5b33146489)]:
8+
- @reactive-dot/core@0.71.0
9+
310
## 0.19.2
411

512
### Patch Changes

packages/wallet-ledger/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-ledger",
3-
"version": "0.19.2",
3+
"version": "0.19.3",
44
"description": "Ledger adapter for ReactiveDOT",
55
"keywords": [
66
"substrate",

packages/wallet-mimir/CHANGELOG.md

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

3+
## 0.2.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1d32182`](https://github.com/buffed-labs/reactive-dot/commit/1d321829aef61eabc5f6f1d7aeb0ba5b33146489)]:
8+
- @reactive-dot/core@0.71.0
9+
310
## 0.2.7
411

512
### Patch Changes

0 commit comments

Comments
 (0)