Skip to content

Commit 22e07ba

Browse files
committed
chore(release): bump to v0.13.1
1 parent f641c3a commit 22e07ba

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
(PY_CLASS, "litestar.connection.base.StateT"),
107107
(PY_CLASS, "litestar.connection.base.HandlerT"),
108108
(PY_CLASS, "litestar.types.Method"),
109+
(PY_CLASS, "TypeAliasForwardRef"),
109110
(PY_OBJ, "litestar.connection.base.UserT"),
110111
(PY_OBJ, "litestar.connection.base.AuthT"),
111112
(PY_OBJ, "litestar.connection.base.StateT"),

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "litestar-vite-plugin",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"type": "module",
55
"description": "Litestar plugin for Vite.",
66
"keywords": ["litestar", "vite", "vite-plugin"],

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ license = { text = "MIT" }
2525
name = "litestar-vite"
2626
readme = "README.md"
2727
requires-python = ">=3.9"
28-
version = "0.13.0"
28+
version = "0.13.1"
2929

3030
[project.urls]
3131
Changelog = "https://cofin.github.io/litestar-vite/latest/changelog"
@@ -83,7 +83,7 @@ test = [
8383
allow_dirty = true
8484
commit = true
8585
commit_args = "--no-verify"
86-
current_version = "0.13.0"
86+
current_version = "0.13.1"
8787
ignore_missing_files = false
8888
ignore_missing_version = false
8989
message = "chore(release): bump to v{new_version}"

src/py/litestar_vite/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
DEFAULT_DEV_DEPENDENCIES: "dict[str, str]" = {
1616
"typescript": "^5.7.2",
1717
"vite": "^6.0.6",
18-
"litestar-vite-plugin": "^0.13.0",
18+
"litestar-vite-plugin": "^0.13.1",
1919
"@types/node": "^22.10.2",
2020
}
2121
DEFAULT_DEPENDENCIES: "dict[str, str]" = {"axios": "^1.7.9"}

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)