File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed
packages/lib/vue3/vue3-form-naive Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.19.1] ( https://github.com/lljj-x/vue-json-schema-form/compare/v1.19.0...v1.19.1 ) (2023-10-05)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** lib:** 补全类型 ([ 7a15c42] ( https://github.com/lljj-x/vue-json-schema-form/commit/7a15c4237df396003e9c882215067a9e3f7ae3ad ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 1.19.0] ( https://github.com/lljj-x/vue-json-schema-form/compare/v1.18.0...v1.19.0 ) (2023-10-05)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"npmClient" : " yarn" ,
3
3
"useWorkspaces" : true ,
4
- "version" : " 1.19.0 " ,
4
+ "version" : " 1.19.1 " ,
5
5
"command" : {
6
6
"version" : {
7
7
"allowBranch" : " master" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.19.1] ( https://github.com/lljj-x/vue-json-schema-form/compare/v1.19.0...v1.19.1 ) (2023-10-05)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** lib:** 补全类型 ([ 7a15c42] ( https://github.com/lljj-x/vue-json-schema-form/commit/7a15c4237df396003e9c882215067a9e3f7ae3ad ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 1.19.0] ( https://github.com/lljj-x/vue-json-schema-form/compare/v1.18.0...v1.19.0 ) (2023-10-05)
7
18
8
19
** Note:** Version bump only for package @lljj/vue3-form-naive
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lljj/vue3-form-naive" ,
3
- "version" : " 1.19.0 " ,
3
+ "version" : " 1.19.1 " ,
4
4
"description" : " 基于 Vue3 、Naive、JsonSchema快速构建一个带完整校验的form表单" ,
5
5
"main" : " dist/vue3-form-naive.umd.min.js" ,
6
6
"module" : " dist/vue3-form-naive.esm.min.js" ,
You can’t perform that action at this time.
0 commit comments