1.8.0 • Published 4 years ago
zilliz-ui v1.8.0
Publish to npm
- we use semantic-release to control release steps
- we use package-npm.json to replace package.json. Because some dependencies will have errors when use this lib in react project, so we need remove all dependencies.
- When we commit message contains:
- fix: xxx - the last version number will update like 1.0.0 to 1.0.1
- feat: xxx - the second version number will update like 1.0.0 to 1.1.0
- perf: xxx - the first version number will update like 1.0.0 to 2.0.0