Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 16f52a7

Browse files
🔖 chore(release): @arvinxu/user-panel@1.0.2 [skip ci]
## @arvinxu/user-panel [1.0.2](https://github.com/arvinxx/components/compare/@arvinxu/user-panel@1.0.1...@arvinxu/user-panel@1.0.2) (2022-03-26) ### ✅ 测试 * 修正单测 ([cd68ab2](cd68ab2)) * 升级依赖并修正单测 ([355a28c](355a28c)) * 更新 antd 升级后的快照 ([8434793](8434793)) ### 🎫 杂项 * **user-panel**: 调整组件库依赖位置 ([7354e5a](7354e5a)) * 从 yarn 迁移到 pnpm ([38bb09b](38bb09b)) * 优化目录结构 ([0534903](0534903)) ### 👷 构建系统 * 基于 react-i18next 重构国际化实现 ([567bd21](567bd21))
1 parent 2fa8fa3 commit 16f52a7

File tree

2 files changed

+26
-12
lines changed

2 files changed

+26
-12
lines changed

packages/user-panel/CHANGELOG.md

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,43 @@
11
# Changelog
22

3-
## @arvinxu/user-panel [1.0.1](https://github.com/arvinxx/components/compare/@arvinxu/user-panel@1.0.0...@arvinxu/user-panel@1.0.1) (2021-11-28)
4-
3+
## @arvinxu/user-panel [1.0.2](https://github.com/arvinxx/components/compare/@arvinxu/user-panel@1.0.1...@arvinxu/user-panel@1.0.2) (2022-03-26)
54

65
### ✅ 测试
76

8-
* fix test ([20629c2](https://github.com/arvinxx/components/commit/20629c2))
9-
* 修正测试 ([030ef34](https://github.com/arvinxx/components/commit/030ef34))
10-
* 修正测试 ([f3241bf](https://github.com/arvinxx/components/commit/f3241bf))
11-
* 修正测试 ([74e0652](https://github.com/arvinxx/components/commit/74e0652))
12-
7+
- 修正单测 ([cd68ab2](https://github.com/arvinxx/components/commit/cd68ab2))
8+
- 升级依赖并修正单测 ([355a28c](https://github.com/arvinxx/components/commit/355a28c))
9+
- 更新 antd 升级后的快照 ([8434793](https://github.com/arvinxx/components/commit/8434793))
1310

1411
### 🎫 杂项
1512

16-
* 锁定 react-router 版本 ([e913677](https://github.com/arvinxx/components/commit/e913677))
17-
13+
- **user-panel**: 调整组件库依赖位置 ([7354e5a](https://github.com/arvinxx/components/commit/7354e5a))
14+
- 从 yarn 迁移到 pnpm ([38bb09b](https://github.com/arvinxx/components/commit/38bb09b))
15+
- 优化目录结构 ([0534903](https://github.com/arvinxx/components/commit/0534903))
1816

1917
### 👷 构建系统
2018

21-
* 修正构建配置 ([d901be1](https://github.com/arvinxx/components/commit/d901be1))
19+
- 基于 react-i18next 重构国际化实现 ([567bd21](https://github.com/arvinxx/components/commit/567bd21))
20+
21+
## @arvinxu/user-panel [1.0.1](https://github.com/arvinxx/components/compare/@arvinxu/user-panel@1.0.0...@arvinxu/user-panel@1.0.1) (2021-11-28)
22+
23+
### ✅ 测试
24+
25+
- fix test ([20629c2](https://github.com/arvinxx/components/commit/20629c2))
26+
- 修正测试 ([030ef34](https://github.com/arvinxx/components/commit/030ef34))
27+
- 修正测试 ([f3241bf](https://github.com/arvinxx/components/commit/f3241bf))
28+
- 修正测试 ([74e0652](https://github.com/arvinxx/components/commit/74e0652))
29+
30+
### 🎫 杂项
31+
32+
- 锁定 react-router 版本 ([e913677](https://github.com/arvinxx/components/commit/e913677))
33+
34+
### 👷 构建系统
2235

36+
- 修正构建配置 ([d901be1](https://github.com/arvinxx/components/commit/d901be1))
2337

2438
### 📝 文档
2539

26-
* 更新文档 ([cca4137](https://github.com/arvinxx/components/commit/cca4137))
40+
- 更新文档 ([cca4137](https://github.com/arvinxx/components/commit/cca4137))
2741

2842
# @arvinxu/user-panel 1.0.0 (2021-11-28)
2943

packages/user-panel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arvinxu/user-panel",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"files": [
55
"lib",
66
"es"

0 commit comments

Comments
 (0)