File tree Expand file tree Collapse file tree 16 files changed +92
-13
lines changed
Expand file tree Collapse file tree 16 files changed +92
-13
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 1.6.1] ( https://github.com/lljj-x/vue-json-schema-form/compare/v1.6.0...v1.6.1 ) (2021-05-26)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** lib:** 修复 d.ts 申明文件错误 ([ 860c3b4] ( https://github.com/lljj-x/vue-json-schema-form/commit/860c3b42a38ac3e76b2e16c3d74a45c7cd95dfa1 ) )
12+
13+
14+
15+
16+
617# [ 1.6.0] ( https://github.com/lljj-x/vue-json-schema-form/compare/v1.5.0...v1.6.0 ) (2021-05-22)
718
819
Original file line number Diff line number Diff line change 11{
22 "npmClient" : " yarn" ,
33 "useWorkspaces" : true ,
4- "version" : " 1.6.0 " ,
4+ "version" : " 1.6.1 " ,
55 "command" : {
66 "version" : {
77 "allowBranch" : " master" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 1.6.1] ( https://github.com/lljj-x/vue-json-schema-form/compare/v1.6.0...v1.6.1 ) (2021-05-26)
7+
8+ ** Note:** Version bump only for package demo
9+
10+
11+
12+
13+
614# [ 1.6.0] ( https://github.com/lljj-x/vue-json-schema-form/compare/v1.5.0...v1.6.0 ) (2021-05-22)
715
816** Note:** Version bump only for package demo
Original file line number Diff line number Diff line change 11{
22 "name" : " demo" ,
3- "version" : " 1.6.0 " ,
3+ "version" : " 1.6.1 " ,
44 "private" : true ,
55 "license" : " Apache-2.0" ,
66 "scripts" : {
1010 },
1111 "dependencies" : {
1212 "@lljj/polyfill" : " ^0.1.0" ,
13- "@lljj/vue-json-schema-form" : " 1.6.0 " ,
14- "@lljj/vue2-form-iview3" : " 1.6.0 " ,
13+ "@lljj/vue-json-schema-form" : " 1.6.1 " ,
14+ "@lljj/vue2-form-iview3" : " 1.6.1 " ,
1515 "ajv-i18n" : " ^3.5.0" ,
1616 "demo-common" : " 1.2.0" ,
1717 "iview" : " ^3.5.4" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 1.6.1] ( https://github.com/lljj-x/vue-json-schema-form/compare/v1.6.0...v1.6.1 ) (2021-05-26)
7+
8+ ** Note:** Version bump only for package demo-v3
9+
10+
11+
12+
13+
614# [ 1.6.0] ( https://github.com/lljj-x/vue-json-schema-form/compare/v1.5.0...v1.6.0 ) (2021-05-22)
715
816** Note:** Version bump only for package demo-v3
Original file line number Diff line number Diff line change 11{
22 "name" : " demo-v3" ,
3- "version" : " 1.6.0 " ,
3+ "version" : " 1.6.1 " ,
44 "private" : true ,
55 "license" : " Apache-2.0" ,
66 "scripts" : {
1010 },
1111 "dependencies" : {
1212 "@lljj/polyfill" : " ^0.1.0" ,
13- "@lljj/vue3-form-ant" : " 1.6.0 " ,
14- "@lljj/vue3-form-element" : " 1.6.0 " ,
13+ "@lljj/vue3-form-ant" : " 1.6.1 " ,
14+ "@lljj/vue3-form-element" : " 1.6.1 " ,
1515 "ajv-i18n" : " ^3.5.0" ,
1616 "ant-design-vue" : " ^2.0.1" ,
1717 "demo-common" : " 1.2.0" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 1.6.1] ( https://github.com/lljj-x/vue-json-schema-form/compare/v1.6.0...v1.6.1 ) (2021-05-26)
7+
8+ ** Note:** Version bump only for package docs
9+
10+
11+
12+
13+
614# [ 1.6.0] ( https://github.com/lljj-x/vue-json-schema-form/compare/v1.5.0...v1.6.0 ) (2021-05-22)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " docs" ,
3- "version" : " 1.6.0 " ,
3+ "version" : " 1.6.1 " ,
44 "private" : true ,
55 "license" : " Apache-2.0" ,
66 "scripts" : {
99 "build" : " vuepress build docs"
1010 },
1111 "dependencies" : {
12- "@lljj/vue-json-schema-form" : " 1.6.0 " ,
12+ "@lljj/vue-json-schema-form" : " 1.6.1 " ,
1313 "element-ui" : " ^2.13.2" ,
1414 "v-distpicker" : " ^1.2.7"
1515 },
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 1.6.1] ( https://github.com/lljj-x/vue-json-schema-form/compare/v1.6.0...v1.6.1 ) (2021-05-26)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** lib:** 修复 d.ts 申明文件错误 ([ 860c3b4] ( https://github.com/lljj-x/vue-json-schema-form/commit/860c3b42a38ac3e76b2e16c3d74a45c7cd95dfa1 ) )
12+
13+
14+
15+
16+
617# [ 1.6.0] ( https://github.com/lljj-x/vue-json-schema-form/compare/v1.5.0...v1.6.0 ) (2021-05-22)
718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " @lljj/vue-json-schema-form" ,
3- "version" : " 1.6.0 " ,
3+ "version" : " 1.6.1 " ,
44 "description" : " 基于 Vue 、ElementUi、JsonSchema快速构建一个带完整校验的form表单" ,
55 "main" : " dist/vueJsonSchemaForm.umd.min.js" ,
66 "module" : " dist/vueJsonSchemaForm.esm.min.js" ,
You can’t perform that action at this time.
0 commit comments