From ad010e6b7fde6eb1584b13a15ae647107cc016bb Mon Sep 17 00:00:00 2001 From: fcollonval Date: Thu, 16 Feb 2023 14:14:12 +0000 Subject: [PATCH] Publish 0.1.1 SHA256 hashes: jupyterlab-rise-0.1.0.tgz: 99cc007b9143c91740c7e53816ebe6ffa43c37e1d081e2c4e507fb826cfec4e2 jupyterlab_rise-0.1.1-py3-none-any.whl: f81723a1e937b8cbad252b5837743618dc05c768e5a28c76d9ef36166e307fdb jupyterlab_rise-0.1.1.tar.gz: db03142fe386c8f07265970e0bbca752d2b851de994062b4e6f98af87893784a --- CHANGELOG.md | 29 +++++++++ package.json | 164 +++++++++++++++++++++++++-------------------------- 2 files changed, 111 insertions(+), 82 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d352af..2035722 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,33 @@ +## 0.1.1 + +([Full Changelog](https://github.com/jupyterlab-contrib/rise/compare/v0.1.0...d64519dae8bf932038b094f4c51ba1fbf0fcea68)) + +### Bugs fixed + +- Fix for #8 [#9](https://github.com/jupyterlab-contrib/rise/pull/9) ([@AnotherCodeArtist](https://github.com/AnotherCodeArtist)) +- Fix jupyter-releaser config [#2](https://github.com/jupyterlab-contrib/rise/pull/2) ([@fcollonval](https://github.com/fcollonval)) + +### Maintenance and upkeep improvements + +- Add releaser workflows [#10](https://github.com/jupyterlab-contrib/rise/pull/10) ([@fcollonval](https://github.com/fcollonval)) +- Fix binder [#3](https://github.com/jupyterlab-contrib/rise/pull/3) ([@fcollonval](https://github.com/fcollonval)) +- Fix jupyter-releaser config [#2](https://github.com/jupyterlab-contrib/rise/pull/2) ([@fcollonval](https://github.com/fcollonval)) + +### Documentation improvements + +- Add status badge [#7](https://github.com/jupyterlab-contrib/rise/pull/7) ([@fcollonval](https://github.com/fcollonval)) + +### Other merged PRs + +- Bump json5 from 1.0.1 to 1.0.2 [#5](https://github.com/jupyterlab-contrib/rise/pull/5) ([@dependabot](https://github.com/dependabot)) + +### Contributors to this release + +([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/package.json b/package.json index d8af055..5302124 100644 --- a/package.json +++ b/package.json @@ -1,86 +1,86 @@ { - "name": "jupyterlab-rise-meta", - "version": "0.1.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" + "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": "Yiqin Zhang" + "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" + }, + "dependencies": { + "@jupyterlab/application": "^3.1.0", + "@jupyterlab/settingregistry": "^3.1.0" + }, + "devDependencies": { + "@babel/core": "^7.0.0", + "@babel/preset-env": "^7.0.0", + "@jupyterlab/builder": "^3.1.0", + "@jupyterlab/testutils": "^3.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" } - ], - "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" - }, - "dependencies": { - "@jupyterlab/application": "^3.1.0", - "@jupyterlab/settingregistry": "^3.1.0" - }, - "devDependencies": { - "@babel/core": "^7.0.0", - "@babel/preset-env": "^7.0.0", - "@jupyterlab/builder": "^3.1.0", - "@jupyterlab/testutils": "^3.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" - } }