Skip to content

Commit

Permalink
v alpha 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jonyshi committed Feb 25, 2019
1 parent 6b5b507 commit 0c1a72b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.6.10-alpha.5
- [Feature] 在tinper-bee.css 中增加 Datepicker、Calendar 组件的样式。

## 1.6.10-alpha.4

- [Feature] bee-autocomplete 1.0.4 --> 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion assets/tinper-bee.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinper-bee",
"version": "1.6.10-alpha.4",
"version": "1.6.10-alpha.5",
"description": "React Components living for enterprise-class pc backend application",
"main": "build/tinper-bee.js",
"scripts": {
Expand Down
5 changes: 4 additions & 1 deletion style/component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,7 @@
@import "../node_modules/bee-autocomplete/src/AutoComplete.scss";
@import "../node_modules/bee-loading-state/src/Loadingstate.scss";
@import "../node_modules/bee-popover/src/Popover.scss";
//@import "../node_modules/bee-carousel/src/Carousel.scss";

@import "../node_modules/bee-datepicker/src/Datepicker.scss";
@import "../node_modules/bee-calendar/src/Calendar.scss";
//@import "../node_modules/bee-carousel/src/Carousel.scss";

0 comments on commit 0c1a72b

Please sign in to comment.