Skip to content

Commit

Permalink
build: publish success
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Mar 21, 2024
1 parent 8855e82 commit 5037447
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.20.2](https://github.com/jekip/naive-ui-admin/compare/v1.20.1...v1.20.2) (2024-03-21)

### Bug Fixes

* 修复搜索栏只有一个输入框时点回车 会刷新浏览器的bug ([677114d](https://github.com/jekip/naive-ui-admin/commit/677114d6847be8559b33c9b36ca19b8d160ecc3d))

### Performance Improvements

* fs-admin-antdv4 支持主题设置 ([bab0b30](https://github.com/jekip/naive-ui-admin/commit/bab0b30180025613f842f87db8264f7094560ed3))

## [1.20.1](https://github.com/jekip/naive-ui-admin/compare/v1.20.0...v1.20.1) (2024-02-27)

**Note:** Version bump only for package naive-ui-admin
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "naive-ui-admin",
"version": "1.20.1",
"version": "1.20.2",
"author": {
"name": "Ahjung",
"email": "[email protected]",
Expand Down Expand Up @@ -36,10 +36,10 @@
"@ant-design/icons-vue": "^6.1.0",
"@aws-sdk/client-s3": "^3.288.0",
"@aws-sdk/s3-request-presigner": "^3.288.0",
"@fast-crud/fast-crud": "^1.20.1",
"@fast-crud/fast-extends": "^1.20.1",
"@fast-crud/ui-interface": "^1.20.1",
"@fast-crud/ui-naive": "^1.20.1",
"@fast-crud/fast-crud": "^1.20.2",
"@fast-crud/fast-extends": "^1.20.2",
"@fast-crud/ui-interface": "^1.20.2",
"@fast-crud/ui-naive": "^1.20.2",
"@iconify/iconify": "^2.0.1",
"@iconify/json": "^1.1.376",
"@iconify/vue": "^4.1.1",
Expand Down

0 comments on commit 5037447

Please sign in to comment.