diff --git a/package-lock.json b/package-lock.json index b378e81..4cd3f14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "litestar-vite-plugin", - "version": "0.11.1", + "version": "0.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "litestar-vite-plugin", - "version": "0.11.1", + "version": "0.12.0", "license": "MIT", "dependencies": { "picocolors": "^1.1.1", diff --git a/package.json b/package.json index a6cabd0..cba6796 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "litestar-vite-plugin", - "version": "0.11.1", + "version": "0.12.0", "type": "module", "description": "Litestar plugin for Vite.", "keywords": ["litestar", "vite", "vite-plugin"], diff --git a/pyproject.toml b/pyproject.toml index 07edce4..15d7d01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ license = { text = "MIT" } name = "litestar-vite" readme = "README.md" requires-python = ">=3.8" -version = "0.11.1" +version = "0.12.0" [project.urls] Changelog = "https://cofin.github.io/litestar-vite/latest/changelog" @@ -87,7 +87,7 @@ test = [ allow_dirty = true commit = true commit_args = "--no-verify" -current_version = "0.11.1" +current_version = "0.12.0" ignore_missing_files = false ignore_missing_version = false message = "chore(release): bump to v{new_version}" diff --git a/src/py/litestar_vite/commands.py b/src/py/litestar_vite/commands.py index 313a5c0..6f744d2 100644 --- a/src/py/litestar_vite/commands.py +++ b/src/py/litestar_vite/commands.py @@ -14,7 +14,7 @@ DEFAULT_DEV_DEPENDENCIES: dict[str, str] = { "typescript": "^5.7.2", "vite": "^6.0.3", - "litestar-vite-plugin": "^0.11.1", + "litestar-vite-plugin": "^0.12.0", "@types/node": "^22.10.1", } DEFAULT_DEPENDENCIES: dict[str, str] = {"axios": "^1.7.2"} diff --git a/uv.lock b/uv.lock index aedd66b..03d75cc 100644 --- a/uv.lock +++ b/uv.lock @@ -963,7 +963,7 @@ version = "8.5.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "zipp", version = "3.20.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.9'" }, - { name = "zipp", version = "3.21.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.9'" }, + { name = "zipp", version = "3.21.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.9.*'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/cd/12/33e59336dca5be0c398a7482335911a33aa0e20776128f038019f1a95f1b/importlib_metadata-8.5.0.tar.gz", hash = "sha256:71522656f0abace1d072b9e5481a48f07c138e00f079c38c8f883823f9c26bd7", size = 55304 } wheels = [ @@ -1081,7 +1081,7 @@ dependencies = [ [[package]] name = "litestar-vite" -version = "0.11.1" +version = "0.12.0" source = { editable = "." } dependencies = [ { name = "litestar", extra = ["jinja"] },