Skip to content

Commit

Permalink
Deployment updates for release 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpap committed Jun 25, 2024
1 parent cfcb62c commit 49dfd6d
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bokehjs/make/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bokeh/make",
"version": "3.4.1",
"version": "3.4.2",
"private": true,
"description": "Internal package for bokehjs' build system",
"license": "BSD-3-Clause",
Expand Down
14 changes: 7 additions & 7 deletions bokehjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bokehjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bokeh/bokehjs",
"version": "3.4.1",
"version": "3.4.2",
"description": "Interactive, novel data visualization",
"keywords": [
"bokeh",
Expand Down
2 changes: 1 addition & 1 deletion bokehjs/src/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bokeh/compiler",
"version": "3.4.1",
"version": "3.4.2",
"private": true,
"description": "Internal package for bokehjs' extensions compiler",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion bokehjs/src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bokeh/lib",
"version": "3.4.1",
"version": "3.4.2",
"private": true,
"description": "Internal package for bokehjs' implementation",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion bokehjs/src/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bokeh/server",
"version": "3.4.1",
"version": "3.4.2",
"private": true,
"description": "Internal package for bokehjs' server",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion bokehjs/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bokeh/test",
"version": "3.4.1",
"version": "3.4.2",
"private": true,
"description": "Internal package for bokehjs' testing framework and tests",
"license": "BSD-3-Clause",
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2024-06-25 3.4.2:
--------------------
* tasks:
- #13843 [component: tests] Robustify bokehjs' SVG unit tests
- #13876 [component: docs] Restore warning-less sphinx build
- #13929 Backports for 3.4.2

2024-04-11 3.4.1:
--------------------
* bugfixes:
Expand Down
14 changes: 14 additions & 0 deletions src/bokeh/_sri/3.4.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"bokeh-3.4.2.js": "EcRGTxsLaYE5Pqk+bses/JXpj+za2/NeertW8NmGgfryWaQ/+Y4OVGWwN2BGJI9V",
"bokeh-3.4.2.min.js": "UIUxjbkGj5HuttqqdeBwJYLeUMj31FK81+qxj9qeabF80XmJhBDdXhww3g80adRJ",
"bokeh-api-3.4.2.js": "h0ho18ULUD0YJz4F5JadS8XFf51OLGjGvwZmA0BxIjqWZMbzyjWiEdpQBvj8NNPI",
"bokeh-api-3.4.2.min.js": "b/zy/8QWKiCbeq7ZMNJ/o7BFhndM6+H+3nnxHPYm9uw91zm5WYJCwVMdJLmFlpT6",
"bokeh-gl-3.4.2.js": "OTNVeDea3vTTSyCKN75rHx1QGsnkPkdeaWob8arlHOjPNCkzauvN3hYyB7BONVpg",
"bokeh-gl-3.4.2.min.js": "cB2w0EZuGz6AiLS88G7eNLwvljE/rp0jt//sxOa26Sbplfn8hdACTQA7+jNt2Y+i",
"bokeh-mathjax-3.4.2.js": "UsO0oAf/dJuVmwXrivC5CLrYD7HWrm6ban+q9YroT+9QFgzmbKYUxhv5I2yWtDMU",
"bokeh-mathjax-3.4.2.min.js": "zsix0NuaJU+9Uv6P1oFM/cOEACKipLVz+7x52mSPjjMD9uKo37BhDJRBPJuMj3NY",
"bokeh-tables-3.4.2.js": "Acplun8G7Xh+4MZq9NEZhV9vexHb0TfZRDud7Ea2SjTA2l8izS7hepDlqxq24l0b",
"bokeh-tables-3.4.2.min.js": "QIJtnAyNI5n51MUXlneATrLWLMGi9KKuxViIMirc2TcQLG6cJgOvwF2X3/7c1BMT",
"bokeh-widgets-3.4.2.js": "R8772X3V0x1N20RU1nJj2mSuwn1RpTy7rSj/eWByhzF3I7NAJJBsqunnlOyVPZXV",
"bokeh-widgets-3.4.2.min.js": "D2qtPxWswza/kNOQRKM39iTCcxPxeMhkriF5vEllHtL2zpCcJBrR+SXo6+zQhCWY"
}

0 comments on commit 49dfd6d

Please sign in to comment.