Skip to content

Commit

Permalink
chore(release): 发布v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mengshang918 committed Jul 15, 2022
1 parent 22f4eeb commit 6d4b428
Show file tree
Hide file tree
Showing 18 changed files with 100 additions and 21 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15)


### Bug Fixes

* 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))
* **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))
* **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))



### [0.8.1](https://github.com/jdfed/drip-form/compare/v0.8.0...v0.8.1) (2022-06-29)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.8.1",
"version": "0.8.2",
"command": {
"version": {
"allowBranch": [
Expand Down
8 changes: 8 additions & 0 deletions packages/ajv/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15)

**Note:** Version bump only for package @jdfed/ajv





## [0.8.0](https://github.com/jdfed/drip-form/compare/v0.7.0...v0.8.0) (2022-06-01)


Expand Down
6 changes: 3 additions & 3 deletions packages/ajv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdfed/ajv",
"version": "0.8.0",
"version": "0.8.2",
"description": "drip ajv核心包",
"keywords": [
"ajv"
Expand Down Expand Up @@ -34,8 +34,8 @@
"url": "https://github.com/JDFED/drip-form/"
},
"dependencies": {
"@jdfed/drip-form-plugin-formats": "^0.8.0",
"@jdfed/drip-form-plugin-keywords": "^0.8.0",
"@jdfed/drip-form-plugin-formats": "^0.8.2",
"@jdfed/drip-form-plugin-keywords": "^0.8.2",
"ajv": "^8.6.2",
"ajv-errors": "^3.0.0",
"ajv-formats": "^2.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/drip-form-plugin-formats/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15)

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





## [0.8.0](https://github.com/jdfed/drip-form/compare/v0.7.0...v0.8.0) (2022-06-01)

**Note:** Version bump only for package @jdfed/drip-form-plugin-formats
Expand Down
2 changes: 1 addition & 1 deletion packages/drip-form-plugin-formats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdfed/drip-form-plugin-formats",
"version": "0.8.0",
"version": "0.8.2",
"description": "drip-form ajv formats插件",
"keywords": [
"ajv",
Expand Down
8 changes: 8 additions & 0 deletions packages/drip-form-plugin-keywords/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15)

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





## [0.8.0](https://github.com/jdfed/drip-form/compare/v0.7.0...v0.8.0) (2022-06-01)

**Note:** Version bump only for package @jdfed/drip-form-plugin-keywords
Expand Down
2 changes: 1 addition & 1 deletion packages/drip-form-plugin-keywords/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdfed/drip-form-plugin-keywords",
"version": "0.8.0",
"version": "0.8.2",
"description": "drip-form ajv关键字插件",
"keywords": [
"ajv",
Expand Down
8 changes: 8 additions & 0 deletions packages/drip-form-theme-antd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15)

**Note:** Version bump only for package @jdfed/drip-form-theme-antd





### [0.8.1](https://github.com/jdfed/drip-form/compare/v0.8.0...v0.8.1) (2022-06-29)


Expand Down
6 changes: 3 additions & 3 deletions packages/drip-form-theme-antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdfed/drip-form-theme-antd",
"version": "0.8.1",
"version": "0.8.2",
"author": "JDFED",
"description": "drip-form antd主题包",
"main": "dist/index.js",
Expand Down Expand Up @@ -31,8 +31,8 @@
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@babel/runtime": "^7.10.2",
"@jdfed/hooks": "^0.8.1",
"@jdfed/utils": "^0.8.1",
"@jdfed/hooks": "^0.8.2",
"@jdfed/utils": "^0.8.2",
"moment": "^2.26.0",
"react-color": "^2.18.1",
"use-immer": "^0.6.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/drip-form/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15)

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





### [0.8.1](https://github.com/jdfed/drip-form/compare/v0.8.0...v0.8.1) (2022-06-29)


Expand Down
8 changes: 4 additions & 4 deletions packages/drip-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdfed/drip-form",
"version": "0.8.1",
"version": "0.8.2",
"description": "drip-form表单渲染core",
"keywords": [
"drip-form",
Expand Down Expand Up @@ -48,9 +48,9 @@
"@dnd-kit/modifiers": "^4.0.0",
"@dnd-kit/sortable": "^5.0.0",
"@dnd-kit/utilities": "^3.0.0",
"@jdfed/ajv": "^0.8.0",
"@jdfed/hooks": "^0.8.1",
"@jdfed/utils": "^0.8.1",
"@jdfed/ajv": "^0.8.2",
"@jdfed/hooks": "^0.8.2",
"@jdfed/utils": "^0.8.2",
"ajv": "^8.6.2",
"classnames": "^2.2.6",
"immer": "^9.0.5",
Expand Down
11 changes: 11 additions & 0 deletions packages/generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15)


### Bug Fixes

* 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))
* **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))
* **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))



### [0.8.1](https://github.com/jdfed/drip-form/compare/v0.8.0...v0.8.1) (2022-06-29)


Expand Down
10 changes: 5 additions & 5 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdfed/form-generator",
"version": "0.8.1",
"version": "0.8.2",
"description": "drip-form 生成器",
"keywords": [
"hooks",
Expand Down Expand Up @@ -37,10 +37,10 @@
"@dnd-kit/modifiers": "^4.0.0",
"@dnd-kit/sortable": "^5.0.0",
"@dnd-kit/utilities": "^3.0.0",
"@jdfed/drip-form": "^0.8.1",
"@jdfed/drip-form-theme-antd": "^0.8.1",
"@jdfed/hooks": "^0.8.1",
"@jdfed/utils": "^0.8.1",
"@jdfed/drip-form": "^0.8.2",
"@jdfed/drip-form-theme-antd": "^0.8.2",
"@jdfed/hooks": "^0.8.2",
"@jdfed/utils": "^0.8.2",
"@monaco-editor/react": "^4.2.2",
"antd": "^4.16.13",
"classnames": "^2.3.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15)

**Note:** Version bump only for package @jdfed/hooks





### [0.8.1](https://github.com/jdfed/drip-form/compare/v0.8.0...v0.8.1) (2022-06-29)

**Note:** Version bump only for package @jdfed/hooks
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdfed/hooks",
"version": "0.8.1",
"version": "0.8.2",
"description": "drip-form通用hooks",
"keywords": [
"hooks",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@babel/runtime": "^7.10.2",
"@jdfed/utils": "^0.8.1",
"@jdfed/utils": "^0.8.2",
"ahooks": "^2.10.12",
"ajv": "^8.8.2",
"immer": "^9.0.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15)


### Bug Fixes

* 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))



### [0.8.1](https://github.com/jdfed/drip-form/compare/v0.8.0...v0.8.1) (2022-06-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdfed/utils",
"version": "0.8.1",
"version": "0.8.2",
"description": "drip-form通用方法",
"keywords": [
"utils",
Expand Down

0 comments on commit 6d4b428

Please sign in to comment.