File tree Expand file tree Collapse file tree 2 files changed +40
-25
lines changed Expand file tree Collapse file tree 2 files changed +40
-25
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<!-- <START NEW CHANGELOG ENTRY> -->
6
6
7
+ ## 5.10.4
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyter/nbformat/compare/v5.10.3...be5ff0a81d544238599b9df4fcefa19e235a8898 ) )
10
+
11
+ ### Maintenance and upkeep improvements
12
+
13
+ - Set all min deps [ #399 ] ( https://github.com/jupyter/nbformat/pull/399 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
14
+ - chore: update pre-commit hooks [ #398 ] ( https://github.com/jupyter/nbformat/pull/398 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
15
+
16
+ ### Contributors to this release
17
+
18
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/nbformat/graphs/contributors?from=2024-03-15&to=2024-04-04&type=c ) )
19
+
20
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Ablink1073+updated%3A2024-03-15..2024-04-04&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Apre-commit-ci+updated%3A2024-03-15..2024-04-04&type=Issues )
21
+
22
+ <!-- <END NEW CHANGELOG ENTRY> -->
23
+
7
24
## 5.10.3
8
25
9
26
([ Full Changelog] ( https://github.com/jupyter/nbformat/compare/v5.10.2...c17a251a1b1c5e2a7b9fe1fce866d4c110dd12eb ) )
18
35
19
36
[ @krassowski ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Akrassowski+updated%3A2024-03-12..2024-03-15&type=Issues )
20
37
21
- <!-- <END NEW CHANGELOG ENTRY> -->
22
-
23
38
## 5.10.2
24
39
25
40
([ Full Changelog] ( https://github.com/jupyter/nbformat/compare/v5.10.1...cf61c0ef37312e33efe3ca61ba1f13a4cb5ca901 ) )
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " nbformat-schema" ,
3
- "version" : " 5.10.3 " ,
4
- "description" : " JSON schemata for Jupyter notebook formats" ,
5
- "main" : " index.js" ,
6
- "files" : [
7
- " nbformat/v3/nbformat.v3.schema.json" ,
8
- " nbformat/v4/nbformat.v4.schema.json"
9
- ],
10
- "repository" : {
11
- "type" : " git" ,
12
- "url" : " git+https://github.com/jupyter/nbformat.git"
13
- },
14
- "keywords" : [
15
- " jupyter" ,
16
- " notebook" ,
17
- " json-schema"
18
- ],
19
- "author" : " Project Jupyter Contributors" ,
20
- "license" : " BSD-3-Clause" ,
21
- "bugs" : {
22
- "url" : " https://github.com/jupyter/nbformat/issues"
23
- },
24
- "homepage" : " https://nbformat.readthedocs.io"
2
+ "name" : " nbformat-schema" ,
3
+ "version" : " 5.10.4 " ,
4
+ "description" : " JSON schemata for Jupyter notebook formats" ,
5
+ "main" : " index.js" ,
6
+ "files" : [
7
+ " nbformat/v3/nbformat.v3.schema.json" ,
8
+ " nbformat/v4/nbformat.v4.schema.json"
9
+ ],
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/jupyter/nbformat.git"
13
+ },
14
+ "keywords" : [
15
+ " jupyter" ,
16
+ " notebook" ,
17
+ " json-schema"
18
+ ],
19
+ "author" : " Project Jupyter Contributors" ,
20
+ "license" : " BSD-3-Clause" ,
21
+ "bugs" : {
22
+ "url" : " https://github.com/jupyter/nbformat/issues"
23
+ },
24
+ "homepage" : " https://nbformat.readthedocs.io"
25
25
}
You can’t perform that action at this time.
0 commit comments