Skip to content

Commit

Permalink
Merge pull request #706 from jupyterlab/update-to-v4.0.6
Browse files Browse the repository at this point in the history
Update to JupyterLab v4.0.6
  • Loading branch information
mbektas authored Sep 29, 2023
2 parents ca03057 + e14dd59 commit 13a0521
Show file tree
Hide file tree
Showing 7 changed files with 168 additions and 184 deletions.
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

0 comments on commit 13a0521

Please sign in to comment.