From cd645dd5feecf8e56e5ada2625431fffe2059520 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Tue, 12 Nov 2024 23:52:51 +0100 Subject: [PATCH] Bump panel.js version to 1.5.4 --- CHANGELOG.md | 2 +- doc/about/releases.md | 2 +- panel/package-lock.json | 4 ++-- panel/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a4f268ad5..1ecdb0b7e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Version 1.5.4 -This release primarily focuses on improving the ESM components including fixes for serialization of parameter values, improvements for compiling bundles, and building custom layouts. Additionally this release includes the new `DatetimeSlider`, adds a copy button to codeblocks in Markdown panes and starts adding better support for Polars. Many thanks and a warm welcome to our new contributor @MP-MaximilianLattka as well as our maintainer team, including @Hoxbro, @thuydotm, @ahuang11, @MarcSkovMadsen and @philippjfr. +This release primarily focuses on improving the ESM components including fixes for serialization of parameter values, improvements for compiling bundles, and building custom layouts. Additionally this release includes the new `DatetimeSlider`, adds a copy button to codeblocks in `Markdown` panes, improves responsive sizing for Plotly and starts adding better support for Polars. Many thanks and a warm welcome to our new contributor @MP-MaximilianLattka as well as our maintainer team, including @Hoxbro, @thuydotm, @ahuang11, @MarcSkovMadsen and @philippjfr. ### Enhancements diff --git a/doc/about/releases.md b/doc/about/releases.md index 91154380c1..d1bf5601ac 100644 --- a/doc/about/releases.md +++ b/doc/about/releases.md @@ -4,7 +4,7 @@ See [the HoloViz blog](https://blog.holoviz.org/#category=panel) for a visual su ## Version 1.5.4 -This release primarily focuses on improving the ESM components including fixes for serialization of parameter values, improvements for compiling bundles, and building custom layouts. Additionally this release includes the new `DatetimeSlider`, adds a copy button to codeblocks in Markdown panes and starts adding better support for Polars. Many thanks and a warm welcome to our new contributor @MP-MaximilianLattka as well as our maintainer team, including @Hoxbro, @thuydtom, @ahuang11, @MarcSkovMadsen and @philippjfr. +This release primarily focuses on improving the ESM components including fixes for serialization of parameter values, improvements for compiling bundles, and building custom layouts. Additionally this release includes the new `DatetimeSlider`, adds a copy button to codeblocks in `Markdown` panes, improves responsive sizing for Plotly and starts adding better support for Polars. Many thanks and a warm welcome to our new contributor @MP-MaximilianLattka as well as our maintainer team, including @Hoxbro, @thuydotm, @ahuang11, @MarcSkovMadsen and @philippjfr. ### Enhancements diff --git a/panel/package-lock.json b/panel/package-lock.json index 2bf2076f66..0de8d43ecc 100644 --- a/panel/package-lock.json +++ b/panel/package-lock.json @@ -1,12 +1,12 @@ { "name": "@holoviz/panel", - "version": "1.5.4-a.2", + "version": "1.5.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@holoviz/panel", - "version": "1.5.4-a.2", + "version": "1.5.4", "license": "BSD-3-Clause", "dependencies": { "@bokeh/bokehjs": "3.6.0", diff --git a/panel/package.json b/panel/package.json index 59981229c8..c5d53992f2 100644 --- a/panel/package.json +++ b/panel/package.json @@ -1,6 +1,6 @@ { "name": "@holoviz/panel", - "version": "1.5.4-a.2", + "version": "1.5.4", "description": "The powerful data exploration & web app framework for Python.", "license": "BSD-3-Clause", "repository": {