Skip to content

Commit

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

## [1.22.1](https://github.com/fast-crud/fast-crud/compare/v1.22.0...v1.22.1) (2024-10-23)

### Performance Improvements

* values-format option支持iconSpin ([cdaa4f5](https://github.com/fast-crud/fast-crud/commit/cdaa4f55a9384b95764443b4a7f4223ec787cce3))

# [1.22.0](https://github.com/fast-crud/fast-crud/compare/v1.21.5...v1.22.0) (2024-10-21)

**Note:** Version bump only for package @fast-crud/fs-admin-antdv
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": "@fast-crud/fs-admin-antdv",
"version": "1.22.0",
"version": "1.22.1",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -26,10 +26,10 @@
"@ant-design/icons-vue": "^6.1.0",
"@aws-sdk/client-s3": "^3.383.0",
"@aws-sdk/s3-request-presigner": "^3.383.0",
"@fast-crud/fast-crud": "^1.22.0",
"@fast-crud/fast-extends": "^1.22.0",
"@fast-crud/ui-antdv": "^1.22.0",
"@fast-crud/ui-interface": "^1.22.0",
"@fast-crud/fast-crud": "^1.22.1",
"@fast-crud/fast-extends": "^1.22.1",
"@fast-crud/ui-antdv": "^1.22.1",
"@fast-crud/ui-interface": "^1.22.1",
"@iconify/iconify": "^3.1.1",
"@iconify/json": "^2.2.98",
"@iconify/vue": "^4.1.1",
Expand Down

0 comments on commit e1f8a29

Please sign in to comment.