Skip to content

Commit

Permalink
🚀 RELEASE: v0.0.13 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Oct 27, 2021
1 parent fab8233 commit ecd76d3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## v0.0.13

✨ NEW: add icon `far` role (#35), thanks to @OriolAbril

👌 IMPROVE: Styling for tabs (#21), thanks to @pradyunsg

👌 IMPROVE: Properly remove the border on dropdown card body (#23), thanks to @pradyunsg

🐛 FIX: `sd-outline-*` classes color (#25)

## v0.0.11 - 2021-09-08

✨ NEW: Add `ref-type` option to `button-ref` directive
Expand Down
2 changes: 1 addition & 1 deletion sphinx_design/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""A sphinx extension for designing beautiful, view size responsive web components."""
from typing import TYPE_CHECKING

__version__ = "0.0.12"
__version__ = "0.0.13"

if TYPE_CHECKING:
from sphinx.application import Sphinx
Expand Down

0 comments on commit ecd76d3

Please sign in to comment.