From fb838ba8f26e04223b35d916b01a9489069a190c Mon Sep 17 00:00:00 2001
From: brichet <brichet@users.noreply.github.com>
Date: Tue, 12 Dec 2023 15:57:21 +0000
Subject: [PATCH] Publish 0.42.0

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
---
 CHANGELOG.md                      | 26 ++++++++++++++++++++++++--
 app/package.json                  |  4 ++--
 lerna.json                        |  2 +-
 package.json                      |  2 +-
 packages/application/package.json |  2 +-
 packages/lab/package.json         |  2 +-
 ui-tests/package.json             |  2 +-
 yarn.lock                         |  4 ++--
 8 files changed, 33 insertions(+), 11 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a24238..ef09359 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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))
@@ -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))
diff --git a/app/package.json b/app/package.json
index 176b09a..2daf681 100644
--- a/app/package.json
+++ b/app/package.json
@@ -1,6 +1,6 @@
 {
   "name": "rise-app",
-  "version": "0.41.0",
+  "version": "0.42.0",
   "private": true,
   "scripts": {
     "build": "webpack",
@@ -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",
diff --git a/lerna.json b/lerna.json
index 6cc358d..ffd96a9 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,4 +1,4 @@
 {
-  "version": "0.41.0",
+  "version": "0.42.0",
   "npmClient": "yarn"
 }
diff --git a/package.json b/package.json
index ef0df49..c78af56 100644
--- a/package.json
+++ b/package.json
@@ -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",
diff --git a/packages/application/package.json b/packages/application/package.json
index c097b71..e6d25ff 100644
--- a/packages/application/package.json
+++ b/packages/application/package.json
@@ -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": [
diff --git a/packages/lab/package.json b/packages/lab/package.json
index ea9e92e..78cc8b2 100644
--- a/packages/lab/package.json
+++ b/packages/lab/package.json
@@ -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",
diff --git a/ui-tests/package.json b/ui-tests/package.json
index 55a6fe3..2458229 100644
--- a/ui-tests/package.json
+++ b/ui-tests/package.json
@@ -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": {
diff --git a/yarn.lock b/yarn.lock
index 923e552..e13f030 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -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:
@@ -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