Skip to content

Commit

Permalink
fix: 修复全局样式引用错误
Browse files Browse the repository at this point in the history
  • Loading branch information
taoyage committed Jul 20, 2022
1 parent 3a7a125 commit c5eae24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## 1.1.6 (2022-07-20)
## 1.1.8 (2022-07-20)

### Bug Fixes

- 修复样式兼容问题 ([c1b74af](https://github.com/taoyage/react-mobile-ui/commit/c1b74afd28d63237ed3d5a2ff88d06a7f79eea72))
- 修复样式引用错误 ([3a7a125](https://github.com/taoyage/react-mobile-ui/commit/3a7a125dbee7fc8211a0547a50689aec659d2995))
- fix demo style ([1ec5c3e](https://github.com/taoyage/react-mobile-ui/commit/1ec5c3e1e8218815f560502210e3795a831daa8d))
- fix error-block style ([4d6e528](https://github.com/taoyage/react-mobile-ui/commit/4d6e528eda3500f576e81451b9b953d821b95c56))
- fix error-block style ([be8660b](https://github.com/taoyage/react-mobile-ui/commit/be8660bbd4862efd83d62d8653bb19d43d36e249))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taoyage/react-mobile-ui",
"version": "1.1.7",
"version": "1.1.8",
"description": "A react mobile components lib",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import '@/styles/index.scss';
import './styles/index.scss';

export { default as Button } from '@/button';
export type { ButtonProps } from '@/button';
Expand Down

0 comments on commit c5eae24

Please sign in to comment.