From d500c0b61c92ca3e98feb1e48c09798a6f02ded8 Mon Sep 17 00:00:00 2001 From: invalid w Date: Sat, 20 Apr 2024 17:19:04 +0800 Subject: [PATCH] chore: relese 2.11.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11934473..d2b0c33a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.11.1](https://github.com/vbenjs/vue-vben-admin/compare/v2.11.0...v2.11.1) (2024-04-20) + +### Bug Fixes + +- the form not working when setFieldsValue through form-groups and add a demo with form groups ([#3765](https://github.com/vbenjs/vue-vben-admin/issues/3765)) ([65e5e71](https://github.com/vbenjs/vue-vben-admin/commit/65e5e71f5ee44eac221721de2c8c1d03e622e34a)) + # [2.11.0](https://github.com/vbenjs/vue-vben-admin/compare/2.10.1...2.11.0) (2024-04-20) ### Bug Fixes diff --git a/package.json b/package.json index 836c4070..56ad8189 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vben-admin", - "version": "2.11.0", + "version": "2.11.1", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": { "url": "https://github.com/vbenjs/vue-vben-admin/issues"