We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec7204 commit 9848dc5Copy full SHA for 9848dc5
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## v0.0.11 - 2021-09-08
4
+
5
+✨ NEW: Add `ref-type` option to `button-ref` directive
6
7
## v0.0.10 - 2021-08-08
8
9
✨ NEW: Add `grid-item` directive `child-direction` and `child-align` options
sphinx_design/__init__.py
@@ -1,7 +1,7 @@
"""A sphinx extension for designing beautiful, view size responsive web components."""
from typing import TYPE_CHECKING
-__version__ = "0.0.10"
+__version__ = "0.0.11"
if TYPE_CHECKING:
from sphinx.application import Sphinx
0 commit comments