Skip to content

Commit

Permalink
🔖 chore(release): @arvinxu/user-panel@1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## @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))
  • Loading branch information
semantic-release-bot committed Mar 26, 2022
1 parent 2fa8fa3 commit 16f52a7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
36 changes: 25 additions & 11 deletions packages/user-panel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,43 @@
# Changelog

## @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)

## @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)

### ✅ 测试

* fix test ([20629c2](https://github.com/arvinxx/components/commit/20629c2))
* 修正测试 ([030ef34](https://github.com/arvinxx/components/commit/030ef34))
* 修正测试 ([f3241bf](https://github.com/arvinxx/components/commit/f3241bf))
* 修正测试 ([74e0652](https://github.com/arvinxx/components/commit/74e0652))

- 修正单测 ([cd68ab2](https://github.com/arvinxx/components/commit/cd68ab2))
- 升级依赖并修正单测 ([355a28c](https://github.com/arvinxx/components/commit/355a28c))
- 更新 antd 升级后的快照 ([8434793](https://github.com/arvinxx/components/commit/8434793))

### 🎫 杂项

* 锁定 react-router 版本 ([e913677](https://github.com/arvinxx/components/commit/e913677))

- **user-panel**: 调整组件库依赖位置 ([7354e5a](https://github.com/arvinxx/components/commit/7354e5a))
- 从 yarn 迁移到 pnpm ([38bb09b](https://github.com/arvinxx/components/commit/38bb09b))
- 优化目录结构 ([0534903](https://github.com/arvinxx/components/commit/0534903))

### 👷 构建系统

* 修正构建配置 ([d901be1](https://github.com/arvinxx/components/commit/d901be1))
- 基于 react-i18next 重构国际化实现 ([567bd21](https://github.com/arvinxx/components/commit/567bd21))

## @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)

### ✅ 测试

- fix test ([20629c2](https://github.com/arvinxx/components/commit/20629c2))
- 修正测试 ([030ef34](https://github.com/arvinxx/components/commit/030ef34))
- 修正测试 ([f3241bf](https://github.com/arvinxx/components/commit/f3241bf))
- 修正测试 ([74e0652](https://github.com/arvinxx/components/commit/74e0652))

### 🎫 杂项

- 锁定 react-router 版本 ([e913677](https://github.com/arvinxx/components/commit/e913677))

### 👷 构建系统

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

### 📝 文档

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

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

Expand Down
2 changes: 1 addition & 1 deletion packages/user-panel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arvinxu/user-panel",
"version": "1.0.1",
"version": "1.0.2",
"files": [
"lib",
"es"
Expand Down

1 comment on commit 16f52a7

@vercel
Copy link

@vercel vercel bot commented on 16f52a7 Mar 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.