diff --git a/.changeset/friendly-fireants-itch.md b/.changeset/friendly-fireants-itch.md deleted file mode 100644 index f8da0058..00000000 --- a/.changeset/friendly-fireants-itch.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@reactive-dot/react": minor ---- - -Add `useChainId` hook. - -- Get current chain ID from context -- Optionally assert current chain ID using allowlist and/or denylist diff --git a/.changeset/sharp-ladybugs-move.md b/.changeset/sharp-ladybugs-move.md deleted file mode 100644 index 453504fb..00000000 --- a/.changeset/sharp-ladybugs-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@reactive-dot/core": patch ---- - -Fix query crashing when specifying the `at` option. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 213cd7d5..545855dc 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index 28913654..8734c7e8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@reactive-dot/core", - "version": "0.3.1", + "version": "0.4.0", "description": "VanillaJS library for Reactive DOT", "keywords": [ "substrate", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index c9741f85..df557e89 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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 diff --git a/packages/react/package.json b/packages/react/package.json index 703484ae..55404f43 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@reactive-dot/react", - "version": "0.3.1", + "version": "0.4.0", "description": "React library for Reactive DOT", "keywords": [ "substrate", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 8828fba2..fa4689c7 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,7 @@ # @reactive-dot/utils +## 0.4.0 + ## 0.3.1 ## 0.3.0 diff --git a/packages/utils/package.json b/packages/utils/package.json index 3377dc09..75b7a1a3 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -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",