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",