diff --git a/.changeset/fast-pans-drum.md b/.changeset/fast-pans-drum.md deleted file mode 100644 index 029afbbd..00000000 --- a/.changeset/fast-pans-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@reactive-dot/core": minor ---- - -Added a function to retrieve the best or finalized block and introduced an experimental feature for extracting extrinsics from a block. diff --git a/.changeset/rotten-pandas-kick.md b/.changeset/rotten-pandas-kick.md deleted file mode 100644 index 470c7cbf..00000000 --- a/.changeset/rotten-pandas-kick.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@reactive-dot/react": minor -"@reactive-dot/utils": minor -"@reactive-dot/core": minor ---- - -Add source and declaration maps for improved debugging and type checking. diff --git a/.changeset/twelve-fans-agree.md b/.changeset/twelve-fans-agree.md deleted file mode 100644 index a4777109..00000000 --- a/.changeset/twelve-fans-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@reactive-dot/core": minor ---- - -Increased required PAPI version to `^1.0.0`. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 29809eea..9024150f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,20 @@ # @reactive-dot/core +## 0.8.0 + +### Minor Changes + +- [#116](https://github.com/tien/reactive-dot/pull/116) [`c2c3a61`](https://github.com/tien/reactive-dot/commit/c2c3a617d54cc1db9ed4bfec276d46044e8100db) Thanks [@tien](https://github.com/tien)! - Added a function to retrieve the best or finalized block and introduced an experimental feature for extracting extrinsics from a block. + +- [#105](https://github.com/tien/reactive-dot/pull/105) [`336b208`](https://github.com/tien/reactive-dot/commit/336b208627776e85f9173bcc36e1a86e6d389299) Thanks [@tien](https://github.com/tien)! - Add source and declaration maps for improved debugging and type checking. + +- [#120](https://github.com/tien/reactive-dot/pull/120) [`6ba27d5`](https://github.com/tien/reactive-dot/commit/6ba27d5641ca82d1f65fba7c4a9b4938627f0911) Thanks [@dependabot](https://github.com/apps/dependabot)! - Increased required PAPI version to `^1.0.0`. + +### Patch Changes + +- Updated dependencies [[`336b208`](https://github.com/tien/reactive-dot/commit/336b208627776e85f9173bcc36e1a86e6d389299)]: + - @reactive-dot/utils@0.8.0 + ## 0.7.0 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 594881f9..f5df8941 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@reactive-dot/core", - "version": "0.7.0", + "version": "0.8.0", "description": "VanillaJS library for Reactive DOT", "keywords": [ "substrate", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 7f706e2a..d60485be 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,16 @@ # @reactive-dot/react +## 0.8.0 + +### Minor Changes + +- [#105](https://github.com/tien/reactive-dot/pull/105) [`336b208`](https://github.com/tien/reactive-dot/commit/336b208627776e85f9173bcc36e1a86e6d389299) Thanks [@tien](https://github.com/tien)! - Add source and declaration maps for improved debugging and type checking. + +### Patch Changes + +- Updated dependencies [[`c2c3a61`](https://github.com/tien/reactive-dot/commit/c2c3a617d54cc1db9ed4bfec276d46044e8100db), [`336b208`](https://github.com/tien/reactive-dot/commit/336b208627776e85f9173bcc36e1a86e6d389299), [`6ba27d5`](https://github.com/tien/reactive-dot/commit/6ba27d5641ca82d1f65fba7c4a9b4938627f0911)]: + - @reactive-dot/core@0.8.0 + ## 0.7.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index bd87d44f..e86db8d6 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@reactive-dot/react", - "version": "0.7.1", + "version": "0.8.0", "description": "React library for Reactive DOT", "keywords": [ "substrate", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 9b7fa17c..478add1b 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @reactive-dot/utils +## 0.8.0 + +### Minor Changes + +- [#105](https://github.com/tien/reactive-dot/pull/105) [`336b208`](https://github.com/tien/reactive-dot/commit/336b208627776e85f9173bcc36e1a86e6d389299) Thanks [@tien](https://github.com/tien)! - Add source and declaration maps for improved debugging and type checking. + ## 0.7.0 ### Minor Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 42993a16..2483310b 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@reactive-dot/utils", - "version": "0.7.0", + "version": "0.8.0", "description": "Collection of utils from Reactive DOT", "keywords": [ "substrate",