diff --git a/.changeset/rich-kings-shake.md b/.changeset/rich-kings-shake.md deleted file mode 100644 index fef4421e..00000000 --- a/.changeset/rich-kings-shake.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@liteflow/core': minor -'@liteflow/react': minor ---- - -Add new mintDrop function and useMintDrop hook diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 74f14c97..d26269a6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @liteflow/core +## 1.2.0 + +### Minor Changes + +- [#175](https://github.com/liteflow-labs/liteflow-js/pull/175) [`79424f0`](https://github.com/liteflow-labs/liteflow-js/commit/79424f0238b87ec70b3d597b95387e910425e9ea) Thanks [@ismailToyran](https://github.com/ismailToyran)! - Add new mintDrop function and useMintDrop hook + ## 1.1.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index d6f824e6..a14bdc8b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@liteflow/core", - "version": "1.1.1", + "version": "1.2.0", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "publishConfig": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 8aa564ec..a7acd0c5 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.2.0 + +### Minor Changes + +- [#175](https://github.com/liteflow-labs/liteflow-js/pull/175) [`79424f0`](https://github.com/liteflow-labs/liteflow-js/commit/79424f0238b87ec70b3d597b95387e910425e9ea) Thanks [@ismailToyran](https://github.com/ismailToyran)! - Add new mintDrop function and useMintDrop hook + +### Patch Changes + +- Updated dependencies [[`79424f0`](https://github.com/liteflow-labs/liteflow-js/commit/79424f0238b87ec70b3d597b95387e910425e9ea)]: + - @liteflow/core@1.2.0 + ## 1.1.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 3e728f67..048075e6 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@liteflow/react", - "version": "1.1.1", + "version": "1.2.0", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "publishConfig": {