Skip to content

Commit d3b074c

Browse files
build: release version 1.19.1
1 parent d883f8b commit d3b074c

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
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.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+
617
# [1.19.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.18.0...v1.19.0) (2023-10-05)
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.19.0",
4+
"version": "1.19.1",
55
"command": {
66
"version": {
77
"allowBranch": "master",

packages/lib/vue3/vue3-form-naive/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.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+
617
# [1.19.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.18.0...v1.19.0) (2023-10-05)
718

819
**Note:** Version bump only for package @lljj/vue3-form-naive

packages/lib/vue3/vue3-form-naive/package.json

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

0 commit comments

Comments
 (0)