diff --git a/packages/hippy_ui_react/CHANGELOG.md b/packages/hippy_ui_react/CHANGELOG.md index 951b122..524edcf 100644 --- a/packages/hippy_ui_react/CHANGELOG.md +++ b/packages/hippy_ui_react/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.2.15 (2024-08-27) + + +### Bug Fixes + +* mask props children ([bd12c58](https://github.com/hippy-contrib/hippy_ui_react/commit/bd12c58b7c15bf0871fc145e33b7d53750cde401)) + + + + + ## 1.2.14 (2024-08-27) diff --git a/packages/hippy_ui_react/package.json b/packages/hippy_ui_react/package.json index 48c0aa5..9af1fe7 100644 --- a/packages/hippy_ui_react/package.json +++ b/packages/hippy_ui_react/package.json @@ -1,6 +1,6 @@ { "name": "hippy_ui_react", - "version": "1.2.14", + "version": "1.2.15", "description": "hippy ui react", "keywords": [], "author": "linjinze999 ", diff --git a/packages/hippy_ui_react_business/CHANGELOG.md b/packages/hippy_ui_react_business/CHANGELOG.md index df5729a..a90ddcd 100644 --- a/packages/hippy_ui_react_business/CHANGELOG.md +++ b/packages/hippy_ui_react_business/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.2.15 (2024-08-27) + + +### Bug Fixes + +* mask props children ([bd12c58](https://github.com/hippy-contrib/hippy_ui_react/commit/bd12c58b7c15bf0871fc145e33b7d53750cde401)) + + + + + ## 1.2.14 (2024-08-27) diff --git a/packages/hippy_ui_react_business/package.json b/packages/hippy_ui_react_business/package.json index 000a638..cd13663 100644 --- a/packages/hippy_ui_react_business/package.json +++ b/packages/hippy_ui_react_business/package.json @@ -1,6 +1,6 @@ { "name": "hippy_ui_react_business", - "version": "1.2.14", + "version": "1.2.15", "description": "hippy ui react for business", "keywords": [], "author": "linjinze999 ",