Skip to content

Commit

Permalink
Release 0.30.5
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Dec 8, 2017
1 parent c8c0c90 commit 5902261
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dev_mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"@phosphor/coreutils",
"@phosphor/widgets"
],
"version": "0.30.4",
"version": "0.30.5",
"linkedPackages": {
"@jupyterlab/application": "../packages/application",
"@jupyterlab/application-extension": "../packages/application-extension",
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 30, 4)
version_info = (0, 30, 5)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion jupyterlab/staging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"@phosphor/coreutils",
"@phosphor/widgets"
],
"version": "0.30.4",
"version": "0.30.5",
"linkedPackages": {},
"staticDir": "../static"
}
Expand Down
8 changes: 4 additions & 4 deletions jupyterlab/staging/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -837,8 +837,8 @@
"@phosphor/virtualdom" "^1.1.2"

"@types/react@~16.0.19":
version "16.0.27"
resolved "https://registry.npmjs.org/@types/react/-/react-16.0.27.tgz#341899469ea2e98b48b11c18afb4d8361d03b013"
version "16.0.28"
resolved "https://registry.npmjs.org/@types/react/-/react-16.0.28.tgz#eb0b31272528da8f20477ec27569c4f767315b33"

abbrev@1:
version "1.1.1"
Expand Down Expand Up @@ -3606,8 +3606,8 @@ regenerate@^1.2.1:
resolved "https://registry.npmjs.org/regenerate/-/regenerate-1.3.3.tgz#0c336d3980553d755c39b586ae3b20aa49c82b7f"

regenerator-runtime@^0.11.0:
version "0.11.0"
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.0.tgz#7e54fe5b5ccd5d6624ea6255c3473be090b802e1"
version "0.11.1"
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"

regex-cache@^0.4.2:
version "0.4.4"
Expand Down

0 comments on commit 5902261

Please sign in to comment.