Skip to content

Commit

Permalink
chore(release): bump to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Dec 1, 2024
1 parent 488aa54 commit 62cb05a
Show file tree
Hide file tree
Showing 4 changed files with 17 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.7.1",
"version": "0.8.0",
"type": "module",
"description": "Litestar plugin for Vite.",
"keywords": ["litestar", "vite", "vite-plugin"],
Expand Down
14 changes: 12 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.7.1"
version = "0.8.0"

[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.7.1"
current_version = "0.8.0"
ignore_missing_files = false
ignore_missing_version = false
message = "chore(release): bump to v{new_version}"
Expand Down Expand Up @@ -130,6 +130,16 @@ search = """
"name": "litestar-vite-plugin",
"version": "{current_version}",
"""
[[tool.bumpversion.files]]
filename = "package-lock.json"
replace = """
"name": "litestar-vite-plugin",
"version": "{new_version}",
"""
search = """
"name": "litestar-vite-plugin",
"version": "{current_version}",
"""

[tool.pytest.ini_options]
addopts = "--dist loadfile -n auto"
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 62cb05a

Please sign in to comment.