Skip to content

Commit f43f790

Browse files
authored
v0.8.1 release (#67)
1 parent a0d7717 commit f43f790

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
---
6+
7+
## v0.8.1
8+
59
### Added `surface` prop to `Card` ([#65](https://github.com/emortlock/tailwind-react-ui/pull/65))
610

711
- Can supply `brandColors` or `surfaceColors` from `theme` to apply background color and relevent text color
@@ -11,6 +15,8 @@
1115
- Attached examples to component rather than top level module so they live alongside prop definitions
1216
- Added 'transparent effect' background to preview windows so background colours provided are more clear
1317

18+
---
19+
1420
## v0.8.0
1521

1622
### Added support for `prefix` as part of theme ([#60](https://github.com/emortlock/tailwind-react-ui/pull/60))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwind-react-ui",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "React component library & UI framework for use with Tailwind CSS ",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)