Skip to content

Commit

Permalink
chore(release): bump to v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Dec 6, 2024
1 parent f8936ee commit eeced90
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.8.2",
"version": "0.8.3",
"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.8.2"
version = "0.8.3"

[project.urls]
Changelog = "https://cofin.github.io/litestar-vite/latest/changelog"
Expand Down Expand Up @@ -85,7 +85,7 @@ test = [
allow_dirty = true
commit = true
commit_args = "--no-verify"
current_version = "0.8.2"
current_version = "0.8.3"
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.8.2",
"litestar-vite-plugin": "^0.8.3",
"@types/node": "^22.10.1",
}
DEFAULT_DEPENDENCIES: dict[str, str] = {"axios": "^1.7.2"}
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

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

0 comments on commit eeced90

Please sign in to comment.