Skip to content

Commit

Permalink
Publish 0.42.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyterlab-rise-0.42.0.tgz: 5948eb0429ad0ae4425ce29cf4e6a44c3a0f5d3e9beb8f8956f9742225349d04

jupyterlab_rise-0.42.0-py3-none-any.whl: b8a107d5e37d6ba97f78659a8765c0152fb6cbc2530ccb5d670eeecefab88fe4

jupyterlab_rise-0.42.0.tar.gz: d4ac7e2018371317510b0e94d29fdcac1ec0a59c610bb06aa7b27257b1d80285
  • Loading branch information
brichet committed Dec 12, 2023
1 parent 78cb44b commit fb838ba
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 11 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 0.42.0

([Full Changelog](https://github.com/jupyterlab-contrib/rise/compare/jupyterlab-rise-application@0.41.0...78cb44b74af2198ba4211a2c09cc5c2efc32b44d))

### Bugs fixed

- Add the code mirror binding plugin [#62](https://github.com/jupyterlab-contrib/rise/pull/62) ([@brichet](https://github.com/brichet))
- Fix the shortcut triggered in edit mode [#61](https://github.com/jupyterlab-contrib/rise/pull/61) ([@brichet](https://github.com/brichet))

### Maintenance and upkeep improvements

- Run lint when bumping version [#63](https://github.com/jupyterlab-contrib/rise/pull/63) ([@brichet](https://github.com/brichet))
- Bump axios from 1.3.3 to 1.6.1 [#59](https://github.com/jupyterlab-contrib/rise/pull/59) ([@dependabot](https://github.com/dependabot))
- Bump postcss from 8.4.27 to 8.4.31 [#57](https://github.com/jupyterlab-contrib/rise/pull/57) ([@dependabot](https://github.com/dependabot))
- Bump systeminformation from 5.18.9 to 5.21.8 [#56](https://github.com/jupyterlab-contrib/rise/pull/56) ([@dependabot](https://github.com/dependabot))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/rise/graphs/contributors?from=2023-09-12&to=2023-12-12&type=c))

[@brichet](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3Abrichet+updated%3A2023-09-12..2023-12-12&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3Adependabot+updated%3A2023-09-12..2023-12-12&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3Agithub-actions+updated%3A2023-09-12..2023-12-12&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.41.0

([Full Changelog](https://github.com/jupyterlab-contrib/rise/compare/jupyterlab-rise-application@0.40.0...6f3dd328c70ae79c8a4db0bbd32fa79d541dda64))
Expand All @@ -21,8 +45,6 @@

[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3Afcollonval+updated%3A2023-08-01..2023-09-12&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3Agithub-actions+updated%3A2023-08-01..2023-09-12&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3Ahbcarlos+updated%3A2023-08-01..2023-09-12&type=Issues) | [@lumberbot-app](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3Alumberbot-app+updated%3A2023-08-01..2023-09-12&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.40.0

([Full Changelog](https://github.com/jupyterlab-contrib/rise/compare/jupyterlab-rise-application@0.2.1...03205e88c7be3faf1be8c9765dfc88c252740430))
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rise-app",
"version": "0.41.0",
"version": "0.42.0",
"private": true,
"scripts": {
"build": "webpack",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@jupyterlab/theme-light-extension": "^4.0.2",
"@jupyterlab/translation-extension": "^4.0.2",
"@jupyterlab/vega5-extension": "^4.0.2",
"jupyterlab-rise-application": "^0.41.0"
"jupyterlab-rise-application": "^0.42.0"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.41.0",
"version": "0.42.0",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-rise-meta",
"version": "0.41.0",
"version": "0.42.0",
"description": "RISE: \"Live\" Reveal.js JupyterLab Slideshow extension.",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion packages/application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-rise-application",
"version": "0.41.0",
"version": "0.42.0",
"description": "Rise Application based on JupyterLab modules.",
"private": true,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-rise",
"version": "0.41.0",
"version": "0.42.0",
"description": "A JupyterLab extension to turn your Jupyter Notebooks into a live presentation.",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion ui-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-rise-ui-tests",
"version": "0.41.0",
"version": "0.42.0",
"description": "JupyterLab jupyterlab-rise Integration Tests",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9469,7 +9469,7 @@ __metadata:
languageName: node
linkType: hard

"jupyterlab-rise-application@^0.41.0, jupyterlab-rise-application@workspace:packages/application":
"jupyterlab-rise-application@^0.42.0, jupyterlab-rise-application@workspace:packages/application":
version: 0.0.0-use.local
resolution: "jupyterlab-rise-application@workspace:packages/application"
dependencies:
Expand Down Expand Up @@ -13692,7 +13692,7 @@ __metadata:
file-loader: ~5.0.2
fs-extra: ^8.1.0
glob: ~7.1.6
jupyterlab-rise-application: ^0.41.0
jupyterlab-rise-application: ^0.42.0
mini-css-extract-plugin: ~0.9.0
npm-run-all: ^4.1.5
playwright: ^1.12.3
Expand Down

0 comments on commit fb838ba

Please sign in to comment.