Skip to content

Commit 649fec9

Browse files
committed
Publish 4.0.0a28
SHA256 hashes: elixirnote-4.0.0a28-py3-none-any.whl: 8ba5a6d599fbbde76e720756a61e0d47b527a47863b413a7b58b8eeb01afbc8a elixirnote-4.0.0a28.tar.gz: 285ffeb96842e6a247f4b04d2a67d48aa4557a0a4f46f8bccfe4c41406877ec1
1 parent c622571 commit 649fec9

File tree

6 files changed

+2738
-2685
lines changed

6 files changed

+2738
-2685
lines changed

dev_mode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
},
213213
"jupyterlab": {
214214
"name": "ElixirNote",
215-
"version": "4.0.0a27",
215+
"version": "4.0.0a28",
216216
"extensions": {
217217
"@jupyterlab/application-extension": "",
218218
"@jupyterlab/apputils-extension": "",

jupyterlab/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
VersionInfo = namedtuple("VersionInfo", ["major", "minor", "micro", "releaselevel", "serial"])
77

88
# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
9-
version_info = VersionInfo(4, 0, 0, "alpha", 27)
9+
version_info = VersionInfo(4, 0, 0, "alpha", 28)
1010

1111
_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}
1212

jupyterlab/staging/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -200,19 +200,19 @@
200200
"style-loader": "~3.3.1",
201201
"terser-webpack-plugin": "^4.1.0",
202202
"webpack": "^5.72.0",
203-
"webpack-bundle-analyzer": "^3.6.0",
203+
"webpack-bundle-analyzer": "^4.5.0",
204204
"webpack-cli": "^4.9.2",
205205
"webpack-merge": "^5.8.0",
206206
"whatwg-fetch": "^3.0.0",
207207
"worker-loader": "^3.0.2",
208-
"yarn-deduplicate": "^2.1.1"
208+
"yarn-deduplicate": "^5.0.0"
209209
},
210210
"engines": {
211211
"node": ">=12.0.0"
212212
},
213213
"jupyterlab": {
214214
"name": "ElixirNote",
215-
"version": "4.0.0a27",
215+
"version": "4.0.0a28",
216216
"extensions": {
217217
"@jupyterlab/application-extension": "",
218218
"@jupyterlab/apputils-extension": "",

jupyterlab/staging/templates/error.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<div class="error">
3030
{% block h1_error %}
31-
<h2>JupyterLab assets not detected, please rebuild</h2>
31+
<h2>ElixirNote assets not detected, please rebuild</h2>
3232
<script>
3333
console.error('Missing assets in "{{static_dir | escape}}"');
3434
</script>

0 commit comments

Comments
 (0)