Commit 54f91b74 authored by 邓晓峰's avatar 邓晓峰

fix: 修复ec_configurationview dep

parent 8f7f5051
# Change Log
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 1.1.0 (2021-11-11)
### Features
- package 文件更改 ([5ad8b22](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/commits/5ad8b22617a078c822e8f0c3a94d91a9027218f5))
- tip 组件封装 ([955849a](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/commits/955849a20b008c90af60cab0270622b8be0b81bd))
{ {
"name": "@wisdom-components/tiptool", "name": "@wisdom-components/tiptool",
"version": "1.0.1", "version": "1.1.0",
"description": "> TODO: description", "description": "> TODO: description",
"author": "qinwenhai <939637841@qq.com>", "author": "qinwenhai <939637841@qq.com>",
"homepage": "", "homepage": "",
......
...@@ -20,7 +20,6 @@ const TipTool = (props) => { ...@@ -20,7 +20,6 @@ const TipTool = (props) => {
active: false, active: false,
}, },
]; ];
const scale = { const scale = {
name: 'small', name: 'small',
width: '200px', width: '200px',
......
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
**/node_modules
# roadhog-api-doc ignore
/src/utils/request-temp.js
_roadhog-api-doc
# production
**/dist
/.vscode
**/**/lib/**
**/**/es/**
# misc
.DS_Store
npm-debug.log*
yarn-error.log
/coverage
.idea
package-lock.json
*bak
.vscode
# visual studio code
.history
*.log
functions/mock
.temp/**
# umi
.umi
.umi-production
# screenshot
screenshot
.firebase
.eslintcache
.changelog
# devServer-host
host/
webpack.host.js
\ No newline at end of file
...@@ -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.2](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/ec_configurationview@1.2.1...@wisdom-components/ec_configurationview@1.2.2) (2021-11-11)
**Note:** Version bump only for package @wisdom-components/ec_configurationview
## [1.2.1](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/ec_configurationview@1.2.0...@wisdom-components/ec_configurationview@1.2.1) (2021-10-09) ## [1.2.1](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/ec_configurationview@1.2.0...@wisdom-components/ec_configurationview@1.2.1) (2021-10-09)
### Bug Fixes ### Bug Fixes
......
{ {
"name": "@wisdom-components/ec_configurationview", "name": "@wisdom-components/ec_configurationview",
"version": "1.2.1", "version": "1.2.2",
"description": "> TODO: description", "description": "> TODO: description",
"author": "tuqian <webtuqian@163.com>", "author": "tuqian <webtuqian@163.com>",
"homepage": "", "homepage": "",
...@@ -28,4 +28,4 @@ ...@@ -28,4 +28,4 @@
"@wisdom-components/mqttview": "1.3.4", "@wisdom-components/mqttview": "1.3.4",
"cross-env": "^7.0.3" "cross-env": "^7.0.3"
} }
} }
\ No newline at end of file
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
**/node_modules
# roadhog-api-doc ignore
/src/utils/request-temp.js
_roadhog-api-doc
# production
**/dist
/.vscode
**/**/lib/**
**/**/es/**
# misc
.DS_Store
npm-debug.log*
yarn-error.log
/coverage
.idea
package-lock.json
*bak
.vscode
# visual studio code
.history
*.log
functions/mock
.temp/**
# umi
.umi
.umi-production
# screenshot
screenshot
.firebase
.eslintcache
.changelog
# devServer-host
host/
webpack.host.js
\ No newline at end of file
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
**/node_modules
# roadhog-api-doc ignore
/src/utils/request-temp.js
_roadhog-api-doc
# production
**/dist
/.vscode
**/**/lib/**
**/**/es/**
# misc
.DS_Store
npm-debug.log*
yarn-error.log
/coverage
.idea
package-lock.json
*bak
.vscode
# visual studio code
.history
*.log
functions/mock
.temp/**
# umi
.umi
.umi-production
# screenshot
screenshot
.firebase
.eslintcache
.changelog
# devServer-host
host/
webpack.host.js
\ 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