diff --git a/packages/user-panel/CHANGELOG.md b/packages/user-panel/CHANGELOG.md index 38f185e4..83faea9c 100644 --- a/packages/user-panel/CHANGELOG.md +++ b/packages/user-panel/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# @arvinxu/user-panel [1.0.0-beta.13](https://github.com/arvinxx/components/compare/@arvinxu/user-panel@1.0.0-beta.12...@arvinxu/user-panel@1.0.0-beta.13) (2021-09-21) + +### 👷 构建系统 + +- 修正依赖构建方式 ([6213e75](https://github.com/arvinxx/components/commit/6213e75)) + # @arvinxu/user-panel [1.0.0-beta.12](https://github.com/arvinxx/components/compare/@arvinxu/user-panel@1.0.0-beta.11...@arvinxu/user-panel@1.0.0-beta.12) (2021-07-11) ### ✅ 测试 diff --git a/packages/user-panel/package.json b/packages/user-panel/package.json index 4cdd4154..69ffed40 100644 --- a/packages/user-panel/package.json +++ b/packages/user-panel/package.json @@ -1,6 +1,6 @@ { "name": "@arvinxu/user-panel", - "version": "1.0.0-beta.12", + "version": "1.0.0-beta.13", "files": [ "lib", "es" @@ -27,7 +27,7 @@ "clean": "rm -rf es lib dist build coverage .umi" }, "dependencies": { - "@arvinxu/i18n": "^1.0.1" + "@arvinxu/i18n": "1.0.1" }, "peerDependencies": { "@ant-design/icons": "^4.x",