Skip to content

Commit

Permalink
chore: version packages (#50)
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 Jul 27, 2024
1 parent 5697bcd commit 97752fc
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .changeset/friendly-fireants-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-ladybugs-move.md

This file was deleted.

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

## 0.4.0

### Patch Changes

- [#56](https://github.com/tien/reactive-dot/pull/56) [`18cb167`](https://github.com/tien/reactive-dot/commit/18cb167af54c57aa3d6af999e621618d10bbaac5) Thanks [@tien](https://github.com/tien)! - Fix query crashing when specifying the `at` option.

- Updated dependencies []:
- @reactive-dot/utils@0.4.0

## 0.3.1

### Patch 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.3.1",
"version": "0.4.0",
"description": "VanillaJS library for Reactive DOT",
"keywords": [
"substrate",
Expand Down
14 changes: 14 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @reactive-dot/react

## 0.4.0

### Minor Changes

- [#47](https://github.com/tien/reactive-dot/pull/47) [`435791b`](https://github.com/tien/reactive-dot/commit/435791b0a8a715f576b9d30ffba24572a6913bc3) Thanks [@tien](https://github.com/tien)! - Add `useChainId` hook.

- Get current chain ID from context
- Optionally assert current chain ID using allowlist and/or denylist

### Patch Changes

- Updated dependencies [[`18cb167`](https://github.com/tien/reactive-dot/commit/18cb167af54c57aa3d6af999e621618d10bbaac5)]:
- @reactive-dot/core@0.4.0

## 0.3.1

### Patch 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.3.1",
"version": "0.4.0",
"description": "React library for Reactive DOT",
"keywords": [
"substrate",
Expand Down
2 changes: 2 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @reactive-dot/utils

## 0.4.0

## 0.3.1

## 0.3.0
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.3.1",
"version": "0.4.0",
"description": "Collection of utils from Reactive DOT",
"keywords": [
"substrate",
Expand Down

0 comments on commit 97752fc

Please sign in to comment.