@jupyterlab/help-extension 3.4.0-beta.0 → 3.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +8 -8
package/lib/index.js CHANGED
@@ -67,7 +67,7 @@ const about = {
67
67
  const externalLinks = (React.createElement("span", { className: "jp-About-externalLinks" },
68
68
  React.createElement("a", { href: contributorsURL, target: "_blank", rel: "noopener noreferrer", className: "jp-Button-flat" }, trans.__('CONTRIBUTOR LIST')),
69
69
  React.createElement("a", { href: jupyterURL, target: "_blank", rel: "noopener noreferrer", className: "jp-Button-flat" }, trans.__('ABOUT PROJECT JUPYTER'))));
70
- const copyright = (React.createElement("span", { className: "jp-About-copyright" }, trans.__('© 2015-2021 Project Jupyter Contributors')));
70
+ const copyright = (React.createElement("span", { className: "jp-About-copyright" }, trans.__('© 2015-2022 Project Jupyter Contributors')));
71
71
  const body = (React.createElement("div", { className: "jp-About-body" },
72
72
  externalLinks,
73
73
  copyright));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/help-extension",
3
- "version": "3.4.0-beta.0",
3
+ "version": "3.4.1",
4
4
  "description": "JupyterLab - Help Extension",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -37,13 +37,13 @@
37
37
  "watch": "tsc -b --watch"
38
38
  },
39
39
  "dependencies": {
40
- "@jupyterlab/application": "^3.4.0-beta.0",
41
- "@jupyterlab/apputils": "^3.4.0-beta.0",
42
- "@jupyterlab/coreutils": "^5.4.0-beta.0",
43
- "@jupyterlab/mainmenu": "^3.4.0-beta.0",
44
- "@jupyterlab/services": "^6.4.0-beta.0",
45
- "@jupyterlab/translation": "^3.4.0-beta.0",
46
- "@jupyterlab/ui-components": "^3.4.0-beta.0",
40
+ "@jupyterlab/application": "^3.4.1",
41
+ "@jupyterlab/apputils": "^3.4.1",
42
+ "@jupyterlab/coreutils": "^5.4.1",
43
+ "@jupyterlab/mainmenu": "^3.4.1",
44
+ "@jupyterlab/services": "^6.4.1",
45
+ "@jupyterlab/translation": "^3.4.1",
46
+ "@jupyterlab/ui-components": "^3.4.1",
47
47
  "@lumino/coreutils": "^1.11.0",
48
48
  "@lumino/signaling": "^1.10.0",
49
49
  "@lumino/virtualdom": "^1.14.0",