Skip to content

Commit 0655f64

Browse files
authored
Bump version to 0.3.3 (#34)
1 parent af14dc6 commit 0655f64

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Changelog
22

3+
### `0.3.3`
4+
5+
- [#28](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/28) Bump serialize-javascript from 6.0.1 to 6.0.2
6+
- [#33](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/33) Update github actions
7+
- [#30](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/30) Bump axios from 1.6.2 to 1.8.4
8+
- [#32](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/32) Bump @babel/runtime from 7.23.6 to 7.27.0
9+
- [#31](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/31) Allow stopping presentation with escape key
10+
311
### `0.3.2`
412

513
- [#21](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/21) Get back to previous fragment when using shift+space

dodo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
class C:
2626
NPM_NAME = "jupyterlab-slideshow"
27-
OLD_VERSION = "0.3.1"
28-
VERSION = "0.3.2"
27+
OLD_VERSION = "0.3.2"
28+
VERSION = "0.3.3"
2929
JS_VERSION = (
3030
VERSION.replace("a", "-alpha.").replace("b", "-beta.").replace("rc", "-rc.")
3131
)

js/jupyterlab-slideshow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-slideshow",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Lightweight presentations for JupyterLab",
55
"license": "BSD-3-Clause",
66
"author": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "jupyterlab-slideshow"
7-
version = "0.3.2"
7+
version = "0.3.3"
88
readme = "README.md"
99
classifiers = [
1010
"Framework :: Jupyter :: JupyterLab :: 3",

0 commit comments

Comments
 (0)