Skip to content

Commit ecd76d3

Browse files
authored
🚀 RELEASE: v0.0.13 (#37)
1 parent fab8233 commit ecd76d3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## v0.0.13
4+
5+
✨ NEW: add icon `far` role (#35), thanks to @OriolAbril
6+
7+
👌 IMPROVE: Styling for tabs (#21), thanks to @pradyunsg
8+
9+
👌 IMPROVE: Properly remove the border on dropdown card body (#23), thanks to @pradyunsg
10+
11+
🐛 FIX: `sd-outline-*` classes color (#25)
12+
313
## v0.0.11 - 2021-09-08
414

515
✨ NEW: Add `ref-type` option to `button-ref` directive

sphinx_design/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""A sphinx extension for designing beautiful, view size responsive web components."""
22
from typing import TYPE_CHECKING
33

4-
__version__ = "0.0.12"
4+
__version__ = "0.0.13"
55

66
if TYPE_CHECKING:
77
from sphinx.application import Sphinx

0 commit comments

Comments
 (0)