Skip to content

Commit 66a0012

Browse files
chore: version packages (#44)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2339680 commit 66a0012

7 files changed

Lines changed: 23 additions & 9 deletions

File tree

.changeset/friendly-cherries-give.md

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

packages/core/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#43](https://github.com/tien/reactive-dot/pull/43) [`be24bc6`](https://github.com/tien/reactive-dot/commit/be24bc60c87fc4e35c68aa9412cdb225d4c9b895) Thanks [@tien](https://github.com/tien)! - Fix incorrect return type from `useAccounts` hook.
8+
9+
- Updated dependencies []:
10+
- @reactive-dot/utils@0.3.1
11+
312
## 0.3.0
413

514
### 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.3.0",
3+
"version": "0.3.1",
44
"description": "VanillaJS library for Reactive DOT",
55
"keywords": [
66
"substrate",

packages/react/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#43](https://github.com/tien/reactive-dot/pull/43) [`be24bc6`](https://github.com/tien/reactive-dot/commit/be24bc60c87fc4e35c68aa9412cdb225d4c9b895) Thanks [@tien](https://github.com/tien)! - Fix incorrect return type from `useAccounts` hook.
8+
9+
- Updated dependencies [[`be24bc6`](https://github.com/tien/reactive-dot/commit/be24bc60c87fc4e35c68aa9412cdb225d4c9b895)]:
10+
- @reactive-dot/core@0.3.1
11+
312
## 0.3.0
413

514
### 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.3.0",
3+
"version": "0.3.1",
44
"description": "React library for Reactive DOT",
55
"keywords": [
66
"substrate",

packages/utils/CHANGELOG.md

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

3+
## 0.3.1
4+
35
## 0.3.0
46

57
### Patch Changes

packages/utils/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/utils",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Collection of utils from Reactive DOT",
55
"keywords": [
66
"substrate",

0 commit comments

Comments
 (0)