Commit bfd03ca9 authored by 李纪文's avatar 李纪文

🎨 chore(release): Publish

- @wisdom-components/ec_configurationview@1.5.8 - @wisdom-components/ec_statisticalhistoryview@1.0.1
parent ec8b8b3f
...@@ -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.5.8](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/ec_configurationview@1.5.7...@wisdom-components/ec_configurationview@1.5.8) (2023-08-22)
### Bug Fixes
- 增加统计查看 ([ec8b8b3](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/commits/ec8b8b3f08290fc5d3235f5560a08f2260d0bac0))
## [1.5.7](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/ec_configurationview@1.5.6...@wisdom-components/ec_configurationview@1.5.7) (2023-08-22) ## [1.5.7](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/ec_configurationview@1.5.6...@wisdom-components/ec_configurationview@1.5.7) (2023-08-22)
**Note:** Version bump only for package @wisdom-components/ec_configurationview **Note:** Version bump only for package @wisdom-components/ec_configurationview
......
{ {
"name": "@wisdom-components/ec_configurationview", "name": "@wisdom-components/ec_configurationview",
"version": "1.5.7", "version": "1.5.8",
"description": "> TODO: description", "description": "> TODO: description",
"author": "tuqian <webtuqian@163.com>", "author": "tuqian <webtuqian@163.com>",
"homepage": "", "homepage": "",
......
# Change Log
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.1 (2023-08-22)
### Bug Fixes
- 增加统计查看 ([ec8b8b3](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/commits/ec8b8b3f08290fc5d3235f5560a08f2260d0bac0))
{ {
"name": "@wisdom-components/ec_statisticalhistoryview", "name": "@wisdom-components/ec_statisticalhistoryview",
"version": "1.0.0", "version": "1.0.1",
"description": "> TODO: description", "description": "> TODO: description",
"author": "lijiwen <961370825@qq.com>", "author": "lijiwen <961370825@qq.com>",
"homepage": "", "homepage": "",
"license": "ISC", "license": "ISC",
"sideEffects": [ "sideEffects": [
"*.less" "*.less"
], ],
"module": "es/index.js", "module": "es/index.js",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [
"lib", "lib",
"es", "es",
"dist" "dist"
], ],
"directories": { "directories": {
"lib": "lib", "lib": "lib",
"es": "es", "es": "es",
"dist": "dist", "dist": "dist",
"test": "__tests__" "test": "__tests__"
}, },
"publishConfig": { "publishConfig": {
"registry": "https://g.civnet.cn:4873/" "registry": "https://g.civnet.cn:4873/"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
...@@ -34,4 +34,4 @@ ...@@ -34,4 +34,4 @@
"dependencies": { "dependencies": {
"@babel/runtime": "^7.17.9" "@babel/runtime": "^7.17.9"
} }
} }
\ No newline at end of file
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