From d77bb5b9a1dff083f8238deaa5ce7623e8c6c5c1 Mon Sep 17 00:00:00 2001 From: Iisakki Rotko Date: Mon, 11 Mar 2024 15:35:48 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=20solara-vuetify-app:=2010.0.0?= =?UTF-8?q?=20=E2=86=92=2010.0.1?= 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 ++-- release.sh | 2 +- solara/server/templates/solara.html.j2 | 8 ++++---- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/assets/hatch_build.py b/packages/assets/hatch_build.py index 15fcbed3e..0dc6a6ed3 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", "10.0.0"], + ["@widgetti/solara-vuetify-app", "10.0.1"], ["@widgetti/solara-vuetify3-app", "5.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 b9e3104bc..f4805a49d 100644 --- a/packages/solara-vuetify-app/.bumpversion.cfg +++ b/packages/solara-vuetify-app/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 10.0.0 +current_version = 10.0.1 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 33812d003..e860cf6c6 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": "10.0.0", + "version": "10.0.1", "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@10.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@10.0.1/; mkdir -p $TARGET_DIR && rm -rf $TARGET_DIR/dist && ln -sf $PWD/dist $TARGET_DIR/dist" }, "author": "", "license": "MIT", diff --git a/release.sh b/release.sh index ca4e1cf97..ff46adf48 100755 --- a/release.sh +++ b/release.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -o pipefail # usage: ./release minor -n -(git diff --quiet master @widgetti/solara-vuetify-app@10.0.0 -- packages/solara-vuetify-app) || \ +(git diff --quiet master @widgetti/solara-vuetify-app@10.0.1 -- packages/solara-vuetify-app) || \ echo -e "\033[31m There are unreleased changes to the solara-vuetify-app package.\n Please release the javascript package before Solara by running \n\n \ \033[0m (cd packages/solara-vuetify-app && ./release.sh -n)\n"; \ exit 1 diff --git a/solara/server/templates/solara.html.j2 b/solara/server/templates/solara.html.j2 index b490e45d3..16e90e513 100644 --- a/solara/server/templates/solara.html.j2 +++ b/solara/server/templates/solara.html.j2 @@ -17,7 +17,7 @@ {% if vue3 == True %} {% else %} - + {% endif %} @@ -184,11 +184,11 @@ {% endif %} {% else %} - + {% if production %} - + {% else %} - + {% endif %} {% endif %}