Skip to content

Commit

Permalink
chore(release): bump to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Dec 23, 2024
1 parent 279b117 commit af703e4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion src/py/litestar_vite/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af703e4

Please sign in to comment.