Skip to content

Commit

Permalink
Merge pull request #5382 from nteract/release/20201130
Browse files Browse the repository at this point in the history
nteract November 2020 Release
  • Loading branch information
captainsafia committed Dec 1, 2020
2 parents d97345c + 985bc72 commit 24d0fc6
Show file tree
Hide file tree
Showing 32 changed files with 149 additions and 113 deletions.
2 changes: 1 addition & 1 deletion applications/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nteract",
"version": "0.26.0",
"version": "0.27.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nteract-on-jupyter",
"version": "2.12.0",
"version": "2.13.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.3.4",
"@nteract/connected-components": "^6.8.4",
"@nteract/core": "^15.1.2",
"@nteract/commutable": "^7.3.5",
"@nteract/connected-components": "^6.8.5",
"@nteract/core": "^15.1.3",
"@nteract/data-explorer": "^8.0.0",
"@nteract/directory-listing": "^2.1.0",
"@nteract/editor": "^10.1.4",
"@nteract/editor": "^10.1.5",
"@nteract/jupyter-widgets": "^4.4.14",
"@nteract/logos": "^1.0.0",
"@nteract/monaco-editor": "^3.2.2",
"@nteract/notebook-app-component": "^7.7.2",
"@nteract/monaco-editor": "^3.2.3",
"@nteract/notebook-app-component": "^7.7.3",
"@nteract/octicons": "^2.0.0",
"@nteract/outputs": "^3.0.9",
"@nteract/presentational-components": "^3.4.4",
"@nteract/styles": "^2.2.4",
"@nteract/presentational-components": "^3.4.5",
"@nteract/styles": "^2.2.5",
"@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.2",
"@nteract/webpack-configurator": "^3.1.19",
"@nteract/types": "^7.1.3",
"@nteract/webpack-configurator": "^3.1.20",
"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.14",
"rx-jupyter": "^5.5.15",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nteract/nbextension",
"version": "1.12.0",
"version": "1.13.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nteract/web",
"version": "1.2.0-alpha.0",
"version": "1.2.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.29",
"@nteract/core": "^15.1.2",
"@nteract/editor": "^10.1.4",
"@nteract/notebook-app-component": "^7.7.2",
"@mybinder/host-cache": "^2.1.30",
"@nteract/core": "^15.1.3",
"@nteract/editor": "^10.1.5",
"@nteract/notebook-app-component": "^7.7.3",
"@nteract/outputs": "^3.0.9",
"@nteract/stateful-components": "^1.7.2",
"@nteract/styles": "^2.2.4",
"@nteract/stateful-components": "^1.7.3",
"@nteract/styles": "^2.2.5",
"@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.14",
"rx-jupyter": "^5.5.15",
"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.19",
"@nteract/webpack-configurator": "^3.1.20",
"@types/node": "^13.7.1",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
Expand Down
40 changes: 40 additions & 0 deletions changelogs/11-2020.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# 2020/11/30 nteract Release

## Changelog

## Applications

### nteract desktop app

#### Bug Fixes

- Fixed a bug where PDFs could not be printed ([#5338](https://github.com/nteract/nteract/pull/5338))
- Fix rendering for parameterized cells ([#5344](https://github.com/nteract/nteract/pull/5344))
- Refactor logic for fetching kernelspecs on app launch ([#5353](https://github.com/nteract/nteract/pull/5353))
- Fixed a bug where ipywidgets would not render ([#5379](https://github.com/nteract/nteract/pull/5379))

## 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/core ([publish-version-here])

#### Bug Fixes

- Execution now stops after cell error is encountered ([#5344](https://github.com/nteract/nteract/pull/5344))

### @nteract/mythic-windowing ([publish-version-here])

- Introduce mythic-windowing package ([#5258](https://github.com/nteract/nteract/pull/5258))

### @nteract/notebook-app-component ([publish-version-here])

#### Bug Fixes

- Fix rendering for parameterized cells ([#5344](https://github.com/nteract/nteract/pull/5344))
## Acknowledgements

- @willingc
- @captainsafia
- @CrystallineCat
10 changes: 5 additions & 5 deletions packages/actions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nteract/actions",
"version": "7.0.4",
"version": "7.0.5",
"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.3.4",
"@nteract/messaging": "^7.0.12",
"@nteract/types": "^7.1.2",
"@nteract/commutable": "^7.3.5",
"@nteract/messaging": "^7.0.13",
"@nteract/types": "^7.1.3",
"immutable": "^4.0.0-rc.12",
"rx-jupyter": "^5.5.14"
"rx-jupyter": "^5.5.15"
},
"devDependencies": {
"utility-types": "^3.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/commutable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nteract/commutable",
"version": "7.3.4",
"version": "7.3.5",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nteract/connected-components",
"version": "6.8.4",
"version": "6.8.5",
"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.3.4",
"@nteract/core": "^15.1.2",
"@nteract/types": "^7.1.2",
"@nteract/commutable": "^7.3.5",
"@nteract/core": "^15.1.3",
"@nteract/types": "^7.1.3",
"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.12",
"@nteract/fixtures": "^2.3.13",
"styled-components": "^5.0.1"
}
}
14 changes: 7 additions & 7 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@nteract/core",
"version": "15.1.2",
"version": "15.1.3",
"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.4",
"@nteract/commutable": "^7.3.4",
"@nteract/epics": "^5.0.4",
"@nteract/reducers": "^5.1.2",
"@nteract/selectors": "^3.1.2",
"@nteract/types": "^7.1.2",
"@nteract/actions": "^7.0.5",
"@nteract/commutable": "^7.3.5",
"@nteract/epics": "^5.0.5",
"@nteract/reducers": "^5.1.3",
"@nteract/selectors": "^3.1.3",
"@nteract/types": "^7.1.3",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nteract/editor",
"version": "10.1.4",
"version": "10.1.5",
"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.12",
"@nteract/messaging": "^7.0.13",
"@nteract/outputs": "^3.0.9",
"codemirror": "5.58.3",
"rxjs": "^6.3.3"
Expand Down
18 changes: 9 additions & 9 deletions packages/epics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nteract/epics",
"version": "5.0.4",
"version": "5.0.5",
"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.4",
"@nteract/commutable": "^7.3.4",
"@nteract/messaging": "^7.0.12",
"@nteract/mythic-configuration": "^1.0.4",
"@nteract/mythic-notifications": "^0.2.4",
"@nteract/selectors": "^3.1.2",
"@nteract/types": "^7.1.2",
"@nteract/actions": "^7.0.5",
"@nteract/commutable": "^7.3.5",
"@nteract/messaging": "^7.0.13",
"@nteract/mythic-configuration": "^1.0.5",
"@nteract/mythic-notifications": "^0.2.5",
"@nteract/selectors": "^3.1.3",
"@nteract/types": "^7.1.3",
"file-saver": "^2.0.0",
"redux": "^4.0.1",
"redux-observable": "^2.0.0-alpha.0",
"rx-jupyter": "^5.5.14",
"rx-jupyter": "^5.5.15",
"rxjs": "^6.3.3"
}
}
8 changes: 4 additions & 4 deletions packages/fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nteract/fixtures",
"version": "2.3.12",
"version": "2.3.13",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,8 +12,8 @@
"access": "public"
},
"dependencies": {
"@nteract/commutable": "^7.3.4",
"@nteract/reducers": "^5.1.2",
"@nteract/types": "^7.1.2"
"@nteract/commutable": "^7.3.5",
"@nteract/reducers": "^5.1.3",
"@nteract/types": "^7.1.3"
}
}
6 changes: 3 additions & 3 deletions packages/host-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mybinder/host-cache",
"version": "2.1.29",
"version": "2.1.30",
"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.8",
"rx-jupyter": "^5.5.14",
"rx-binder": "^4.0.9",
"rx-jupyter": "^5.5.15",
"rxjs": "^6.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/messaging/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@nteract/messaging",
"version": "7.0.12",
"version": "7.0.13",
"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.2",
"@nteract/types": "^7.1.3",
"@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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nteract/monaco-editor",
"version": "3.2.2",
"version": "3.2.3",
"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.12",
"@nteract/messaging": "^7.0.13",
"lodash.debounce": "^4.0.6",
"monaco-editor": "0.18.1",
"rxjs": "^6.3.3"
Expand Down

0 comments on commit 24d0fc6

Please sign in to comment.