Skip to content

Commit

Permalink
Merge pull request #5239 from nteract/release/20200727
Browse files Browse the repository at this point in the history
nteract July 2020 Release
  • Loading branch information
captainsafia committed Jul 28, 2020
2 parents 2cd755f + 98c1cf5 commit a1a724b
Show file tree
Hide file tree
Showing 31 changed files with 123 additions and 106 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.24.0",
"version": "0.24.1",
"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.10.0",
"version": "2.10.1",
"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.0",
"@nteract/connected-components": "^6.8.0",
"@nteract/core": "^15.0.0",
"@nteract/commutable": "^7.3.1",
"@nteract/connected-components": "^6.8.1",
"@nteract/core": "^15.0.1",
"@nteract/data-explorer": "^8.0.0",
"@nteract/directory-listing": "^2.1.0",
"@nteract/editor": "^10.1.0",
"@nteract/editor": "^10.1.1",
"@nteract/jupyter-widgets": "^4.4.12",
"@nteract/logos": "^1.0.0",
"@nteract/monaco-editor": "^3.1.8",
"@nteract/notebook-app-component": "^7.6.0",
"@nteract/monaco-editor": "^3.1.9",
"@nteract/notebook-app-component": "^7.6.1",
"@nteract/octicons": "^2.0.0",
"@nteract/outputs": "^3.0.9",
"@nteract/presentational-components": "^3.4.0",
"@nteract/styles": "^2.2.0",
"@nteract/presentational-components": "^3.4.1",
"@nteract/styles": "^2.2.1",
"@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.0.0",
"@nteract/webpack-configurator": "^3.1.15",
"@nteract/types": "^7.0.1",
"@nteract/webpack-configurator": "^3.1.16",
"jquery": "^3.2.1",
"monaco-editor-webpack-plugin": "^1.8.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.10",
"rx-jupyter": "^5.5.11",
"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.10.0",
"version": "1.10.1",
"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.1.3-alpha.0",
"version": "1.1.4-alpha.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.25",
"@nteract/core": "^15.0.0",
"@nteract/editor": "^10.1.0",
"@nteract/notebook-app-component": "^7.6.0",
"@mybinder/host-cache": "^2.1.26",
"@nteract/core": "^15.0.1",
"@nteract/editor": "^10.1.1",
"@nteract/notebook-app-component": "^7.6.1",
"@nteract/outputs": "^3.0.9",
"@nteract/stateful-components": "^1.4.1",
"@nteract/styles": "^2.2.0",
"@nteract/stateful-components": "^1.6.0",
"@nteract/styles": "^2.2.1",
"@octokit/rest": "^17.1.1",
"next": "^9.4.1",
"next-redux-wrapper": "^6.0.0",
Expand All @@ -27,15 +27,15 @@
"react-redux": "^6.0.0",
"redux": "^4.0.0",
"redux-observable": "^2.0.0-alpha.0",
"rx-jupyter": "^5.5.10",
"rx-jupyter": "^5.5.11",
"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.15",
"@nteract/webpack-configurator": "^3.1.16",
"@types/node": "^13.7.1",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
Expand Down
19 changes: 18 additions & 1 deletion changelogs/07-2020.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,21 @@

## nteract Desktop App

- Fixed a bug where function summary tooltip would not display
This month's release of the nteract desktop app resolves the following bugs:

- Fixed a bug where function summary tooltip would not display ([#5194](https://github.com/nteract/nteract/pull/5194))
- Fixed a bug where navigating through cells with arrow keys was not working ([#5196](https://github.com/nteract/nteract/issues/5196))

In this month's release, we also introduced a couple of new features:

- Added support for cell attachements in markdown cells
- Upgraded to Electron 9 for performance and memory improvements

## nteract Core SDK

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/stateful-components (v1.6.0)

- Upgrade @nteract/markdown dependency to add support for cell attachments ([#5188](https://github.com/nteract/nteract/pull/5188))
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.0",
"version": "7.0.1",
"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.0",
"@nteract/messaging": "^7.0.8",
"@nteract/types": "^7.0.0",
"@nteract/commutable": "^7.3.1",
"@nteract/messaging": "^7.0.9",
"@nteract/types": "^7.0.1",
"immutable": "^4.0.0-rc.12",
"rx-jupyter": "^5.5.10"
"rx-jupyter": "^5.5.11"
},
"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.0",
"version": "7.3.1",
"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.0",
"version": "6.8.1",
"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.0",
"@nteract/core": "^15.0.0",
"@nteract/types": "^7.0.0",
"@nteract/commutable": "^7.3.1",
"@nteract/core": "^15.0.1",
"@nteract/types": "^7.0.1",
"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.8",
"@nteract/fixtures": "^2.3.9",
"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.0.0",
"version": "15.0.1",
"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.0",
"@nteract/commutable": "^7.3.0",
"@nteract/epics": "^5.0.0",
"@nteract/reducers": "^5.0.0",
"@nteract/selectors": "^3.0.0",
"@nteract/types": "^7.0.0",
"@nteract/actions": "^7.0.1",
"@nteract/commutable": "^7.3.1",
"@nteract/epics": "^5.0.1",
"@nteract/reducers": "^5.0.1",
"@nteract/selectors": "^3.0.1",
"@nteract/types": "^7.0.1",
"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.0",
"version": "10.1.1",
"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.8",
"@nteract/messaging": "^7.0.9",
"@nteract/outputs": "^3.0.9",
"codemirror": "5.56.0",
"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.0",
"version": "5.0.1",
"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.0",
"@nteract/commutable": "^7.3.0",
"@nteract/messaging": "^7.0.8",
"@nteract/mythic-configuration": "^1.0.0",
"@nteract/mythic-notifications": "^0.2.0",
"@nteract/selectors": "^3.0.0",
"@nteract/types": "^7.0.0",
"@nteract/actions": "^7.0.1",
"@nteract/commutable": "^7.3.1",
"@nteract/messaging": "^7.0.9",
"@nteract/mythic-configuration": "^1.0.1",
"@nteract/mythic-notifications": "^0.2.1",
"@nteract/selectors": "^3.0.1",
"@nteract/types": "^7.0.1",
"file-saver": "^2.0.0",
"redux": "^4.0.1",
"redux-observable": "^2.0.0-alpha.0",
"rx-jupyter": "^5.5.10",
"rx-jupyter": "^5.5.11",
"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.8",
"version": "2.3.9",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,8 +12,8 @@
"access": "public"
},
"dependencies": {
"@nteract/commutable": "^7.3.0",
"@nteract/reducers": "^5.0.0",
"@nteract/types": "^7.0.0"
"@nteract/commutable": "^7.3.1",
"@nteract/reducers": "^5.0.1",
"@nteract/types": "^7.0.1"
}
}
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.25",
"version": "2.1.26",
"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.4",
"rx-jupyter": "^5.5.10",
"rx-binder": "^4.0.5",
"rx-jupyter": "^5.5.11",
"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.8",
"version": "7.0.9",
"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.0.0",
"@nteract/types": "^7.0.1",
"@types/uuid": "^8.0.0",
"lodash.clonedeep": "^4.5.0",
"rxjs": "^6.6.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.1.8",
"version": "3.1.9",
"description": "A React component for the monaco editor, tailored for nteract",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/mythic-configuration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nteract/mythic-configuration",
"version": "1.0.0",
"version": "1.0.1",
"description": "A configuration system based on the myths redux framework",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"access": "public"
},
"dependencies": {
"@nteract/myths": "^0.2.0",
"@nteract/myths": "^0.2.1",
"fs-observable": "^4.1.14"
},
"author": "nteract contributers",
Expand Down
2 changes: 1 addition & 1 deletion packages/mythic-multiselect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nteract/mythic-multiselect",
"version": "0.0.1",
"version": "0.0.2",
"description": "For selecting multiple cells",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit a1a724b

Please sign in to comment.