Skip to content

Commit 74278cc

Browse files
committed
build: release version 1.0.1
1 parent fcc30d6 commit 74278cc

File tree

8 files changed

+44
-6
lines changed

8 files changed

+44
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/lljj-x/vue-json-schema-form/compare/v1.0.0...v1.0.1) (2021-01-31)
7+
8+
9+
### Bug Fixes
10+
11+
* **vue2-element:** 修复 vue2-elementUi package 配置问题 ([fcc30d6](https://github.com/lljj-x/vue-json-schema-form/commit/fcc30d6c1b1214b71784d50b14385a4444d4ff43))
12+
13+
14+
15+
16+
617
## [0.6.1](https://github.com/lljj-x/vue-json-schema-form/compare/v0.6.0...v0.6.1) (2021-01-19)
718

819
**Note:** Version bump only for package vue-element-schema-form

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"command": {
66
"version": {
77
"allowBranch": "master",

packages/demo/demo-v2/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/lljj-x/vue-json-schema-form/compare/v1.0.0...v1.0.1) (2021-01-31)
7+
8+
**Note:** Version bump only for package demo
9+
10+
11+
12+
13+
614
## [0.6.1](https://github.com/lljj-x/vue-json-schema-form/compare/v0.6.0...v0.6.1) (2021-01-19)
715

816
**Note:** Version bump only for package demo

packages/demo/demo-v2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"license": "Apache-2.0",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@lljj/polyfill": "^0.1.0",
13-
"@lljj/vue-json-schema-form": "1.0.0",
13+
"@lljj/vue-json-schema-form": "1.0.1",
1414
"@lljj/vue2-form-iview3": "1.0.0",
1515
"ajv-i18n": "^3.5.0",
1616
"element-ui": "^2.14.1",

packages/docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/lljj-x/vue-json-schema-form/compare/v1.0.0...v1.0.1) (2021-01-31)
7+
8+
**Note:** Version bump only for package docs
9+
10+
11+
12+
13+
614
## [0.6.1](https://github.com/lljj-x/vue-json-schema-form/compare/v0.6.0...v0.6.1) (2021-01-19)
715

816
**Note:** Version bump only for package docs

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"license": "Apache-2.0",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"build": "vuepress build docs"
1010
},
1111
"dependencies": {
12-
"@lljj/vue-json-schema-form": "1.0.0",
12+
"@lljj/vue-json-schema-form": "1.0.1",
1313
"element-ui": "^2.13.2",
1414
"v-distpicker": "^1.2.7"
1515
},

packages/lib/vue2/vue2-form-element/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/lljj-x/vue-json-schema-form/compare/v1.0.0...v1.0.1) (2021-01-31)
7+
8+
9+
### Bug Fixes
10+
11+
* **vue2-element:** 修复 vue2-elementUi package 配置问题 ([fcc30d6](https://github.com/lljj-x/vue-json-schema-form/commit/fcc30d6c1b1214b71784d50b14385a4444d4ff43))
12+
13+
14+
15+
16+
617
## [0.6.1](https://github.com/lljj-x/vue-json-schema-form/compare/v0.6.0...v0.6.1) (2021-01-19)
718

819
**Note:** Version bump only for package @lljj/vue-json-schema-form

packages/lib/vue2/vue2-form-element/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lljj/vue-json-schema-form",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "基于 Vue 、ElementUi、JsonSchema快速构建一个带完整校验的form表单",
55
"main": "dist/vueJsonSchemaForm.umd.min.js",
66
"module": "dist/vueJsonSchemaForm.esm.min.js",

0 commit comments

Comments
 (0)