Skip to content

Commit c7ee584

Browse files
committed
Publish 2.3.0
SHA256 hashes: jupyterlab-myst-2.3.0.tgz: 0af69046c24e37060c555979f4f8442cc200dba02cc540124c4817f8e27e0e73 jupyterlab_myst-2.3.0-py3-none-any.whl: 74d814ddf81936aa4e87491f0e78193c0450d648fc5717bcc072a4af295bd3f2 jupyterlab_myst-2.3.0.tar.gz: 935ae362c6d2969ae5ada09427692553f7cb926fd74c298ef203b7992f32de24
1 parent b0191ba commit c7ee584

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

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

5+
## 2.3.0
6+
7+
([Full Changelog](https://github.com/executablebooks/jupyterlab-myst/compare/v2.1.0...b0191baacaefacded0f60679c0e6a596c7fd4377))
8+
9+
### Enhancements made
10+
11+
- ENH: update theme [#215](https://github.com/executablebooks/jupyterlab-myst/pull/215) ([@agoose77](https://github.com/agoose77))
12+
13+
### Bugs fixed
14+
15+
- FIX: line number is now human-readable (1 indexed) [#202](https://github.com/executablebooks/jupyterlab-myst/pull/202) ([@agoose77](https://github.com/agoose77))
16+
17+
### Maintenance and upkeep improvements
18+
19+
- MAINT: reorganise extension files [#214](https://github.com/executablebooks/jupyterlab-myst/pull/214) ([@agoose77](https://github.com/agoose77))
20+
- MAINT: update playwright snapshots [#212](https://github.com/executablebooks/jupyterlab-myst/pull/212) ([@agoose77](https://github.com/agoose77))
21+
- MAINT: update playwright snapshots [#211](https://github.com/executablebooks/jupyterlab-myst/pull/211) ([@agoose77](https://github.com/agoose77))
22+
- MAINT: update lockfile for node18 [#210](https://github.com/executablebooks/jupyterlab-myst/pull/210) ([@agoose77](https://github.com/agoose77))
23+
- MAINT: rebuild lockfiles [#205](https://github.com/executablebooks/jupyterlab-myst/pull/205) ([@agoose77](https://github.com/agoose77))
24+
- MAINT: update with copier [#203](https://github.com/executablebooks/jupyterlab-myst/pull/203) ([@agoose77](https://github.com/agoose77))
25+
26+
### Contributors to this release
27+
28+
([GitHub contributors page for this release](https://github.com/executablebooks/jupyterlab-myst/graphs/contributors?from=2023-10-09&to=2024-02-15&type=c))
29+
30+
[@agoose77](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Aagoose77+updated%3A2023-10-09..2024-02-15&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Agithub-actions+updated%3A2023-10-09..2024-02-15&type=Issues) | [@rowanc1](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Arowanc1+updated%3A2023-10-09..2024-02-15&type=Issues)
31+
32+
<!-- <END NEW CHANGELOG ENTRY> -->
33+
534
## 2.1.0
635

736
([Full Changelog](https://github.com/executablebooks/jupyterlab-myst/compare/v2.0.2...6f7c8d875ebf197fa2fb98f7539540059e568773))
@@ -33,8 +62,6 @@
3362

3463
[@agoose77](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Aagoose77+updated%3A2023-08-29..2023-10-09&type=Issues) | [@fwkoch](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Afwkoch+updated%3A2023-08-29..2023-10-09&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Agithub-actions+updated%3A2023-08-29..2023-10-09&type=Issues) | [@nthiery](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Anthiery+updated%3A2023-08-29..2023-10-09&type=Issues) | [@rowanc1](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Arowanc1+updated%3A2023-08-29..2023-10-09&type=Issues) | [@stevejpurves](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Astevejpurves+updated%3A2023-08-29..2023-10-09&type=Issues)
3564

36-
<!-- <END NEW CHANGELOG ENTRY> -->
37-
3865
## 2.0.3rc1
3966

4067
([Full Changelog](https://github.com/executablebooks/jupyterlab-myst/compare/v2.0.2...dd8f62f6cba4e64bc846763bbb9e0d9feacd50b4))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-myst",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Use MyST in JupyterLab",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)