From a83f4f344ec77cfabfe0553aa1f3420be6dc4105 Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Tue, 3 Sep 2024 14:44:20 -0500 Subject: [PATCH] Bump version to 0.6.0 and use shinylive web assets 0.7.0 --- CHANGELOG.md | 6 ++++-- shinylive/_version/__init__.py | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5679cee..e528e41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [UNRELEASED] +## [0.6.0] - 2024-09-03 + +* Updated to Shinylive web assets 0.6.0. * Fixed a problem with dependency detection when the package name differed from the key in package-lock.json (#36). -## [0.5.0] - 2025-07-18 +## [0.5.0] - 2024-07-18 * Updated to Shinylive web assets 0.5.0. diff --git a/shinylive/_version/__init__.py b/shinylive/_version/__init__.py index 94aacb9..6ea505f 100644 --- a/shinylive/_version/__init__.py +++ b/shinylive/_version/__init__.py @@ -1,5 +1,5 @@ # The version of this Python package. -SHINYLIVE_PACKAGE_VERSION = "0.5.0.9000" +SHINYLIVE_PACKAGE_VERSION = "0.6.0" # This is the version of the Shinylive assets to use. -SHINYLIVE_ASSETS_VERSION = "0.5.0" +SHINYLIVE_ASSETS_VERSION = "0.7.0"