Skip to content

Commit f0c87ad

Browse files
committed
build: release version 1.1.0
1 parent 71a2810 commit f0c87ad

File tree

24 files changed

+161
-29
lines changed

24 files changed

+161
-29
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.1.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.0.2...v1.1.0) (2021-03-06)
7+
8+
9+
### Features
10+
11+
* **vue3-ant:** 更新初始化 ([71a2810](https://github.com/lljj-x/vue-json-schema-form/commit/71a281045af11f215333050396aa546dd5e78b88)), closes [#27](https://github.com/lljj-x/vue-json-schema-form/issues/27) [#27](https://github.com/lljj-x/vue-json-schema-form/issues/27) [#27](https://github.com/lljj-x/vue-json-schema-form/issues/27) [#40](https://github.com/lljj-x/vue-json-schema-form/issues/40)
12+
13+
14+
15+
16+
617
## [1.0.2](https://github.com/lljj-x/vue-json-schema-form/compare/v1.0.1...v1.0.2) (2021-01-31)
718

819

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.2",
4+
"version": "1.1.0",
55
"command": {
66
"version": {
77
"allowBranch": "master",

packages/demo/demo-common/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.1.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.0.2...v1.1.0) (2021-03-06)
7+
8+
9+
### Features
10+
11+
* **vue3-ant:** 更新初始化 ([71a2810](https://github.com/lljj-x/vue-json-schema-form/commit/71a281045af11f215333050396aa546dd5e78b88)), closes [#27](https://github.com/lljj-x/vue-json-schema-form/issues/27) [#27](https://github.com/lljj-x/vue-json-schema-form/issues/27) [#27](https://github.com/lljj-x/vue-json-schema-form/issues/27) [#40](https://github.com/lljj-x/vue-json-schema-form/issues/40)
12+
13+
14+
15+
16+
617
# [0.6.0](https://github.com/lljj-x/vue-json-schema-form/compare/v0.5.0...v0.6.0) (2021-01-19)
718

819

packages/demo/demo-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo-common",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "vue json schema form demo公共代码",
55
"keywords": [
66
"@lljj/vjsf-utils",

packages/demo/demo-v2/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.1.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.0.2...v1.1.0) (2021-03-06)
7+
8+
9+
### Features
10+
11+
* **vue3-ant:** 更新初始化 ([71a2810](https://github.com/lljj-x/vue-json-schema-form/commit/71a281045af11f215333050396aa546dd5e78b88)), closes [#27](https://github.com/lljj-x/vue-json-schema-form/issues/27) [#27](https://github.com/lljj-x/vue-json-schema-form/issues/27) [#27](https://github.com/lljj-x/vue-json-schema-form/issues/27) [#40](https://github.com/lljj-x/vue-json-schema-form/issues/40)
12+
13+
14+
15+
16+
617
## [1.0.2](https://github.com/lljj-x/vue-json-schema-form/compare/v1.0.1...v1.0.2) (2021-01-31)
718

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

packages/demo/demo-v2/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"private": true,
55
"license": "Apache-2.0",
66
"scripts": {
@@ -9,11 +9,11 @@
99
"lint": "vue-cli-service lint"
1010
},
1111
"dependencies": {
12-
"demo-common": "1.0.0",
1312
"@lljj/polyfill": "^0.1.0",
14-
"@lljj/vue-json-schema-form": "1.0.2",
15-
"@lljj/vue2-form-iview3": "1.0.2",
13+
"@lljj/vue-json-schema-form": "1.1.0",
14+
"@lljj/vue2-form-iview3": "1.1.0",
1615
"ajv-i18n": "^3.5.0",
16+
"demo-common": "1.1.0",
1717
"iview": "^3.5.4",
1818
"vue": "^2.6.10",
1919
"vuedraggable": "2.23.2"

packages/demo/demo-v3/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.1.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.0.2...v1.1.0) (2021-03-06)
7+
8+
9+
### Features
10+
11+
* **vue3-ant:** 更新初始化 ([71a2810](https://github.com/lljj-x/vue-json-schema-form/commit/71a281045af11f215333050396aa546dd5e78b88)), closes [#27](https://github.com/lljj-x/vue-json-schema-form/issues/27) [#27](https://github.com/lljj-x/vue-json-schema-form/issues/27) [#27](https://github.com/lljj-x/vue-json-schema-form/issues/27) [#40](https://github.com/lljj-x/vue-json-schema-form/issues/40)
12+
13+
14+
15+
16+
617
## [1.0.2](https://github.com/lljj-x/vue-json-schema-form/compare/v1.0.1...v1.0.2) (2021-01-31)
718

819

packages/demo/demo-v3/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo-v3",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"private": true,
55
"license": "Apache-2.0",
66
"scripts": {
@@ -9,12 +9,12 @@
99
"lint": "vue-cli-service lint"
1010
},
1111
"dependencies": {
12-
"demo-common": "1.0.0",
1312
"@lljj/polyfill": "^0.1.0",
14-
"@lljj/vue3-form-element": "1.0.2",
15-
"@lljj/vue3-form-ant": "1.0.2",
13+
"@lljj/vue3-form-ant": "1.1.0",
14+
"@lljj/vue3-form-element": "1.1.0",
1615
"ajv-i18n": "^3.5.0",
1716
"ant-design-vue": "^2.0.1",
17+
"demo-common": "1.1.0",
1818
"vue": "^3.0.0",
1919
"vuedraggable": "2.23.2"
2020
},

packages/docs/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.1.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.0.2...v1.1.0) (2021-03-06)
7+
8+
9+
### Features
10+
11+
* **vue3-ant:** 更新初始化 ([71a2810](https://github.com/lljj-x/vue-json-schema-form/commit/71a281045af11f215333050396aa546dd5e78b88)), closes [#27](https://github.com/lljj-x/vue-json-schema-form/issues/27) [#27](https://github.com/lljj-x/vue-json-schema-form/issues/27) [#27](https://github.com/lljj-x/vue-json-schema-form/issues/27) [#40](https://github.com/lljj-x/vue-json-schema-form/issues/40)
12+
13+
14+
15+
16+
617
## [1.0.2](https://github.com/lljj-x/vue-json-schema-form/compare/v1.0.1...v1.0.2) (2021-01-31)
718

819
**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.2",
3+
"version": "1.1.0",
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.2",
12+
"@lljj/vue-json-schema-form": "1.1.0",
1313
"element-ui": "^2.13.2",
1414
"v-distpicker": "^1.2.7"
1515
},

0 commit comments

Comments
 (0)