diff --git a/packages/hippy_ui_react/CHANGELOG.md b/packages/hippy_ui_react/CHANGELOG.md index 342efd7..6fedf0a 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.0 (2024-06-04) + + +### Features + +* 按需加载配置 ([164458d](https://github.com/hippy-contrib/hippy_ui_react/commit/164458dcfa167a47b32f0be596cc64c8c80961aa)) + + + + + ## 1.1.31 (2024-05-24) diff --git a/packages/hippy_ui_react/package.json b/packages/hippy_ui_react/package.json index 290bb3b..03d97ef 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.1.31", + "version": "1.2.0", "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 4eea78e..a722215 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.0 (2024-06-04) + + +### Features + +* 按需加载配置 ([164458d](https://github.com/hippy-contrib/hippy_ui_react/commit/164458dcfa167a47b32f0be596cc64c8c80961aa)) + + + + + ## 1.1.19 (2024-05-24) diff --git a/packages/hippy_ui_react_business/package.json b/packages/hippy_ui_react_business/package.json index 7617774..5a5299d 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.1.19", + "version": "1.2.0", "description": "hippy ui react for business", "keywords": [], "author": "linjinze999 ",