diff --git a/CHANGELOG.md b/CHANGELOG.md index 921d72a..8c4d81f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.1](https://github.com/ralliejs/rallie/compare/v0.13.0...v0.13.1) (2023-02-22) + +### Bug Fixes + +- **@rallie/react:** fix the bug of function state([#46](https://github.com/ralliejs/rallie/issues/46)) ([45433cf](https://github.com/ralliejs/rallie/commit/45433cfa657e735115d3841a05ad63652bad5f3d)) + # [0.13.0](https://github.com/ralliejs/rallie/compare/v0.12.0...v0.13.0) (2023-02-21) ### Features diff --git a/lerna.json b/lerna.json index 283f753..aa6d847 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "useWorkspaces": true, "npmClient": "pnpm", - "version": "0.13.0", + "version": "0.13.1", "command": { "version": { "allowBranch": "master", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index ad502a8..d614c36 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.1](https://github.com/ralliejs/rallie/compare/v0.13.0...v0.13.1) (2023-02-22) + +### Bug Fixes + +- **@rallie/react:** fix the bug of function state([#46](https://github.com/ralliejs/rallie/issues/46)) ([45433cf](https://github.com/ralliejs/rallie/commit/45433cfa657e735115d3841a05ad63652bad5f3d)) + # [0.13.0](https://github.com/ralliejs/rallie/compare/v0.12.0...v0.13.0) (2023-02-21) ### Features diff --git a/packages/react/package.json b/packages/react/package.json index e4eaf7b..d831ffe 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@rallie/react", - "version": "0.13.0", + "version": "0.13.1", "description": "react binding for rallie", "author": "Philip Lau", "homepage": "https://github.com/ralliejs/rallie#readme", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index a7b313b..e3dc99f 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.1](https://github.com/ralliejs/rallie/compare/v0.13.0...v0.13.1) (2023-02-22) + +### Bug Fixes + +- **@rallie/react:** fix the bug of function state([#46](https://github.com/ralliejs/rallie/issues/46)) ([45433cf](https://github.com/ralliejs/rallie/commit/45433cfa657e735115d3841a05ad63652bad5f3d)) + # [0.13.0](https://github.com/ralliejs/rallie/compare/v0.12.0...v0.13.0) (2023-02-21) ### Features diff --git a/packages/vue/package.json b/packages/vue/package.json index efdbd5b..6cc755c 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@rallie/vue", - "version": "0.13.0", + "version": "0.13.1", "description": "vue binding for rallie", "author": "runnan <1608272694@qq.com>", "homepage": "https://github.com/ralliejs/rallie#readme", diff --git a/playground/CHANGELOG.md b/playground/CHANGELOG.md index f69185f..4903e91 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.1](https://github.com/ralliejs/rallie/compare/v0.13.0...v0.13.1) (2023-02-22) + +### Bug Fixes + +- **@rallie/react:** fix the bug of function state([#46](https://github.com/ralliejs/rallie/issues/46)) ([45433cf](https://github.com/ralliejs/rallie/commit/45433cfa657e735115d3841a05ad63652bad5f3d)) + # [0.13.0](https://github.com/ralliejs/rallie/compare/v0.12.0...v0.13.0) (2023-02-21) ### Features diff --git a/playground/package.json b/playground/package.json index d359009..039578f 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,7 +1,7 @@ { "name": "playground", "private": true, - "version": "0.13.0", + "version": "0.13.1", "type": "module", "scripts": { "dev": "vite",