Skip to content

Commit 6d4b428

Browse files
committed
chore(release): 发布v0.8.2
1 parent 22f4eeb commit 6d4b428

File tree

18 files changed

+100
-21
lines changed

18 files changed

+100
-21
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+
### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15)
7+
8+
9+
### Bug Fixes
10+
11+
* inaccurate width calculation when margin contains extra spaces ([#233](https://github.com/jdfed/drip-form/issues/233)) ([22f4eeb](https://github.com/jdfed/drip-form/commit/22f4eeb96f5a0f2b39eae69705f0a2e65e1e8ee1))
12+
* **generator:** drag the array, object container report an error ([#230](https://github.com/jdfed/drip-form/issues/230)) ([c79db5c](https://github.com/jdfed/drip-form/commit/c79db5c601fec7d0825b128e29a32147a216b15c))
13+
* **generator:** when the theme is not set, the property configuration will not be displayed ([#225](https://github.com/jdfed/drip-form/issues/225)) ([d4c1de4](https://github.com/jdfed/drip-form/commit/d4c1de4244114a055a9b180c497abf965de16fb7))
14+
15+
16+
617
### [0.8.1](https://github.com/jdfed/drip-form/compare/v0.8.0...v0.8.1) (2022-06-29)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"npmClient": "yarn",
88
"useWorkspaces": true,
9-
"version": "0.8.1",
9+
"version": "0.8.2",
1010
"command": {
1111
"version": {
1212
"allowBranch": [

packages/ajv/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+
### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15)
7+
8+
**Note:** Version bump only for package @jdfed/ajv
9+
10+
11+
12+
13+
614
## [0.8.0](https://github.com/jdfed/drip-form/compare/v0.7.0...v0.8.0) (2022-06-01)
715

816

packages/ajv/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jdfed/ajv",
3-
"version": "0.8.0",
3+
"version": "0.8.2",
44
"description": "drip ajv核心包",
55
"keywords": [
66
"ajv"
@@ -34,8 +34,8 @@
3434
"url": "https://github.com/JDFED/drip-form/"
3535
},
3636
"dependencies": {
37-
"@jdfed/drip-form-plugin-formats": "^0.8.0",
38-
"@jdfed/drip-form-plugin-keywords": "^0.8.0",
37+
"@jdfed/drip-form-plugin-formats": "^0.8.2",
38+
"@jdfed/drip-form-plugin-keywords": "^0.8.2",
3939
"ajv": "^8.6.2",
4040
"ajv-errors": "^3.0.0",
4141
"ajv-formats": "^2.1.0",

packages/drip-form-plugin-formats/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+
### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15)
7+
8+
**Note:** Version bump only for package @jdfed/drip-form-plugin-formats
9+
10+
11+
12+
13+
614
## [0.8.0](https://github.com/jdfed/drip-form/compare/v0.7.0...v0.8.0) (2022-06-01)
715

816
**Note:** Version bump only for package @jdfed/drip-form-plugin-formats

packages/drip-form-plugin-formats/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jdfed/drip-form-plugin-formats",
3-
"version": "0.8.0",
3+
"version": "0.8.2",
44
"description": "drip-form ajv formats插件",
55
"keywords": [
66
"ajv",

packages/drip-form-plugin-keywords/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+
### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15)
7+
8+
**Note:** Version bump only for package @jdfed/drip-form-plugin-keywords
9+
10+
11+
12+
13+
614
## [0.8.0](https://github.com/jdfed/drip-form/compare/v0.7.0...v0.8.0) (2022-06-01)
715

816
**Note:** Version bump only for package @jdfed/drip-form-plugin-keywords

packages/drip-form-plugin-keywords/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jdfed/drip-form-plugin-keywords",
3-
"version": "0.8.0",
3+
"version": "0.8.2",
44
"description": "drip-form ajv关键字插件",
55
"keywords": [
66
"ajv",

packages/drip-form-theme-antd/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+
### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15)
7+
8+
**Note:** Version bump only for package @jdfed/drip-form-theme-antd
9+
10+
11+
12+
13+
614
### [0.8.1](https://github.com/jdfed/drip-form/compare/v0.8.0...v0.8.1) (2022-06-29)
715

816

packages/drip-form-theme-antd/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jdfed/drip-form-theme-antd",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"author": "JDFED",
55
"description": "drip-form antd主题包",
66
"main": "dist/index.js",
@@ -31,8 +31,8 @@
3131
"dependencies": {
3232
"@ant-design/icons": "^4.7.0",
3333
"@babel/runtime": "^7.10.2",
34-
"@jdfed/hooks": "^0.8.1",
35-
"@jdfed/utils": "^0.8.1",
34+
"@jdfed/hooks": "^0.8.2",
35+
"@jdfed/utils": "^0.8.2",
3636
"moment": "^2.26.0",
3737
"react-color": "^2.18.1",
3838
"use-immer": "^0.6.0"

0 commit comments

Comments
 (0)