From db673cf5a96e92aed413d8a43699bcc838aa3c34 Mon Sep 17 00:00:00 2001 From: Mario Buikhuizen Date: Tue, 1 Oct 2024 12:04:16 +0200 Subject: [PATCH] chore: release v3.0.0.alpha4 --- ipyvue/_version.py | 4 ++-- js/package-lock.json | 2 +- js/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ipyvue/_version.py b/ipyvue/_version.py index b9357d0..69d4b48 100644 --- a/ipyvue/_version.py +++ b/ipyvue/_version.py @@ -1,2 +1,2 @@ -__version__ = "3.0.0.alpha3" -semver = "3.0.0-alpha.3" +__version__ = "3.0.0.alpha4" +semver = "3.0.0-alpha.4" diff --git a/js/package-lock.json b/js/package-lock.json index 15af72d..6cd3c55 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "jupyter-vue", - "version": "3.0.0-alpha.3", + "version": "3.0.0-alpha.4", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/js/package.json b/js/package.json index 20a6aed..5fafe90 100755 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-vue", - "version": "3.0.0-alpha.3", + "version": "3.0.0-alpha.4", "description": "Jupyter widgets base for Vue libraries", "license": "MIT", "author": "Mario Buikhuizen, Maarten Breddels",