Skip to content

Commit

Permalink
Merge pull request #7636 from telamonian/bump-celltags-2.0.0
Browse files Browse the repository at this point in the history
bumped versions of celltags and celltags-extension to 2.0.0-alpha.4
  • Loading branch information
Steven Silvester committed Dec 17, 2019
2 parents 3f3cba0 + 42945d2 commit 4b97b0a
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 522 deletions.
6 changes: 3 additions & 3 deletions dev_mode/package.json
Expand Up @@ -19,7 +19,7 @@
"@jupyterlab/application": "~2.0.0-alpha.4",
"@jupyterlab/application-extension": "~2.0.0-alpha.4",
"@jupyterlab/apputils-extension": "~2.0.0-alpha.4",
"@jupyterlab/celltags-extension": "~0.1.0",
"@jupyterlab/celltags-extension": "~2.0.0-alpha.4",
"@jupyterlab/codemirror-extension": "~2.0.0-alpha.4",
"@jupyterlab/completer-extension": "~2.0.0-alpha.4",
"@jupyterlab/console-extension": "~2.0.0-alpha.4",
Expand Down Expand Up @@ -94,8 +94,8 @@
"@jupyterlab/apputils-extension": "~2.0.0-alpha.4",
"@jupyterlab/attachments": "~2.0.0-alpha.4",
"@jupyterlab/cells": "~2.0.0-alpha.4",
"@jupyterlab/celltags": "~0.1.0",
"@jupyterlab/celltags-extension": "~0.1.0",
"@jupyterlab/celltags": "~2.0.0-alpha.4",
"@jupyterlab/celltags-extension": "~2.0.0-alpha.4",
"@jupyterlab/codeeditor": "~2.0.0-alpha.4",
"@jupyterlab/codemirror": "~2.0.0-alpha.4",
"@jupyterlab/codemirror-extension": "~2.0.0-alpha.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/celltags-extension/package.json
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/celltags-extension",
"version": "0.1.0",
"version": "2.0.0-alpha.4",
"description": "An extension for manipulating tags in cell metadata",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@jupyterlab/application": "^2.0.0-alpha.4",
"@jupyterlab/celltags": "^0.1.0",
"@jupyterlab/celltags": "^2.0.0-alpha.4",
"@jupyterlab/notebook": "^2.0.0-alpha.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/celltags/package.json
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/celltags",
"version": "0.1.0",
"version": "2.0.0-alpha.4",
"description": "An extension for manipulating tags in cell metadata",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 deletions packages/metapackage/package.json
Expand Up @@ -37,8 +37,8 @@
"@jupyterlab/apputils-extension": "^2.0.0-alpha.4",
"@jupyterlab/attachments": "^2.0.0-alpha.4",
"@jupyterlab/cells": "^2.0.0-alpha.4",
"@jupyterlab/celltags": "^0.1.0",
"@jupyterlab/celltags-extension": "^0.1.0",
"@jupyterlab/celltags": "^2.0.0-alpha.4",
"@jupyterlab/celltags-extension": "^2.0.0-alpha.4",
"@jupyterlab/codeeditor": "^2.0.0-alpha.4",
"@jupyterlab/codemirror": "^2.0.0-alpha.4",
"@jupyterlab/codemirror-extension": "^2.0.0-alpha.4",
Expand Down

0 comments on commit 4b97b0a

Please sign in to comment.