From 23c858c94a3dac7379ad56a416217493e4c546fe Mon Sep 17 00:00:00 2001 From: "Maarten A. Breddels" Date: Fri, 15 Dec 2023 14:07:11 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=20solara-vuetify-app:=206.0.0=20?= =?UTF-8?q?=E2=86=92=206.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/assets/hatch_build.py | 2 +- packages/solara-vuetify-app/.bumpversion.cfg | 2 +- packages/solara-vuetify-app/package.json | 4 ++-- solara/server/templates/solara.html.j2 | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) 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 %}