Skip to content

Commit

Permalink
chore(release): v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Mar 29, 2022
1 parent 978b394 commit edfce63
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.1.2
`2022-03-29`

* :zap: feat(tabs): 新增 card 组件(#105 ) @irisSong
* :zap: feat: NutUI-React 官网增加 card 组件的文档。

## v1.1.1
`2022-03-21`

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": "@nutui/nutui-react",
"version": "1.1.1",
"version": "1.1.2",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down
4 changes: 3 additions & 1 deletion src/packages/card/card.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@import '@/styles/mixins/text-ellipsis.scss';
@import '../../styles/mixins/text-ellipsis.scss';
@import '../price/Price.scss';
@import '../tag/Tag.scss';

.nut-card {
width: 100%;
Expand Down
3 changes: 1 addition & 2 deletions src/packages/card/card.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { FunctionComponent, CSSProperties } from 'react'
import './card.scss'
import React, { FunctionComponent } from 'react'
import Price from '@/packages/price'
import Tag from '@/packages/tag'

Expand Down

0 comments on commit edfce63

Please sign in to comment.