Skip to content

Commit

Permalink
Merge pull request #5426 from nteract/release/20200125
Browse files Browse the repository at this point in the history
nteract January Release
  • Loading branch information
captainsafia committed Jan 26, 2021
2 parents a5f1b38 + 13c29ba commit fe90b0a
Show file tree
Hide file tree
Showing 32 changed files with 154 additions and 108 deletions.
2 changes: 1 addition & 1 deletion applications/desktop/package.json
@@ -1,6 +1,6 @@
{
"name": "nteract",
"version": "0.27.3-alpha.0",
"version": "0.28.0",
"description": "Interactive literate coding notebook!",
"main": "./lib/webpacked-main.js",
"repository": "nteract/nteract",
Expand Down
24 changes: 12 additions & 12 deletions applications/jupyter-extension/nteract_on_jupyter/package.json
@@ -1,6 +1,6 @@
{
"name": "nteract-on-jupyter",
"version": "2.13.3-alpha.0",
"version": "2.14.0",
"description": "nteract on jupyter, as an extension",
"main": "app/index.js",
"scripts": {
Expand All @@ -18,27 +18,27 @@
"author": "Kyle Kelley <rgbkrk@gmail.com>",
"license": "BSD-3-Clause",
"dependencies": {
"@nteract/commutable": "^7.4.2-alpha.0",
"@nteract/connected-components": "^6.8.8-alpha.0",
"@nteract/core": "^15.1.6-alpha.0",
"@nteract/commutable": "^7.4.2",
"@nteract/connected-components": "^6.8.8",
"@nteract/core": "^15.1.6",
"@nteract/data-explorer": "^8.0.0",
"@nteract/directory-listing": "^2.1.0",
"@nteract/editor": "^10.1.8-alpha.0",
"@nteract/editor": "^10.1.8",
"@nteract/jupyter-widgets": "^4.4.14",
"@nteract/logos": "^1.0.0",
"@nteract/monaco-editor": "^3.2.6-alpha.0",
"@nteract/notebook-app-component": "^7.7.6-alpha.0",
"@nteract/monaco-editor": "^3.3.0",
"@nteract/notebook-app-component": "^7.7.6",
"@nteract/octicons": "^2.0.0",
"@nteract/outputs": "^3.0.11",
"@nteract/presentational-components": "^3.4.8-alpha.0",
"@nteract/styles": "^2.2.8-alpha.0",
"@nteract/presentational-components": "^3.4.8",
"@nteract/styles": "^2.2.8",
"@nteract/transform-geojson": "^5.1.13",
"@nteract/transform-model-debug": "^5.0.1",
"@nteract/transform-plotly": "^6.1.10",
"@nteract/transform-vdom": "^4.0.15",
"@nteract/transform-vega": "^7.0.10",
"@nteract/types": "^7.1.6-alpha.0",
"@nteract/webpack-configurator": "^3.1.23-alpha.0",
"@nteract/types": "^7.1.6",
"@nteract/webpack-configurator": "^3.1.23",
"jquery": "^3.2.1",
"monaco-editor-webpack-plugin": "1.7.0",
"react": "^16.3.2",
Expand All @@ -49,7 +49,7 @@
"react-router-dom": "^5.0.0",
"redux": "^4.0.0",
"redux-observable": "^2.0.0-alpha.0",
"rx-jupyter": "^5.5.18-alpha.0",
"rx-jupyter": "^5.5.18",
"rxjs": "^6.6.0",
"url-join": "^4.0.0",
"webfontloader": "^1.6.28",
Expand Down
2 changes: 1 addition & 1 deletion applications/jupyter-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion applications/jupyter-extension/package.json
@@ -1,6 +1,6 @@
{
"name": "@nteract/nbextension",
"version": "1.13.3-alpha.0",
"version": "1.14.0",
"description": "nteract on jupyter, as an extension",
"scripts": {
"build:python": "python setup.py sdist && python setup.py bdist_wheel",
Expand Down
18 changes: 9 additions & 9 deletions applications/web/package.json
@@ -1,6 +1,6 @@
{
"name": "@nteract/web",
"version": "1.2.3-alpha.0",
"version": "1.3.0",
"scripts": {
"dev": "next",
"build": "next build",
Expand All @@ -11,13 +11,13 @@
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@mybinder/host-cache": "^2.1.33-alpha.0",
"@nteract/core": "^15.1.6-alpha.0",
"@nteract/editor": "^10.1.8-alpha.0",
"@nteract/notebook-app-component": "^7.7.6-alpha.0",
"@mybinder/host-cache": "^2.1.33",
"@nteract/core": "^15.1.6",
"@nteract/editor": "^10.1.8",
"@nteract/notebook-app-component": "^7.7.6",
"@nteract/outputs": "^3.0.11",
"@nteract/stateful-components": "^1.7.6-alpha.0",
"@nteract/styles": "^2.2.8-alpha.0",
"@nteract/stateful-components": "^1.7.6",
"@nteract/styles": "^2.2.8",
"@octokit/rest": "^17.1.1",
"date-fns": "^2.16.1",
"lang-map": "^0.4.0",
Expand All @@ -29,15 +29,15 @@
"react-redux": "^6.0.0",
"redux": "^4.0.0",
"redux-observable": "^2.0.0-alpha.0",
"rx-jupyter": "^5.5.18-alpha.0",
"rx-jupyter": "^5.5.18",
"rxjs": "^6.6.0",
"shortid": "^2.2.15"
},
"description": "An nteract-based web application with kernels provided by Binder",
"author": "nteract Contributors",
"license": "BSD-3-Clause",
"devDependencies": {
"@nteract/webpack-configurator": "^3.1.23-alpha.0",
"@nteract/webpack-configurator": "^3.1.23",
"@types/node": "^13.7.1",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
Expand Down
46 changes: 46 additions & 0 deletions changelogs/01-2021.md
@@ -0,0 +1,46 @@
# 2021/01/25 nteract Release

## Changelog

## Applications

### nteract desktop app

#### Bug Fixes

- Added support for cell IDs in notebooks ([#5378](https://github.com/nteract/nteract/pull/5378))

## Core SDK Packages

The following changes have been shipped to the Core SDK. If you are using one of the packages listed below as a transitive
dependency, you will need to update its parent package.

### @nteract/commutable (7.4.0)

#### New Features

- Add support for cell ID in notebook metadata ([#5378](https://github.com/nteract/nteract/pull/5378))

### @nteract/mythic-notifications (0.2.8)

#### Bug Fixes

- Remove electron from dependencies to avoid compat issues ([#5390](https://github.com/nteract/nteract/pull/5390))

### @nteract/monaco-editor (3.3.0)

#### New Features

- Add support to register custom commands using the command handler ([#5418](https://github.com/nteract/nteract/pull/5418))

#### Bug Fixes
- Fix cursor position issue when invoking language cell magics in Monaco editor ([#5405](https://github.com/nteract/nteract/pull/5405))
- Fix issues with handling of kernel completions ([#5407](https://github.com/nteract/nteract/pull/5407))


## Acknowledgements

- @willingc
- @captainsafia
- @pwang347
- @resaldiv
10 changes: 5 additions & 5 deletions packages/actions/package.json
@@ -1,6 +1,6 @@
{
"name": "@nteract/actions",
"version": "7.0.8-alpha.0",
"version": "7.0.8",
"description": "A collection of actions",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -13,11 +13,11 @@
"access": "public"
},
"dependencies": {
"@nteract/commutable": "^7.4.2-alpha.0",
"@nteract/messaging": "^7.0.16-alpha.0",
"@nteract/types": "^7.1.6-alpha.0",
"@nteract/commutable": "^7.4.2",
"@nteract/messaging": "^7.0.16",
"@nteract/types": "^7.1.6",
"immutable": "^4.0.0-rc.12",
"rx-jupyter": "^5.5.18-alpha.0"
"rx-jupyter": "^5.5.18"
},
"devDependencies": {
"utility-types": "^3.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/commutable/package.json
@@ -1,6 +1,6 @@
{
"name": "@nteract/commutable",
"version": "7.4.2-alpha.0",
"version": "7.4.2",
"description": "library for immutable notebook operations",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions packages/connected-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@nteract/connected-components",
"version": "6.8.8-alpha.0",
"version": "6.8.8",
"description": "Connected components exported from @nteract/core",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,9 +12,9 @@
},
"dependencies": {
"@blueprintjs/core": "^3.7.0",
"@nteract/commutable": "^7.4.2-alpha.0",
"@nteract/core": "^15.1.6-alpha.0",
"@nteract/types": "^7.1.6-alpha.0",
"@nteract/commutable": "^7.4.2",
"@nteract/core": "^15.1.6",
"@nteract/types": "^7.1.6",
"react-redux": "^6.0.0",
"redux": "^4.0.0"
},
Expand All @@ -26,7 +26,7 @@
"author": "Kyle Kelley <rgbkrk@gmail.com>",
"license": "BSD-3-Clause",
"devDependencies": {
"@nteract/fixtures": "^2.3.16-alpha.0",
"@nteract/fixtures": "^2.3.16",
"styled-components": "^5.0.1"
}
}
14 changes: 7 additions & 7 deletions packages/core/package.json
@@ -1,18 +1,18 @@
{
"name": "@nteract/core",
"version": "15.1.6-alpha.0",
"version": "15.1.6",
"description": "core modules and components for nteract apps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"nteractDesktop": "src/index.ts",
"scripts": {},
"dependencies": {
"@nteract/actions": "^7.0.8-alpha.0",
"@nteract/commutable": "^7.4.2-alpha.0",
"@nteract/epics": "^5.0.8-alpha.0",
"@nteract/reducers": "^5.1.6-alpha.0",
"@nteract/selectors": "^3.1.6-alpha.0",
"@nteract/types": "^7.1.6-alpha.0",
"@nteract/actions": "^7.0.8",
"@nteract/commutable": "^7.4.2",
"@nteract/epics": "^5.0.8",
"@nteract/reducers": "^5.1.6",
"@nteract/selectors": "^3.1.6",
"@nteract/types": "^7.1.6",
"redux-logger": "^3.0.6"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@nteract/editor",
"version": "10.1.8-alpha.0",
"version": "10.1.8",
"description": "The editor that lives inside cells in nteract",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"access": "public"
},
"dependencies": {
"@nteract/messaging": "^7.0.16-alpha.0",
"@nteract/messaging": "^7.0.16",
"@nteract/outputs": "^3.0.11",
"codemirror": "5.59.2",
"rxjs": "^6.3.3"
Expand Down
18 changes: 9 additions & 9 deletions packages/epics/package.json
@@ -1,6 +1,6 @@
{
"name": "@nteract/epics",
"version": "5.0.8-alpha.0",
"version": "5.0.8",
"description": "Redux-Observable epics for nteract apps",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -32,17 +32,17 @@
"url": "https://github.com/nteract/nteract/issues"
},
"dependencies": {
"@nteract/actions": "^7.0.8-alpha.0",
"@nteract/commutable": "^7.4.2-alpha.0",
"@nteract/messaging": "^7.0.16-alpha.0",
"@nteract/mythic-configuration": "^1.0.8-alpha.0",
"@nteract/mythic-notifications": "^0.2.8-alpha.0",
"@nteract/selectors": "^3.1.6-alpha.0",
"@nteract/types": "^7.1.6-alpha.0",
"@nteract/actions": "^7.0.8",
"@nteract/commutable": "^7.4.2",
"@nteract/messaging": "^7.0.16",
"@nteract/mythic-configuration": "^1.0.8",
"@nteract/mythic-notifications": "^0.2.8",
"@nteract/selectors": "^3.1.6",
"@nteract/types": "^7.1.6",
"file-saver": "^2.0.0",
"redux": "^4.0.1",
"redux-observable": "^2.0.0-alpha.0",
"rx-jupyter": "^5.5.18-alpha.0",
"rx-jupyter": "^5.5.18",
"rxjs": "^6.3.3"
}
}
8 changes: 4 additions & 4 deletions packages/fixtures/package.json
@@ -1,6 +1,6 @@
{
"name": "@nteract/fixtures",
"version": "2.3.16-alpha.0",
"version": "2.3.16",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,8 +12,8 @@
"access": "public"
},
"dependencies": {
"@nteract/commutable": "^7.4.2-alpha.0",
"@nteract/reducers": "^5.1.6-alpha.0",
"@nteract/types": "^7.1.6-alpha.0"
"@nteract/commutable": "^7.4.2",
"@nteract/reducers": "^5.1.6",
"@nteract/types": "^7.1.6"
}
}
6 changes: 3 additions & 3 deletions packages/host-cache/package.json
@@ -1,6 +1,6 @@
{
"name": "@mybinder/host-cache",
"version": "2.1.33-alpha.0",
"version": "2.1.33",
"description": "Local Storage backed cache of binder hosts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -23,8 +23,8 @@
"access": "public"
},
"dependencies": {
"rx-binder": "^4.0.12-alpha.0",
"rx-jupyter": "^5.5.18-alpha.0",
"rx-binder": "^4.0.12",
"rx-jupyter": "^5.5.18",
"rxjs": "^6.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/messaging/package.json
@@ -1,14 +1,14 @@
{
"name": "@nteract/messaging",
"version": "7.0.16-alpha.0",
"version": "7.0.16",
"description": "Messaging mechanics for nteract apps (jupyter spec)",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"nteractDesktop": "src/index.ts",
"scripts": {},
"repository": "https://github.com/nteract/nteract/tree/master/packages/messaging",
"dependencies": {
"@nteract/types": "^7.1.6-alpha.0",
"@nteract/types": "^7.1.6",
"@types/uuid": "^8.0.0",
"lodash.clonedeep": "^4.5.0",
"rxjs": "^6.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/monaco-editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@nteract/monaco-editor",
"version": "3.2.6-alpha.0",
"version": "3.3.0",
"description": "A React component for the monaco editor, tailored for nteract",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@nteract/core": "^14.0.0",
"@nteract/messaging": "^7.0.16-alpha.0",
"@nteract/messaging": "^7.0.16",
"lodash.debounce": "^4.0.6",
"monaco-editor": "0.18.1",
"rxjs": "^6.3.3"
Expand Down

0 comments on commit fe90b0a

Please sign in to comment.