diff --git a/CHANGELOG.md b/CHANGELOG.md index decae09..eed2f06 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.16.2](/~https://github.com/ralliejs/rallie/compare/v0.16.1...v0.16.2) (2023-08-30) + +### Bug Fixes + +- **@rallie/react:** fix the bug that the state doesn't update when the dependencies change ([828243a](/~https://github.com/ralliejs/rallie/commit/828243a733ac0d6d1ce9a48561b7d0a7a6c955eb)), closes [#47](/~https://github.com/ralliejs/rallie/issues/47) + ## [0.16.1](/~https://github.com/ralliejs/rallie/compare/v0.16.0...v0.16.1) (2023-08-12) **Note:** Version bump only for package ralliejs diff --git a/lerna.json b/lerna.json index 8f44ac5..b98e913 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "0.16.1", + "version": "0.16.2", "command": { "version": { "allowBranch": "master", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index d197a10..d62075d 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.16.2](/~https://github.com/ralliejs/rallie/compare/v0.16.1...v0.16.2) (2023-08-30) + +### Bug Fixes + +- **@rallie/react:** fix the bug that the state doesn't update when the dependencies change ([828243a](/~https://github.com/ralliejs/rallie/commit/828243a733ac0d6d1ce9a48561b7d0a7a6c955eb)), closes [#47](/~https://github.com/ralliejs/rallie/issues/47) + ## [0.16.1](/~https://github.com/ralliejs/rallie/compare/v0.16.0...v0.16.1) (2023-08-12) **Note:** Version bump only for package @rallie/react diff --git a/packages/react/package.json b/packages/react/package.json index 2b27f6a..3923327 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@rallie/react", - "version": "0.16.1", + "version": "0.16.2", "description": "react binding for rallie", "author": "Philip Lau", "homepage": "/~https://github.com/ralliejs/rallie#readme", diff --git a/playground/CHANGELOG.md b/playground/CHANGELOG.md index 9dfec32..6c9afcf 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.16.2](/~https://github.com/ralliejs/rallie/compare/v0.16.1...v0.16.2) (2023-08-30) + +**Note:** Version bump only for package playground + ## [0.16.1](/~https://github.com/ralliejs/rallie/compare/v0.16.0...v0.16.1) (2023-08-12) **Note:** Version bump only for package playground diff --git a/playground/package.json b/playground/package.json index 29cd5e2..4ddd5f1 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,7 +1,7 @@ { "name": "playground", "private": true, - "version": "0.16.1", + "version": "0.16.2", "type": "module", "scripts": { "dev": "vite",