Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to JupyterLab v4.0.6 #706

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
117 changes: 58 additions & 59 deletions env_installer/conda-linux-64.lock

Large diffs are not rendered by default.

103 changes: 51 additions & 52 deletions env_installer/conda-osx-64.lock

Large diffs are not rendered by default.

103 changes: 51 additions & 52 deletions env_installer/conda-win-64.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion env_installer/jlab_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- conda
- ipywidgets >= 8.0.1
- jupyterlab 4.0.5
- jupyterlab 4.0.6
- ipympl >= 0.8.2
- matplotlib-base
- numpy
Expand Down
23 changes: 5 additions & 18 deletions env_installer/sign-osx-64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ bin/cjpeg
bin/clear
bin/curve_keygen
bin/djpeg
bin/fax2ps
bin/fax2tiff
bin/infocmp
bin/jpegtran
bin/jpgicc
Expand All @@ -21,28 +19,17 @@ bin/openssl
bin/opj_compress
bin/opj_decompress
bin/opj_dump
bin/pal2rgb
bin/png-fix-itxt
bin/pngfix
bin/ppm2tiff
bin/psicc
bin/python3.8
bin/raw2tiff
bin/rdjpgcom
bin/tabs
bin/tclsh8.6
bin/tic
bin/tiff2bw
bin/tiff2pdf
bin/tiff2ps
bin/tiff2rgba
bin/tiffcmp
bin/tiffcp
bin/tiffcrop
bin/tiffdither
bin/tiffdump
bin/tiffinfo
bin/tiffmedian
bin/tiffset
bin/tiffsplit
bin/tificc
Expand All @@ -60,9 +47,9 @@ lib/itcl4.2.2/libitcl4.2.2.dylib
lib/libLerc.4.dylib
lib/libXau.6.0.0.dylib
lib/libXdmcp.6.dylib
lib/libbrotlicommon.1.0.9.dylib
lib/libbrotlidec.1.0.9.dylib
lib/libbrotlienc.1.0.9.dylib
lib/libbrotlicommon.1.1.0.dylib
lib/libbrotlidec.1.1.0.dylib
lib/libbrotlienc.1.1.0.dylib
lib/libbz2.1.0.8.dylib
lib/libc++.1.0.dylib
lib/libcrypto.3.dylib
Expand All @@ -83,7 +70,7 @@ lib/libmenuw.6.dylib
lib/libncurses.6.dylib
lib/libncursesw.6.dylib
lib/libomp.dylib
lib/libopenblasp-r0.3.23.dylib
lib/libopenblasp-r0.3.24.dylib
lib/libopenjp2.2.5.0.dylib
lib/libpanel.6.dylib
lib/libpanelw.6.dylib
Expand Down Expand Up @@ -133,7 +120,7 @@ lib/libxcb.1.dylib
lib/libyaml-0.2.dylib
lib/libz.1.2.13.dylib
lib/libzmq.5.dylib
lib/libzstd.1.5.2.dylib
lib/libzstd.1.5.5.dylib
lib/python3.8/lib-dynload/_asyncio.cpython-38-darwin.so
lib/python3.8/lib-dynload/_bisect.cpython-38-darwin.so
lib/python3.8/lib-dynload/_blake2.cpython-38-darwin.so
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-desktop",
"version": "4.0.5-1",
"version": "4.0.6-1",
"description": "JupyterLab Desktop",
"main": "./build/out/main/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# github_url = "https://github.com/jupyterlab/jupyterlab-desktop/"

[version]
current = "4.0.5-1"
current = "4.0.6-1"

regex = '''
(?P<major>\d+)
Expand Down