Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 12, 2024
1 parent 25ea011 commit 8c63545
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/poor-ghosts-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-mayflies-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-seals-punch.md

This file was deleted.

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

## 0.7.0

### Patch Changes

- Updated dependencies [[`ec6ef50`](https://github.com/tien/reactive-dot/commit/ec6ef50184fbb854026c16b1455dd09da4178272)]:
- @reactive-dot/utils@0.7.0

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactive-dot/core",
"version": "0.5.0",
"version": "0.7.0",
"description": "VanillaJS library for Reactive DOT",
"keywords": [
"substrate",
Expand Down
13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @reactive-dot/react

## 0.7.0

### Minor Changes

- [#86](https://github.com/tien/reactive-dot/pull/86) [`ec6ef50`](https://github.com/tien/reactive-dot/commit/ec6ef50184fbb854026c16b1455dd09da4178272) Thanks [@tien](https://github.com/tien)! - Add hook for getting account's spendable balance.

- [#88](https://github.com/tien/reactive-dot/pull/88) [`5243b19`](https://github.com/tien/reactive-dot/commit/5243b1913eec85e469e9d4b0ef23e10b1024a9d7) Thanks [@tien](https://github.com/tien)! - Add hook for getting all configured chain IDs.

### Patch Changes

- Updated dependencies []:
- @reactive-dot/core@0.7.0

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactive-dot/react",
"version": "0.6.0",
"version": "0.7.0",
"description": "React library for Reactive DOT",
"keywords": [
"substrate",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reactive-dot/utils

## 0.7.0

### Minor Changes

- [#86](https://github.com/tien/reactive-dot/pull/86) [`ec6ef50`](https://github.com/tien/reactive-dot/commit/ec6ef50184fbb854026c16b1455dd09da4178272) Thanks [@tien](https://github.com/tien)! - Add utilities for getting the minimum and/or maximum value from a list of big integers.

## 0.4.0

## 0.3.1
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactive-dot/utils",
"version": "0.4.0",
"version": "0.7.0",
"description": "Collection of utils from Reactive DOT",
"keywords": [
"substrate",
Expand Down

0 comments on commit 8c63545

Please sign in to comment.