Skip to content

Commit

Permalink
chore: version packages (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 21, 2024
1 parent 523e006 commit d9db0c9
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-vans-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-goats-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-eels-yawn.md

This file was deleted.

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

## 0.9.0

### Patch Changes

- [#129](https://github.com/tien/reactive-dot/pull/129) [`255c1c8`](https://github.com/tien/reactive-dot/commit/255c1c8d3dd7ce39977dbd02535234b38033aa77) Thanks [@tien](https://github.com/tien)! - Fixed incorrect atom type when querying with block hash.

## 0.8.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.8.0",
"version": "0.9.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.9.0

### Minor Changes

- [#127](https://github.com/tien/reactive-dot/pull/127) [`7965340`](https://github.com/tien/reactive-dot/commit/7965340a58313596dfdf99d1833ad3d9bac74ee5) Thanks [@tien](https://github.com/tien)! - Added hook for pre-loading queries.

### Patch Changes

- [#124](https://github.com/tien/reactive-dot/pull/124) [`d122505`](https://github.com/tien/reactive-dot/commit/d122505fb74e9b45c7e238d3778dbf173a040c48) Thanks [@tien](https://github.com/tien)! - Fixed some global states that were unscoped.

- Updated dependencies [[`255c1c8`](https://github.com/tien/reactive-dot/commit/255c1c8d3dd7ce39977dbd02535234b38033aa77)]:
- @reactive-dot/core@0.9.0

## 0.8.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.8.0",
"version": "0.9.0",
"description": "React library for Reactive DOT",
"keywords": [
"substrate",
Expand Down

0 comments on commit d9db0c9

Please sign in to comment.