Skip to content

Commit 15d56e2

Browse files
author
mattpap
committed
Deployment updates for release 3.7.1
1 parent 6233c5d commit 15d56e2

File tree

9 files changed

+35
-13
lines changed

9 files changed

+35
-13
lines changed

bokehjs/make/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bokeh/make",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"private": true,
55
"description": "Internal package for bokehjs' build system",
66
"license": "BSD-3-Clause",

bokehjs/package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bokehjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bokeh/bokehjs",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"description": "Interactive, novel data visualization",
55
"keywords": [
66
"bokeh",

bokehjs/src/compiler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bokeh/compiler",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"private": true,
55
"description": "Internal package for bokehjs' extensions compiler",
66
"license": "BSD-3-Clause",

bokehjs/src/lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bokeh/lib",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"private": true,
55
"description": "Internal package for bokehjs' implementation",
66
"license": "BSD-3-Clause",

bokehjs/src/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bokeh/server",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"private": true,
55
"description": "Internal package for bokehjs' server",
66
"license": "BSD-3-Clause",

bokehjs/test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bokeh/test",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"private": true,
55
"description": "Internal package for bokehjs' testing framework and tests",
66
"license": "BSD-3-Clause",

docs/CHANGELOG

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2025-03-25 3.7.1:
2+
--------------------
3+
* bugfixes:
4+
- #14429 [component: bokehjs] Replacing Plot in a layout fails due to detached Document
5+
6+
* tasks:
7+
- #14433 Backports for 3.7.1
8+
19
2025-03-12 3.7:
210
--------------------
311
* bugfixes:

src/bokeh/_sri/3.7.1.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"bokeh-3.7.1.js": "TUebiJwRPO42/Wo96u2LK6bZZxgOT3fKlmlMz0TmW+7oYsK2sZz9YIVlvXH6O5qR",
3+
"bokeh-3.7.1.min.js": "Ib/Qq0Hj3VJhVKqjP7WUVR5OX27iib1O+mAbzhoSoBmAaDHptemMhcp14NGaDe3F",
4+
"bokeh-api-3.7.1.js": "8aUlJ/3Cky2hRHZ6DmxhN//HlyiEDw4D/DCkjqBixctFh7ywkxAbzWFW/UkD0fdB",
5+
"bokeh-api-3.7.1.min.js": "C0jiB4Th33HtVuRyJ8uHGYnYeXENkeGWETRyfejD0sBr+5hvc40z+1G0ieZs1v0S",
6+
"bokeh-gl-3.7.1.js": "Nz9MrvjJW+eCoHhRcRV60Zlxs+ISGpAH91Nws+3BFlYh5jUF/qUgG5bG/aPmvAfH",
7+
"bokeh-gl-3.7.1.min.js": "vQXlT4ehGGnHzJnPNIlxaBFqZEJtAyPxGOjqSq4HQtoX+q4/nlQYGQ4FpzSqnbKK",
8+
"bokeh-mathjax-3.7.1.js": "OLePZeezrzohoHZeLSVD6TddWHktGZJqXScGmiW/aM5BWLS6GZ/RWJZfRI02sk+Q",
9+
"bokeh-mathjax-3.7.1.min.js": "9/ar+Crp24JQW9Qo0Fj29fpuhaUJofs39Dox6zhrj7vcuYNOHUEN969SbLsNTA5b",
10+
"bokeh-tables-3.7.1.js": "D4p0idy8Ec6anQTFVTt2tJGQBsRY9SAy1DZopQ8CX+69F35DmVAHmuRPPuOWEuf+",
11+
"bokeh-tables-3.7.1.min.js": "KCZIJkvPWyFoWsYKTO25q0OlNXHMINREErBugvyHpYPIAyvX6e14mXZEfkj9YW4W",
12+
"bokeh-widgets-3.7.1.js": "X+p0FxbFAKLwsS4EK/8IRIEmgBWDZExr+Er02Cwj70JU02jfyZU7DB2jaADq8901",
13+
"bokeh-widgets-3.7.1.min.js": "jjfJ3rYaA5V91oGyAl9mqr74J1xX+qWi5Qg3JEjZM7WQlhJjNALysRVD2aqomw/r"
14+
}

0 commit comments

Comments
 (0)