diff --git a/packages/assets/hatch_build.py b/packages/assets/hatch_build.py index df413a6fd..4f8c1f218 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", "6.0.0"], + ["@widgetti/solara-vuetify-app", "6.1.0"], ["@widgetti/solara-vuetify3-app", "1.0.0"], ["requirejs", "2.3.6"], ["mermaid", "8.6.4"], diff --git a/packages/solara-vuetify-app/.bumpversion.cfg b/packages/solara-vuetify-app/.bumpversion.cfg index d274a9e69..6099b6808 100644 --- a/packages/solara-vuetify-app/.bumpversion.cfg +++ b/packages/solara-vuetify-app/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.0.0 +current_version = 6.1.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 ce30576f0..f2b9b8d7a 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": "6.0.0", + "version": "6.1.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@6.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@6.1.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 6f1581587..e3b0d4a12 100644 --- a/solara/server/templates/solara.html.j2 +++ b/solara/server/templates/solara.html.j2 @@ -17,7 +17,7 @@ {% if vue3 == True %} {% else %} - + {% endif %} @@ -221,11 +221,11 @@ {% endif %} {% else %} - + {% if production %} - + {% else %} - + {% endif %} {% endif %} {% if production %}