Commit 47cb8194 authored by 涂茜's avatar 涂茜

🎨 chore(release): Publish

- @wisdom-components/rate@1.1.0
parent 2e4748fd
Pipeline #22243 failed with stages
in 15 seconds
{ {
"packages": ["packages/*"],
"version": "independent", "version": "independent",
"npmClient": "npm", "npmClient": "yarn",
"useWorkspaces": true, "useWorkspaces": true,
"changelog": {
"repo": "panda/winsdom-components",
"cacheDir": ".changelog"
},
"ignoreChanges": ["**/*.md", "**/*.test.js", "**/*.e2e.js", "**/fixtures/**", "**/test/**"] "ignoreChanges": ["**/*.md", "**/*.test.js", "**/*.e2e.js", "**/fixtures/**", "**/test/**"]
} }
export default {
esm: 'rollup',
cjs: 'rollup',
};
# 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-01-12)
### Features
- add component ([2e4748f](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/commits/2e4748fdb7ffa1524f880ab839fd3037b1febd47))
{ {
"name": "@wisdom-components/rate", "name": "@tuqian/react-rate",
"version": "1.0.0", "version": "1.0.1",
"description": "@wisdom-components/rate", "description": "@wisdom-components/rate",
"author": "tuqian <webtuqian@163.com>", "author": "tuqian <webtuqian@163.com>",
"homepage": "", "homepage": "",
"license": "ISC", "license": "ISC",
"main": "src/index.js", "main": "dist/index.js",
"directories": { "directories": {
"lib": "lib", "dist": "dist"
"test": "__tests__"
}, },
"files": [ "files": [
"lib" "/dist/",
"/LICENSE",
"/README.md",
"/package.json"
], ],
"scripts": {
"build": "father-build",
"release": "npm publish --access public",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"publishConfig": { "publishConfig": {
"registry": "https://g.civnet.cn:4873/" "registry": "https://registry.npmjs.org/",
"access": "public"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://g.civnet.cn:8443/ReactWeb5/wisdom-components.git" "url": "https://g.civnet.cn:8443/ReactWeb5/wisdom-components.git"
}, },
"dependencies": { "dependencies": {
"@ant-design/icons": "^4.0.0",
"antd": "^4.7.3", "antd": "^4.7.3",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react": "^17.0.1" "react": "^16.14.0"
} }
} }
...@@ -11,7 +11,7 @@ PandaRate.defaultProps = { ...@@ -11,7 +11,7 @@ PandaRate.defaultProps = {
allowClear: true, // 是否允许再次点击后清除 allowClear: true, // 是否允许再次点击后清除
allowHalf: false, // 是否允许半选 allowHalf: false, // 是否允许半选
autoFocus: false, // 自动获取焦点 autoFocus: false, // 自动获取焦点
character: <StarFilled />, // 自定义字符 character: '', // 自定义字符
className: 'panda-rate', // 自定义样式类名 className: 'panda-rate', // 自定义样式类名
count: 5, // star 总数 count: 5, // star 总数
defaultValue: 0, // 默认值 defaultValue: 0, // 默认值
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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