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 7c8c266 commit a88b0a8Copy full SHA for a88b0a8
CHANGELOG.md
@@ -1,13 +1,16 @@
1
# Change Log
2
3
+## v0.0.5 - 2021-28-07
4
+
5
+👌 IMPROVE: Make octicon's size variable
6
7
## v0.0.4 - 2021-28-07
8
9
👌 IMPROVE: Allow `auto` for grid columns.
10
11
## v0.0.3 - 2021-26-07
12
-- Add more CSS classes 👌
-- Improve documentation 📚
13
+👌 IMPROVE: Add more CSS classes and add documentation 📚
14
15
## v0.0.2 - 2021-23-07
16
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.4"
+__version__ = "0.0.5"
if TYPE_CHECKING:
from sphinx.application import Sphinx
0 commit comments