Commit f8ce6bcb authored by 涂茜's avatar 涂茜

🎨 chore(release): Publish

- @wisdom-components/basictable@1.2.0 - @wisdom-components/basictools@1.2.4 - @wisdom-components/devicetree@1.3.4 - @wisdom-components/empty@1.3.4 - @wisdom-components/exportexcel@1.0.4 - @wisdom-components/historyinfo@1.4.4 - @wisdom-components/imageselect@1.3.4 - @wisdom-components/mqttview@1.2.6 - parseform@1.2.4 - @wisdom-components/quotaselect@1.5.0 - @wisdom-components/realtimeinfo@1.2.4 - @wisdom-components/timerangepicker@1.3.4
parent bc271234
Pipeline #25751 failed with stages
in 4 minutes 16 seconds
...@@ -137,9 +137,9 @@ ...@@ -137,9 +137,9 @@
"registry": "https://g.civnet.cn:4873" "registry": "https://g.civnet.cn:4873"
}, },
"dependencies": { "dependencies": {
"@wisdom-components/Empty": "^1.0.1", "@wisdom-components/Empty": "^1.3.4",
"@wisdom-components/basictable": "^1.1.0", "@wisdom-components/basictable": "^1.2.0",
"@wisdom-components/timerangepicker": "^1.2.0", "@wisdom-components/timerangepicker": "^1.3.4",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"cross-spawn": "^7.0.3", "cross-spawn": "^7.0.3",
"form-render": "^0.9.12", "form-render": "^0.9.12",
......
...@@ -2,6 +2,16 @@ ...@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 1.2.0 (2021-04-09)
### Bug Fixes
- update table ([dcf8ae6](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/commits/dcf8ae65818c903c9bf08080b26250c79b26c4b7))
### Features
- 新增标准表格组件 ([f0b0666](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/commits/f0b0666a246761fd3debe0f3d8a3b3ca4df5a568))
# 1.1.0 (2021-04-07) # 1.1.0 (2021-04-07)
### Features ### Features
......
{ {
"name": "@wisdom-components/basictable", "name": "@wisdom-components/basictable",
"version": "1.1.0", "version": "1.2.0",
"description": "> TODO: description", "description": "> TODO: description",
"author": "tuqian <webtuqian@163.com>", "author": "tuqian <webtuqian@163.com>",
"homepage": "", "homepage": "",
...@@ -22,5 +22,9 @@ ...@@ -22,5 +22,9 @@
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@wisdom-components/Empty": "^1.3.4",
"classnames": "^2.2.6"
} }
} }
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.2.4](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/basictools@1.2.2...@wisdom-components/basictools@1.2.4) (2021-04-09)
**Note:** Version bump only for package @wisdom-components/basictools
## [1.2.3](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/basictools@1.2.2...@wisdom-components/basictools@1.2.3) (2021-04-07) ## [1.2.3](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/basictools@1.2.2...@wisdom-components/basictools@1.2.3) (2021-04-07)
**Note:** Version bump only for package @wisdom-components/basictools **Note:** Version bump only for package @wisdom-components/basictools
......
{ {
"name": "@wisdom-components/basictools", "name": "@wisdom-components/basictools",
"version": "1.2.3", "version": "1.2.4",
"description": "> TODO: description", "description": "> TODO: description",
"author": "tuqian <webtuqian@163.com>", "author": "tuqian <webtuqian@163.com>",
"homepage": "", "homepage": "",
......
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.3.4](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/devicetree@1.3.2...@wisdom-components/devicetree@1.3.4) (2021-04-09)
**Note:** Version bump only for package @wisdom-components/devicetree
## [1.3.3](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/devicetree@1.3.2...@wisdom-components/devicetree@1.3.3) (2021-04-07) ## [1.3.3](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/devicetree@1.3.2...@wisdom-components/devicetree@1.3.3) (2021-04-07)
**Note:** Version bump only for package @wisdom-components/devicetree **Note:** Version bump only for package @wisdom-components/devicetree
......
{ {
"name": "@wisdom-components/devicetree", "name": "@wisdom-components/devicetree",
"version": "1.3.3", "version": "1.3.4",
"description": "> TODO: description", "description": "> TODO: description",
"author": "tuqian <webtuqian@163.com>", "author": "tuqian <webtuqian@163.com>",
"homepage": "", "homepage": "",
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"
}, },
"dependencies": { "dependencies": {
"@wisdom-components/Empty": "^1.2.0", "@wisdom-components/Empty": "^1.3.4",
"classnames": "^2.2.6" "classnames": "^2.2.6"
} }
} }
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.3.4](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/empty@1.3.2...@wisdom-components/empty@1.3.4) (2021-04-09)
### Bug Fixes
- update empty ([195dc64](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/commits/195dc64e73585e3205f28784e1cd53e61feca9b0))
## [1.3.3](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/empty@1.3.2...@wisdom-components/empty@1.3.3) (2021-04-07) ## [1.3.3](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/empty@1.3.2...@wisdom-components/empty@1.3.3) (2021-04-07)
**Note:** Version bump only for package @wisdom-components/empty **Note:** Version bump only for package @wisdom-components/empty
......
{ {
"name": "@wisdom-components/empty", "name": "@wisdom-components/empty",
"version": "1.3.3", "version": "1.3.4",
"description": "@wisdom-components/empty", "description": "@wisdom-components/empty",
"author": "tuqian <webtuqian@163.com>", "author": "tuqian <webtuqian@163.com>",
"homepage": "", "homepage": "",
......
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.4](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/exportexcel@1.0.2...@wisdom-components/exportexcel@1.0.4) (2021-04-09)
**Note:** Version bump only for package @wisdom-components/exportexcel
## [1.0.3](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/exportexcel@1.0.2...@wisdom-components/exportexcel@1.0.3) (2021-04-07) ## [1.0.3](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/exportexcel@1.0.2...@wisdom-components/exportexcel@1.0.3) (2021-04-07)
**Note:** Version bump only for package @wisdom-components/exportexcel **Note:** Version bump only for package @wisdom-components/exportexcel
......
{ {
"name": "@wisdom-components/exportexcel", "name": "@wisdom-components/exportexcel",
"version": "1.0.3", "version": "1.0.4",
"description": "> TODO: description", "description": "> TODO: description",
"author": "lijiwen <961370825@qq.com>", "author": "lijiwen <961370825@qq.com>",
"homepage": "", "homepage": "",
......
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.4.4](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/historyinfo@1.4.2...@wisdom-components/historyinfo@1.4.4) (2021-04-09)
### Bug Fixes
- update historyinfo and realtimeinfo ([d937324](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/commits/d937324eb5daf4a55bea700f0c186b4ae95d98e2))
## [1.4.3](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/historyinfo@1.4.2...@wisdom-components/historyinfo@1.4.3) (2021-04-07) ## [1.4.3](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/historyinfo@1.4.2...@wisdom-components/historyinfo@1.4.3) (2021-04-07)
**Note:** Version bump only for package @wisdom-components/historyinfo **Note:** Version bump only for package @wisdom-components/historyinfo
......
{ {
"name": "@wisdom-components/historyinfo", "name": "@wisdom-components/historyinfo",
"version": "1.4.3", "version": "1.4.4",
"description": "> TODO: description", "description": "> TODO: description",
"author": "tuqian <webtuqian@163.com>", "author": "tuqian <webtuqian@163.com>",
"homepage": "", "homepage": "",
...@@ -24,9 +24,9 @@ ...@@ -24,9 +24,9 @@
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"
}, },
"dependencies": { "dependencies": {
"@wisdom-components/Empty": "^1.2.0", "@wisdom-components/Empty": "^1.3.4",
"@wisdom-components/timerangepicker": "1.3.3", "@wisdom-components/basictable": "^1.2.0",
"@wisdom-components/basictable": "^1.1.0", "@wisdom-components/timerangepicker": "^1.3.4",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"highcharts": "^9.0.1", "highcharts": "^9.0.1",
"highcharts-react-official": "^3.0.0", "highcharts-react-official": "^3.0.0",
......
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.3.4](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/imageselect@1.3.2...@wisdom-components/imageselect@1.3.4) (2021-04-09)
**Note:** Version bump only for package @wisdom-components/imageselect
## [1.3.3](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/imageselect@1.3.2...@wisdom-components/imageselect@1.3.3) (2021-04-07) ## [1.3.3](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/imageselect@1.3.2...@wisdom-components/imageselect@1.3.3) (2021-04-07)
**Note:** Version bump only for package @wisdom-components/imageselect **Note:** Version bump only for package @wisdom-components/imageselect
......
{ {
"name": "@wisdom-components/imageselect", "name": "@wisdom-components/imageselect",
"version": "1.3.3", "version": "1.3.4",
"description": "> TODO: description", "description": "> TODO: description",
"author": "tuqian <webtuqian@163.com>", "author": "tuqian <webtuqian@163.com>",
"homepage": "", "homepage": "",
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"
}, },
"dependencies": { "dependencies": {
"@wisdom-components/Empty": "^1.2.0", "@wisdom-components/Empty": "^1.3.4",
"classnames": "^2.2.6" "classnames": "^2.2.6"
} }
} }
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.2.6](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/mqttview@1.2.4...@wisdom-components/mqttview@1.2.6) (2021-04-09)
**Note:** Version bump only for package @wisdom-components/mqttview
## [1.2.5](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/mqttview@1.2.4...@wisdom-components/mqttview@1.2.5) (2021-04-07) ## [1.2.5](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/mqttview@1.2.4...@wisdom-components/mqttview@1.2.5) (2021-04-07)
**Note:** Version bump only for package @wisdom-components/mqttview **Note:** Version bump only for package @wisdom-components/mqttview
......
{ {
"name": "@wisdom-components/mqttview", "name": "@wisdom-components/mqttview",
"version": "1.2.5", "version": "1.2.6",
"description": "> TODO: description", "description": "> TODO: description",
"author": "lijiwen <961370825@qq.com>", "author": "lijiwen <961370825@qq.com>",
"homepage": "", "homepage": "",
......
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.2.4](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/parseform@1.2.2...parseform@1.2.4) (2021-04-09)
**Note:** Version bump only for package parseform
## [1.2.3](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/parseform@1.2.2...parseform@1.2.3) (2021-04-07) ## [1.2.3](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/parseform@1.2.2...parseform@1.2.3) (2021-04-07)
**Note:** Version bump only for package parseform **Note:** Version bump only for package parseform
......
{ {
"name": "parseform", "name": "parseform",
"version": "1.2.3", "version": "1.2.4",
"description": "> TODO: description", "description": "> TODO: description",
"author": "lijiwen <961370825@qq.com>", "author": "lijiwen <961370825@qq.com>",
"homepage": "", "homepage": "",
......
...@@ -2,6 +2,16 @@ ...@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.5.0](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/quotaselect@1.3.2...@wisdom-components/quotaselect@1.5.0) (2021-04-09)
### Bug Fixes
- update QuotaSelect ([4952245](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/commits/49522451da39fdd98cc87bb59929c9e176d21012))
### Features
- 新增标准表格组件 ([f0b0666](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/commits/f0b0666a246761fd3debe0f3d8a3b3ca4df5a568))
# [1.4.0](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/quotaselect@1.3.2...@wisdom-components/quotaselect@1.4.0) (2021-04-07) # [1.4.0](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/quotaselect@1.3.2...@wisdom-components/quotaselect@1.4.0) (2021-04-07)
### Features ### Features
......
{ {
"name": "@wisdom-components/quotaselect", "name": "@wisdom-components/quotaselect",
"version": "1.4.0", "version": "1.5.0",
"description": "> TODO: description", "description": "> TODO: description",
"author": "tuqian <webtuqian@163.com>", "author": "tuqian <webtuqian@163.com>",
"homepage": "", "homepage": "",
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"
}, },
"dependencies": { "dependencies": {
"@wisdom-components/Empty": "^1.2.0", "@wisdom-components/Empty": "^1.3.4",
"classnames": "^2.2.6" "classnames": "^2.2.6"
} }
} }
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.2.4](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/realtimeinfo@1.2.2...@wisdom-components/realtimeinfo@1.2.4) (2021-04-09)
### Bug Fixes
- update historyinfo and realtimeinfo ([d937324](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/commits/d937324eb5daf4a55bea700f0c186b4ae95d98e2))
## [1.2.3](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/realtimeinfo@1.2.2...@wisdom-components/realtimeinfo@1.2.3) (2021-04-07) ## [1.2.3](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/realtimeinfo@1.2.2...@wisdom-components/realtimeinfo@1.2.3) (2021-04-07)
**Note:** Version bump only for package @wisdom-components/realtimeinfo **Note:** Version bump only for package @wisdom-components/realtimeinfo
......
{ {
"name": "@wisdom-components/realtimeinfo", "name": "@wisdom-components/realtimeinfo",
"version": "1.2.3", "version": "1.2.4",
"description": "> TODO: description", "description": "> TODO: description",
"author": "tuqian <webtuqian@163.com>", "author": "tuqian <webtuqian@163.com>",
"homepage": "", "homepage": "",
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"
}, },
"dependencies": { "dependencies": {
"classnames": "^2.2.6", "@wisdom-components/basictable": "1.2.0",
"@wisdom-components/basictable": "^1.1.0" "classnames": "^2.2.6"
} }
} }
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.3.4](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/timerangepicker@1.3.2...@wisdom-components/timerangepicker@1.3.4) (2021-04-09)
**Note:** Version bump only for package @wisdom-components/timerangepicker
## [1.3.3](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/timerangepicker@1.3.2...@wisdom-components/timerangepicker@1.3.3) (2021-04-07) ## [1.3.3](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/timerangepicker@1.3.2...@wisdom-components/timerangepicker@1.3.3) (2021-04-07)
**Note:** Version bump only for package @wisdom-components/timerangepicker **Note:** Version bump only for package @wisdom-components/timerangepicker
......
{ {
"name": "@wisdom-components/timerangepicker", "name": "@wisdom-components/timerangepicker",
"version": "1.3.3", "version": "1.3.4",
"description": "> TODO: description", "description": "> TODO: description",
"author": "tuqian <webtuqian@163.com>", "author": "tuqian <webtuqian@163.com>",
"homepage": "", "homepage": "",
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"
}, },
"dependencies": { "dependencies": {
"@wisdom-components/Empty": "^1.2.0", "@wisdom-components/Empty": "^1.3.4",
"classnames": "^2.2.6" "classnames": "^2.2.6"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment