From 6833cde78c9d236160d34f89b830c5902161e7fd Mon Sep 17 00:00:00 2001 From: fcollonval Date: Sun, 26 Feb 2023 17:50:07 +0000 Subject: [PATCH] Publish 0.2.0 SHA256 hashes: jupyterlab-rise-0.2.0.tgz: fadb3b902f0c455ad58d2f8b65f906e19e7e3778433c1c4275b148a06d3eb4a5 jupyterlab_rise-0.2.0-py3-none-any.whl: 0c320e090cd5dad7346ab3f80975bcd0c44b98b5add0434435ea737c92258c16 jupyterlab_rise-0.2.0.tar.gz: 4300b3a5a4e2e7f7bd7e43ddfe8eb4ae4ccc6c0aeb64bae38ab82db93c243ede --- CHANGELOG.md | 32 ++++++- app/package.json | 4 +- lerna.json | 2 +- package.json | 154 +++++++++++++++--------------- packages/application/package.json | 2 +- packages/lab/package.json | 2 +- 6 files changed, 112 insertions(+), 84 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2035722..7c11fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,36 @@ +## 0.2.0 + +([Full Changelog](https://github.com/jupyterlab-contrib/rise/compare/jupyterlab-rise-application@0.1.0...f0b83c29a12e28a870efed2143b9d83a3d1c7032)) + +### Bugs fixed + +- Fix bump version script [#23](https://github.com/jupyterlab-contrib/rise/pull/23) ([@fcollonval](https://github.com/fcollonval)) +- Fix bump version script [#22](https://github.com/jupyterlab-contrib/rise/pull/22) ([@fcollonval](https://github.com/fcollonval)) +- Fix shell pollution by third party extension [#21](https://github.com/jupyterlab-contrib/rise/pull/21) ([@fcollonval](https://github.com/fcollonval)) +- Fix bumping version [#20](https://github.com/jupyterlab-contrib/rise/pull/20) ([@fcollonval](https://github.com/fcollonval)) +- Fixes Syntax Highlighting [#19](https://github.com/jupyterlab-contrib/rise/pull/19) ([@AnotherCodeArtist](https://github.com/AnotherCodeArtist)) + +### Maintenance and upkeep improvements + +- Fix bump version script [#23](https://github.com/jupyterlab-contrib/rise/pull/23) ([@fcollonval](https://github.com/fcollonval)) +- Fix bump version script [#22](https://github.com/jupyterlab-contrib/rise/pull/22) ([@fcollonval](https://github.com/fcollonval)) +- Fix bumping version [#20](https://github.com/jupyterlab-contrib/rise/pull/20) ([@fcollonval](https://github.com/fcollonval)) + +### Documentation improvements + +- Add numpy and ipywidgets to the binder environment [#16](https://github.com/jupyterlab-contrib/rise/pull/16) ([@nthiery](https://github.com/nthiery)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/rise/graphs/contributors?from=2023-02-16&to=2023-02-26&type=c)) + +[@AnotherCodeArtist](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3AAnotherCodeArtist+updated%3A2023-02-16..2023-02-26&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3Afcollonval+updated%3A2023-02-16..2023-02-26&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3Agithub-actions+updated%3A2023-02-16..2023-02-26&type=Issues) | [@nthiery](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3Anthiery+updated%3A2023-02-16..2023-02-26&type=Issues) + + + ## 0.1.1 ([Full Changelog](https://github.com/jupyterlab-contrib/rise/compare/v0.1.0...d64519dae8bf932038b094f4c51ba1fbf0fcea68)) @@ -30,5 +60,3 @@ ([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/rise/graphs/contributors?from=2022-12-11&to=2023-02-16&type=c)) [@AnotherCodeArtist](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3AAnotherCodeArtist+updated%3A2022-12-11..2023-02-16&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3Adependabot+updated%3A2022-12-11..2023-02-16&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3Afcollonval+updated%3A2022-12-11..2023-02-16&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3Agithub-actions+updated%3A2022-12-11..2023-02-16&type=Issues) - - diff --git a/app/package.json b/app/package.json index e167b0e..d564262 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "rise-app", - "version": "0.1.0", + "version": "0.2.0", "private": true, "scripts": { "build": "webpack", @@ -56,7 +56,7 @@ "@jupyterlab/theme-light-extension": "^3.0.0", "@jupyterlab/translation-extension": "^3.0.0", "@jupyterlab/vega5-extension": "^3.0.0", - "jupyterlab-rise-application": "~0.1.0" + "jupyterlab-rise-application": "^0.2.0" }, "devDependencies": { "@jupyterlab/builder": "^3.0.0", diff --git a/lerna.json b/lerna.json index 352f771..505b232 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.0.0", + "version": "0.2.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/package.json b/package.json index 71c0eee..6f728b3 100644 --- a/package.json +++ b/package.json @@ -1,80 +1,80 @@ { - "name": "jupyterlab-rise-meta", - "version": "0.1.1", - "description": "RISE: \"Live\" Reveal.js JupyterLab Slideshow extension.", - "keywords": [ - "jupyter", - "jupyterlab", - "jupyterlab-extension" - ], - "private": true, - "files": [], - "workspaces": { - "packages": [ - "app", - "packages/*" - ] + "name": "jupyterlab-rise-meta", + "version": "0.2.0", + "description": "RISE: \"Live\" Reveal.js JupyterLab Slideshow extension.", + "keywords": [ + "jupyter", + "jupyterlab", + "jupyterlab-extension" + ], + "private": true, + "files": [], + "workspaces": { + "packages": [ + "app", + "packages/*" + ] + }, + "homepage": "https://github.com/jupyterlab-contrib/rise", + "bugs": { + "url": "https://github.com/jupyterlab-contrib/rise/issues" + }, + "license": "BSD-3-Clause", + "author": { + "name": "Frederic Collonval", + "email": "fcollonval@gmail.com" + }, + "contributors": [ + { + "name": "Thierry Parmentelat", + "url": "https://github.com/parmentelat" }, - "homepage": "https://github.com/jupyterlab-contrib/rise", - "bugs": { - "url": "https://github.com/jupyterlab-contrib/rise/issues" - }, - "license": "BSD-3-Clause", - "author": { - "name": "Frederic Collonval", - "email": "fcollonval@gmail.com" - }, - "contributors": [ - { - "name": "Thierry Parmentelat", - "url": "https://github.com/parmentelat" - }, - { - "name": "Yiqin Zhang" - } - ], - "repository": { - "type": "git", - "url": "https://github.com/jupyterlab-contrib/rise.git" - }, - "scripts": { - "build": "lerna run build", - "build:prod": "lerna run build:prod", - "clean": "lerna run clean", - "install": "lerna bootstrap", - "eslint": "jlpm eslint:check --fix", - "eslint:check": "eslint . --cache --ext .ts,.tsx", - "lint": "jlpm stylelint && jlpm prettier && jlpm eslint", - "lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check", - "prettier": "jlpm prettier:base --write --list-different", - "prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"", - "prettier:check": "jlpm prettier:base --check", - "stylelint": "jlpm stylelint:check --fix", - "stylelint:check": "stylelint --cache \"packages/*/style/**/*.css\"", - "watch": "run-p watch:lib watch:app", - "watch:app": "lerna exec --stream --scope \"rise-app\" yarn watch", - "watch:lib": "lerna exec --stream --scope \"jupyterlab-rise-application\" --scope \"jupyterlab-rise\" yarn watch" - }, - "devDependencies": { - "@babel/core": "^7.0.0", - "@babel/preset-env": "^7.0.0", - "@types/jest": "^26.0.0", - "@typescript-eslint/eslint-plugin": "^4.8.1", - "@typescript-eslint/parser": "^4.8.1", - "eslint": "^7.14.0", - "eslint-config-prettier": "^6.15.0", - "eslint-plugin-prettier": "^3.1.4", - "jest": "^26.0.0", - "lerna": "^6.1.0", - "npm-run-all": "^4.1.5", - "prettier": "^2.1.1", - "rimraf": "^3.0.2", - "stylelint": "^14.3.0", - "stylelint-config-prettier": "^9.0.4", - "stylelint-config-recommended": "^6.0.0", - "stylelint-config-standard": "~24.0.0", - "stylelint-prettier": "^2.0.0", - "ts-jest": "^26.0.0", - "typescript": "~4.1.3" + { + "name": "Yiqin Zhang" } -} + ], + "repository": { + "type": "git", + "url": "https://github.com/jupyterlab-contrib/rise.git" + }, + "scripts": { + "build": "lerna run build", + "build:prod": "lerna run build:prod", + "clean": "lerna run clean", + "install": "lerna bootstrap", + "eslint": "jlpm eslint:check --fix", + "eslint:check": "eslint . --cache --ext .ts,.tsx", + "lint": "jlpm stylelint && jlpm prettier && jlpm eslint", + "lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check", + "prettier": "jlpm prettier:base --write --list-different", + "prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"", + "prettier:check": "jlpm prettier:base --check", + "stylelint": "jlpm stylelint:check --fix", + "stylelint:check": "stylelint --cache \"packages/*/style/**/*.css\"", + "watch": "run-p watch:lib watch:app", + "watch:app": "lerna exec --stream --scope \"rise-app\" yarn watch", + "watch:lib": "lerna exec --stream --scope \"jupyterlab-rise-application\" --scope \"jupyterlab-rise\" yarn watch" + }, + "devDependencies": { + "@babel/core": "^7.0.0", + "@babel/preset-env": "^7.0.0", + "@types/jest": "^26.0.0", + "@typescript-eslint/eslint-plugin": "^4.8.1", + "@typescript-eslint/parser": "^4.8.1", + "eslint": "^7.14.0", + "eslint-config-prettier": "^6.15.0", + "eslint-plugin-prettier": "^3.1.4", + "jest": "^26.0.0", + "lerna": "^6.1.0", + "npm-run-all": "^4.1.5", + "prettier": "^2.1.1", + "rimraf": "^3.0.2", + "stylelint": "^14.3.0", + "stylelint-config-prettier": "^9.0.4", + "stylelint-config-recommended": "^6.0.0", + "stylelint-config-standard": "~24.0.0", + "stylelint-prettier": "^2.0.0", + "ts-jest": "^26.0.0", + "typescript": "~4.1.3" + } +} \ No newline at end of file diff --git a/packages/application/package.json b/packages/application/package.json index c7e151b..fa94588 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-rise-application", - "version": "0.1.0", + "version": "0.2.0", "description": "Rise Application based on JupyterLab modules.", "private": true, "keywords": [ diff --git a/packages/lab/package.json b/packages/lab/package.json index 367ad70..936280c 100644 --- a/packages/lab/package.json +++ b/packages/lab/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-rise", - "version": "0.1.0", + "version": "0.2.0", "description": "A JupyterLab extension to turn your Jupyter Notebooks into a live presentation.", "keywords": [ "jupyter",