Skip to content

Commit 18d35ee

Browse files
committed
chore(release): bump to v0.9.0
1 parent 5c4698b commit 18d35ee

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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.8.3",
3+
"version": "0.9.0",
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.8"
28-
version = "0.8.3"
28+
version = "0.9.0"
2929

3030
[project.urls]
3131
Changelog = "https://cofin.github.io/litestar-vite/latest/changelog"
@@ -85,7 +85,7 @@ test = [
8585
allow_dirty = true
8686
commit = true
8787
commit_args = "--no-verify"
88-
current_version = "0.8.3"
88+
current_version = "0.9.0"
8989
ignore_missing_files = false
9090
ignore_missing_version = false
9191
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
@@ -14,7 +14,7 @@
1414
DEFAULT_DEV_DEPENDENCIES: dict[str, str] = {
1515
"typescript": "^5.7.2",
1616
"vite": "^6.0.3",
17-
"litestar-vite-plugin": "^0.8.3",
17+
"litestar-vite-plugin": "^0.9.0",
1818
"@types/node": "^22.10.1",
1919
}
2020
DEFAULT_DEPENDENCIES: dict[str, str] = {"axios": "^1.7.2"}

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)