From a5f707fc1ab5dc3750db73fbda74fd0073ab6d4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Aug 2024 09:25:43 +0000 Subject: [PATCH] chore: version packages --- .changeset/fast-pans-drum.md | 5 ----- .changeset/rotten-pandas-kick.md | 7 ------- .changeset/tiny-worms-warn.md | 5 ----- packages/core/CHANGELOG.md | 13 +++++++++++++ packages/core/package.json | 2 +- packages/react/CHANGELOG.md | 13 +++++++++++++ packages/react/package.json | 2 +- packages/utils/CHANGELOG.md | 6 ++++++ packages/utils/package.json | 2 +- 9 files changed, 35 insertions(+), 20 deletions(-) delete mode 100644 .changeset/fast-pans-drum.md delete mode 100644 .changeset/rotten-pandas-kick.md delete mode 100644 .changeset/tiny-worms-warn.md 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/tiny-worms-warn.md b/.changeset/tiny-worms-warn.md deleted file mode 100644 index 35684b44..00000000 --- a/.changeset/tiny-worms-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@reactive-dot/react": patch ---- - -Implemented `atomFamily` using `WeakMap`: this change allows for the automatic garbage collection of unused values, improving memory efficiency and overall performance. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 29809eea..0d189d4d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,18 @@ # @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. + +### 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 0faa50bd..e14d140b 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..0a52f1a7 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,18 @@ # @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 + +- [#117](https://github.com/tien/reactive-dot/pull/117) [`ceb8723`](https://github.com/tien/reactive-dot/commit/ceb8723ac3babcb2db4172a934f5bbeb3cd6f798) Thanks [@tien](https://github.com/tien)! - Implemented `atomFamily` using `WeakMap`: this change allows for the automatic garbage collection of unused values, improving memory efficiency and overall performance. + +- Updated dependencies [[`c2c3a61`](https://github.com/tien/reactive-dot/commit/c2c3a617d54cc1db9ed4bfec276d46044e8100db), [`336b208`](https://github.com/tien/reactive-dot/commit/336b208627776e85f9173bcc36e1a86e6d389299)]: + - @reactive-dot/core@0.8.0 + ## 0.7.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index af0fb254..d3bbc6a6 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",