diff --git a/packages/assets/hatch_build.py b/packages/assets/hatch_build.py index efeb0d2f3..4d795c8cf 100644 --- a/packages/assets/hatch_build.py +++ b/packages/assets/hatch_build.py @@ -6,7 +6,7 @@ from hatchling.builders.hooks.plugin.interface import BuildHookInterface packages = [ - ["@widgetti/solara-vuetify-app", "8.0.0"], + ["@widgetti/solara-vuetify-app", "9.0.0"], ["@widgetti/solara-vuetify3-app", "3.0.0"], ["requirejs", "2.3.6"], ["mermaid", "10.8.0"], diff --git a/packages/solara-vuetify-app/.bumpversion.cfg b/packages/solara-vuetify-app/.bumpversion.cfg index dc9a69c3b..c1bba11b1 100644 --- a/packages/solara-vuetify-app/.bumpversion.cfg +++ b/packages/solara-vuetify-app/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 8.0.0 +current_version = 9.0.0 commit = True tag = True tag_name = @widgetti/solara-vuetify-app@{new_version} diff --git a/packages/solara-vuetify-app/package.json b/packages/solara-vuetify-app/package.json index 418af97f5..804e7dda9 100644 --- a/packages/solara-vuetify-app/package.json +++ b/packages/solara-vuetify-app/package.json @@ -1,13 +1,13 @@ { "name": "@widgetti/solara-vuetify-app", - "version": "8.0.0", + "version": "9.0.0", "description": "Solara Vuetify App", "main": "dist/solara-vuetify-app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack", "watch": "webpack --watch --mode=development", - "devlink": "TARGET_DIR=`python -c \"import sys; print(sys.prefix)\"`/share/solara/cdn/@widgetti/solara-vuetify-app@8.0.0/; mkdir -p $TARGET_DIR && rm -rf $TARGET_DIR/dist && ln -sf $PWD/dist $TARGET_DIR/dist" + "devlink": "TARGET_DIR=`python -c \"import sys; print(sys.prefix)\"`/share/solara/cdn/@widgetti/solara-vuetify-app@9.0.0/; mkdir -p $TARGET_DIR && rm -rf $TARGET_DIR/dist && ln -sf $PWD/dist $TARGET_DIR/dist" }, "author": "", "license": "MIT", diff --git a/solara/server/templates/solara.html.j2 b/solara/server/templates/solara.html.j2 index 19847bcaa..cb2b89427 100644 --- a/solara/server/templates/solara.html.j2 +++ b/solara/server/templates/solara.html.j2 @@ -17,7 +17,7 @@ {% if vue3 == True %} {% else %} - + {% endif %} @@ -216,11 +216,11 @@ {% endif %} {% else %} - + {% if production %} - + {% else %} - + {% endif %} {% endif %}