Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-11-24)

### Bug Fixes

* init Progress ([aca77b0](aca77b0))
* test workflows ([e9269f4](e9269f4))
* test: perf: test ([8998fef](8998fef))
* upCircle ([5068ada](5068ada))
* 修改workflows ([d1b0141](d1b0141))
* 提交进度条更新 ([6f86c90](6f86c90))

### Features

* button初步相关代码 ([8c608b0](8c608b0))
* carousel component ([0537e3c](0537e3c))
* divider 组件init ([e2b2651](e2b2651))
* feat:Menu组件 ([efd4062](efd4062))
* feat:添加cd.yml和 releaserc ([73b4a17](73b4a17))
* feat:添加storybook ([6a2bd72](6a2bd72))
* infiniteScroll component ([6c6751d](6c6751d))
* input components ([12d7cc9](12d7cc9))
* lottie ([fb6d1eb](fb6d1eb))
* test ([7abf394](7abf394))
* test ([f4afb4c](f4afb4c))
* transition ([095e40a](095e40a))
* upload上传组件 ([71677fa](71677fa))
* waterMark 水印组件 ([789b656](789b656))
* 修改stylelint规则 ([9bc70d8](9bc70d8))
* 利用tsc和node-sass打包tsx文件和sass文件 并本地link测试 ([b3751a4](b3751a4))
* 发布到npm上 ([024db13](024db13))
* 添加 buttonn storybook ([0f0fa11](0f0fa11))
* 添加babel、strip和terser插件 ([b2e9a68](b2e9a68))
* 添加Button文件 ([a715af4](a715af4))
* 添加github actions ([5545f30](5545f30))
* 添加iconfont ([08069eb](08069eb))
* 添加travis.yml ([2aa05e4](2aa05e4))

### Performance Improvements

* alert menu添加 storybook ([431b3f0](431b3f0))
* alert动画优化 ([8c49cb0](8c49cb0))
* alert相关配置 ([ac91a85](ac91a85))
* canvans 实现水印一部分代码 ([b524e19](b524e19))
* carousel component useImperativeHandle ([2aae863](2aae863))
* carousel添加storybook ([1a07e3a](1a07e3a))
* complete carousel component ([cd72777](cd72777))
* complete menu components ([5aba5b2](5aba5b2))
* complete waterMark component ([982169d](982169d))
* d ([fe852d4](fe852d4))
* further improvement ([133f545](133f545))
* icon 和 input添加stories ([e90432c](e90432c))
* infiniteScroll component partial code ([30b9b0f](30b9b0f))
* input 相关优化 ([463ad18](463ad18))
* menuItem相关 ([97dcd0c](97dcd0c))
* mode vertical ([a81c0d7](a81c0d7))
* perf carousel about code ([9851efc](9851efc))
* perf: ([b99b530](b99b530))
* perf: perf: ([cd8a1e1](cd8a1e1))
* pref ([6300a15](6300a15))
* pref ([00051d4](00051d4))
* submenu相关代码 ([4eb778a](4eb778a))
* test ([96b1fe1](96b1fe1))
* test travis.yml ([c52f2cc](c52f2cc))
* test workflows ([5ec66f6](5ec66f6))
* test workflows ([55d2be2](55d2be2))
* update travis.yml ([d086a25](d086a25))
* 优化 ([d62ef50](d62ef50))
* 修改package.json ([495662f](495662f))
* 增加导入导出声明文件和组件 ([74fdfd6](74fdfd6))
* 完善icon 和 autoComplete ([2175871](2175871))
* 完善progress和文档 ([45fe85e](45fe85e))
* 完善upload组件 支持拖拽等 ([27dd6e4](27dd6e4))
* 导出接口以及添加Transition组件 ([dbf4d6b](dbf4d6b))
* 文档修改 ([3ae73d9](3ae73d9))
* 添加axios,以及Progress添加动画 ([8e7c59e](8e7c59e))
  • Loading branch information
semantic-release-bot committed Nov 24, 2022
1 parent 7abf394 commit 8104073
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 1 deletion.
78 changes: 78 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
# 1.0.0 (2022-11-24)


### Bug Fixes

* init Progress ([aca77b0](https://github.com/panyushan-jade/dui/commit/aca77b08d74883094134e64f4a9921bf3a47cdb3))
* test workflows ([e9269f4](https://github.com/panyushan-jade/dui/commit/e9269f42427ae3f86b3f7d15796723e806c9063c))
* test: perf: test ([8998fef](https://github.com/panyushan-jade/dui/commit/8998fef6f978dbcaca21bd12ca4fd09d795edda9))
* upCircle ([5068ada](https://github.com/panyushan-jade/dui/commit/5068adaec413d4933016b5ca8fa0459df4e35fd4))
* 修改workflows ([d1b0141](https://github.com/panyushan-jade/dui/commit/d1b0141d2e8f80330178e69fae6c62b0e3dd663b))
* 提交进度条更新 ([6f86c90](https://github.com/panyushan-jade/dui/commit/6f86c9025712e90876298d9e06fe5d6630452143))


### Features

* button初步相关代码 ([8c608b0](https://github.com/panyushan-jade/dui/commit/8c608b0a64211adaf04d107e29fcba2e423efcfc))
* carousel component ([0537e3c](https://github.com/panyushan-jade/dui/commit/0537e3cc2bd188fd5a59d1759a4adc4be35b2e32))
* divider 组件init ([e2b2651](https://github.com/panyushan-jade/dui/commit/e2b2651667d8e685bcedf61909c2efdd483a695d))
* feat:Menu组件 ([efd4062](https://github.com/panyushan-jade/dui/commit/efd4062e71d12014ef99e78a1f5b746a4dcb84a7))
* feat:添加cd.yml和 releaserc ([73b4a17](https://github.com/panyushan-jade/dui/commit/73b4a17588b9513762ad91f76891ccc25afad929))
* feat:添加storybook ([6a2bd72](https://github.com/panyushan-jade/dui/commit/6a2bd72268290e25ca42b715c933477e21c5e020))
* infiniteScroll component ([6c6751d](https://github.com/panyushan-jade/dui/commit/6c6751da49386ce259c20c4fdcac17a34496e00d))
* input components ([12d7cc9](https://github.com/panyushan-jade/dui/commit/12d7cc9e985037173a28a40a0932bfb85ed09446))
* lottie ([fb6d1eb](https://github.com/panyushan-jade/dui/commit/fb6d1eb9b5b0660dd63dc1d60d994d6e624b1cac))
* test ([7abf394](https://github.com/panyushan-jade/dui/commit/7abf3944ee7cb07dd323f74f61a86d93c05b1131))
* test ([f4afb4c](https://github.com/panyushan-jade/dui/commit/f4afb4cf85a152a9b7fe785ba04629384f00c651))
* transition ([095e40a](https://github.com/panyushan-jade/dui/commit/095e40a989a853f03581535529013d42960b6269))
* upload上传组件 ([71677fa](https://github.com/panyushan-jade/dui/commit/71677fac2cc1cfcd522a46dcf196f6da18c2c0c8))
* waterMark 水印组件 ([789b656](https://github.com/panyushan-jade/dui/commit/789b6561cdc5004d08efe52dfb6b4858406888e8))
* 修改stylelint规则 ([9bc70d8](https://github.com/panyushan-jade/dui/commit/9bc70d81b9f6e8ffa9c0a36428d56dadf84a8b3e))
* 利用tsc和node-sass打包tsx文件和sass文件 并本地link测试 ([b3751a4](https://github.com/panyushan-jade/dui/commit/b3751a4f9a08ee3acd2a79041fee1921b1e42b1e))
* 发布到npm上 ([024db13](https://github.com/panyushan-jade/dui/commit/024db135219a777c505229ac5e695cd57196b20b))
* 添加 buttonn storybook ([0f0fa11](https://github.com/panyushan-jade/dui/commit/0f0fa118ae01b09ff9c17d16b411222f1f5f2c29))
* 添加babel、strip和terser插件 ([b2e9a68](https://github.com/panyushan-jade/dui/commit/b2e9a688411768cee6f47cdd145cb98a9ba828a3))
* 添加Button文件 ([a715af4](https://github.com/panyushan-jade/dui/commit/a715af44d1bbcdc14608f9e14b2712c0cbba4428))
* 添加github actions ([5545f30](https://github.com/panyushan-jade/dui/commit/5545f305663ecc5109ec80932aee7c5de70222d2))
* 添加iconfont ([08069eb](https://github.com/panyushan-jade/dui/commit/08069eb0dde8ebf6225c7862562d7737e839159c))
* 添加travis.yml ([2aa05e4](https://github.com/panyushan-jade/dui/commit/2aa05e4d7ba162aed7f92c28bca5322aaf3995ed))


### Performance Improvements

* alert menu添加 storybook ([431b3f0](https://github.com/panyushan-jade/dui/commit/431b3f01681269eb2a737cf49636fc7774dedcff))
* alert动画优化 ([8c49cb0](https://github.com/panyushan-jade/dui/commit/8c49cb0a3f9e18fa609dc170007a1b6c6f114d88))
* alert相关配置 ([ac91a85](https://github.com/panyushan-jade/dui/commit/ac91a855bb32427d9cac019466e2ede9e4245a46))
* canvans 实现水印一部分代码 ([b524e19](https://github.com/panyushan-jade/dui/commit/b524e19372446f83d315fbca8475d5232ac76c21))
* carousel component useImperativeHandle ([2aae863](https://github.com/panyushan-jade/dui/commit/2aae8632fbe616713ec748747b19552d030666bd))
* carousel添加storybook ([1a07e3a](https://github.com/panyushan-jade/dui/commit/1a07e3aabf889b33910fbaa225a20eee54462b29))
* complete carousel component ([cd72777](https://github.com/panyushan-jade/dui/commit/cd727778c495ff369c44868c2f5da67fa0e32833))
* complete menu components ([5aba5b2](https://github.com/panyushan-jade/dui/commit/5aba5b2ea9809ded3e377c36264b9547620ff02f))
* complete waterMark component ([982169d](https://github.com/panyushan-jade/dui/commit/982169de803c75cbb2f8d8a4caaeb724231873ab))
* d ([fe852d4](https://github.com/panyushan-jade/dui/commit/fe852d40e3b79a050c7e1aacb847322063b72ccd))
* further improvement ([133f545](https://github.com/panyushan-jade/dui/commit/133f545c05b6674521568f17c5ac84c9f5471e06))
* icon 和 input添加stories ([e90432c](https://github.com/panyushan-jade/dui/commit/e90432c68fe6f7eaf9d829f0b7a9562b7344a7ea))
* infiniteScroll component partial code ([30b9b0f](https://github.com/panyushan-jade/dui/commit/30b9b0fb46e948868f9d9d5cc6757f12fef77f8a))
* input 相关优化 ([463ad18](https://github.com/panyushan-jade/dui/commit/463ad182596a84eb496be67d615c0098c8b075a4))
* menuItem相关 ([97dcd0c](https://github.com/panyushan-jade/dui/commit/97dcd0cd89374b2b16682005987a52eb1e661be1))
* mode vertical ([a81c0d7](https://github.com/panyushan-jade/dui/commit/a81c0d79937bbd47efa7b036729ae2407b98e89a))
* perf carousel about code ([9851efc](https://github.com/panyushan-jade/dui/commit/9851efc8a0c0cfac4b4b32bf151419de782a098e))
* perf: ([b99b530](https://github.com/panyushan-jade/dui/commit/b99b5307877a7113a87099691e9de36665924eb9))
* perf: perf: ([cd8a1e1](https://github.com/panyushan-jade/dui/commit/cd8a1e1d1913ae8527e6364a8c623ce47cff0f84))
* pref ([6300a15](https://github.com/panyushan-jade/dui/commit/6300a151b3991feb9d6eece433adadc0caa61144))
* pref ([00051d4](https://github.com/panyushan-jade/dui/commit/00051d4a7c9b00567153b10376d5bfcacad20bca))
* submenu相关代码 ([4eb778a](https://github.com/panyushan-jade/dui/commit/4eb778aea99ccaee53cbb352e8df70f58d1da2d3))
* test ([96b1fe1](https://github.com/panyushan-jade/dui/commit/96b1fe189acab3016f9cb77e7ea6d8ef6774fe19))
* test travis.yml ([c52f2cc](https://github.com/panyushan-jade/dui/commit/c52f2cc83fe21cab06ad2d1f0e2f3c54a97a55a0))
* test workflows ([5ec66f6](https://github.com/panyushan-jade/dui/commit/5ec66f6a2afa3dc4eab65e7cc02709046285ea65))
* test workflows ([55d2be2](https://github.com/panyushan-jade/dui/commit/55d2be2ee0597acfed1d9c2b0d9a33fec3964469))
* update travis.yml ([d086a25](https://github.com/panyushan-jade/dui/commit/d086a25fffa16a12f0b75132268d6fa4a0d5c034))
* 优化 ([d62ef50](https://github.com/panyushan-jade/dui/commit/d62ef5090ed8b73e92415b1faa292344a2ada9ec))
* 修改package.json ([495662f](https://github.com/panyushan-jade/dui/commit/495662f63dd2fe0a7a5c5b34132b553f3f812468))
* 增加导入导出声明文件和组件 ([74fdfd6](https://github.com/panyushan-jade/dui/commit/74fdfd6fe3a83c926f8306956fc9226220582224))
* 完善icon 和 autoComplete ([2175871](https://github.com/panyushan-jade/dui/commit/21758719ec4d2f3b4dddcbcb0c1322f4bbb78698))
* 完善progress和文档 ([45fe85e](https://github.com/panyushan-jade/dui/commit/45fe85e587fcf202b11f13ec052f0ea90e1c1a65))
* 完善upload组件 支持拖拽等 ([27dd6e4](https://github.com/panyushan-jade/dui/commit/27dd6e475fe206a2e7b24df94de05721545450a7))
* 导出接口以及添加Transition组件 ([dbf4d6b](https://github.com/panyushan-jade/dui/commit/dbf4d6bf0dd6717932f30d774c5fb4555dcb0b4b))
* 文档修改 ([3ae73d9](https://github.com/panyushan-jade/dui/commit/3ae73d90b0a2e83b73e0fe0467f1195159931b1e))
* 添加axios,以及Progress添加动画 ([8e7c59e](https://github.com/panyushan-jade/dui/commit/8e7c59ee57e6a4287abb31d09adf28bc9ea648ed))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jadedui",
"version": "0.1.4",
"version": "1.0.0",
"private": false,
"description": "React Components Library",
"author": "Jade",
Expand Down

0 comments on commit 8104073

Please sign in to comment.