Skip to content

Commit 3a3b76c

Browse files
authored
Bump version to 0.3.2 (#26)
* Bump version to 0.3.2 * Update changelog
1 parent 378e1c0 commit 3a3b76c

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
## Changelog
22

3+
### `0.3.2`
4+
5+
- [#21](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/21) Get back to previous fragment when using shift+space
6+
- [#23](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/23) Fix CSS for Jupyterlab>4.1 and Notebook
7+
- [#24](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/24) Use toolbar registry for the deck button and move it to the right
8+
- [#22](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/22) Prevent dependabot from using yarn 4
9+
- [#1](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/1) Bump ws from 8.15.0 to 8.18.0
10+
- [#3](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/3) Bump ejs from 3.1.9 to 3.1.10
11+
- [#8](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/8) Bump braces from 3.0.2 to 3.0.3
12+
- [#14](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/14) Bump follow-redirects from 1.15.3 to 1.15.9
13+
314
### `0.3.1`
415

516
- [#16](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/16) Rename npm package

dodo.py

+2-2
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.0"
28-
VERSION = "0.3.1"
27+
OLD_VERSION = "0.3.1"
28+
VERSION = "0.3.2"
2929
JS_VERSION = (
3030
VERSION.replace("a", "-alpha.").replace("b", "-beta.").replace("rc", "-rc.")
3131
)

js/jupyterlab-slideshow/package.json

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

pyproject.toml

+1-1
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.1"
7+
version = "0.3.2"
88
readme = "README.md"
99
classifiers = [
1010
"Framework :: Jupyter :: JupyterLab :: 3",

0 commit comments

Comments
 (0)