Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vsdudakov committed Aug 2, 2024
1 parent 0ff0057 commit dd7a07b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ def read_cls_docstring(cls):

def get_versions():
return [
{
"version": "0.2.1",
"changes": [
"Update packages. Fix linters and tests in vite frontend. Removed pydantic from dependencies.",
],
},
{
"version": "0.2.0",
"changes": [
"Update packages. Use vite instead obsolete react-scripts.",
],
},
{
"version": "0.1.41",
"changes": [
Expand Down Expand Up @@ -104,18 +116,6 @@ def get_versions():
"Added PasswordInput widget type.",
],
},
{
"version": "0.2.0",
"changes": [
"Update packages. Use vite instead obsolete react-scripts.",
],
},
{
"version": "0.2.1",
"changes": [
"Update packages. Fix linters and tests in vite frontend. Removed pydantic from dependencies.",
],
},
]


Expand Down

0 comments on commit dd7a07b

Please sign in to comment.