Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "10.14.2"
".": "10.15.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [10.15.0](https://github.com/alltuner/vibetuner/compare/v10.14.2...v10.15.0) (2026-05-15)


### Features

* adopt htmx hx-live as default-on for client-side reactivity ([#1826](https://github.com/alltuner/vibetuner/issues/1826)) ([16325aa](https://github.com/alltuner/vibetuner/commit/16325aab311493a87936394818c5da0c4f4f0e07))


### CI/CD Changes

* unpin claude-code-action now that symlink bug is fixed upstream ([#1824](https://github.com/alltuner/vibetuner/issues/1824)) ([4cee0ad](https://github.com/alltuner/vibetuner/commit/4cee0ad4c7d5aa73624b4c843d54148cdf6211fd))

## [10.14.2](https://github.com/alltuner/vibetuner/compare/v10.14.1...v10.14.2) (2026-05-14)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "vibetuner-scaffolding"
version = "10.14.2"
version = "10.15.0"
requires-python = ">=3.11"

[tool.uv.sources]
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.

2 changes: 1 addition & 1 deletion vibetuner-jinja/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alltuner/vibetuner-jinja",
"version": "10.14.2",
"version": "10.15.0",
"description": "Vibetuner core jinja templates, packaged for tailwind class scanning at frontend build time",
"keywords": [
"vibetuner",
Expand Down
4 changes: 2 additions & 2 deletions vibetuner-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alltuner/vibetuner",
"version": "10.14.2",
"version": "10.15.0",
"description": "Blessed JavaScript/frontend build dependencies for production-ready Vibetuner projects",
"keywords": [
"tailwindcss",
Expand Down Expand Up @@ -33,7 +33,7 @@
"tailwindcss": "./bin/tailwindcss.js"
},
"dependencies": {
"@alltuner/vibetuner-jinja": "10.14.2",
"@alltuner/vibetuner-jinja": "10.15.0",
"daisyui": "^5.5.19",
"htmx.org": "4.0.0-beta3",
"tailwindcss": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion vibetuner-py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "vibetuner"
description = "Core Python framework and blessed dependencies for production-ready FastAPI + MongoDB + HTMX projects"
version = "10.14.2"
version = "10.15.0"
readme = "README.md"
requires-python = ">=3.11"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion vibetuner-py/uv.lock

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