File tree Expand file tree Collapse file tree 11 files changed +44
-40
lines changed Expand file tree Collapse file tree 11 files changed +44
-40
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,12 @@ pip install jupytercad-freecad
40
40
41
41
<!-- <START NEW CHANGELOG ENTRY> -->
42
42
43
+ ## 2.0.0a4
44
+
45
+ No merged PRs
46
+
47
+ <!-- <END NEW CHANGELOG ENTRY> -->
48
+
43
49
## 2.0.0a3
44
50
45
51
([ Full Changelog] ( https://github.com/jupytercad/jupytercad/compare/v2.0.0a2...b7f3443d2215c3d15a6b6a36f9513612819efd0c ) )
@@ -67,8 +73,6 @@ pip install jupytercad-freecad
67
73
68
74
[ @github-actions ] ( https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Agithub-actions+updated%3A2024-03-06..2024-04-10&type=Issues ) | [ @IsabelParedes ] ( https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3AIsabelParedes+updated%3A2024-03-06..2024-04-10&type=Issues ) | [ @martinRenou ] ( https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3AmartinRenou+updated%3A2024-03-06..2024-04-10&type=Issues ) | [ @trungleduc ] ( https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Atrungleduc+updated%3A2024-03-06..2024-04-10&type=Issues )
69
75
70
- <!-- <END NEW CHANGELOG ENTRY> -->
71
-
72
76
## 2.0.0a2
73
77
74
78
([ Full Changelog] ( https://github.com/jupytercad/jupytercad/compare/v2.0.0a1...5151f6d7bbb1a89ecf197c1587a4e4ce2c54c091 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/jupytercad-root" ,
3
- "version" : " 2.0.0-alpha.3 " ,
3
+ "version" : " 2.0.0-alpha.4 " ,
4
4
"private" : true ,
5
5
"homepage" : " https://github.com/jupytercad/jupytercad" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/base" ,
3
- "version" : " 2.0.0-alpha.3 " ,
3
+ "version" : " 2.0.0-alpha.4 " ,
4
4
"description" : " A JupyterLab extension for 3D modelling." ,
5
5
"keywords" : [
6
6
" jupyter" ,
38
38
"@deathbeds/jupyterlab-rjsf" : " ^1.1.0" ,
39
39
"@jupyter/docprovider" : " ^2.0.0" ,
40
40
"@jupyter/ydoc" : " ^1.0.0" ,
41
- "@jupytercad/occ-worker" : " ^2.0.0-alpha.3 " ,
42
- "@jupytercad/schema" : " ^2.0.0-alpha.3 " ,
41
+ "@jupytercad/occ-worker" : " ^2.0.0-alpha.4 " ,
42
+ "@jupytercad/schema" : " ^2.0.0-alpha.4 " ,
43
43
"@jupyterlab/application" : " ^4.0.0" ,
44
44
"@jupyterlab/apputils" : " ^4.0.0" ,
45
45
"@jupyterlab/coreutils" : " ^6.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/occ-worker" ,
3
- "version" : " 2.0.0-alpha.3 " ,
3
+ "version" : " 2.0.0-alpha.4 " ,
4
4
"description" : " Jupytercad opencascade worker package." ,
5
5
"keywords" : [
6
6
" jupytercad"
36
36
"watch" : " tsc-watch --onSuccess \" webpack --config worker.webpack.config.js --mode=development\" "
37
37
},
38
38
"dependencies" : {
39
- "@jupytercad/opencascade" : " ^2.0.0-alpha.3 " ,
40
- "@jupytercad/schema" : " ^2.0.0-alpha.3 " ,
39
+ "@jupytercad/opencascade" : " ^2.0.0-alpha.4 " ,
40
+ "@jupytercad/schema" : " ^2.0.0-alpha.4 " ,
41
41
"@lumino/coreutils" : " ^2.0.0" ,
42
42
"uuid" : " ^8.3.2"
43
43
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/opencascade" ,
3
- "version" : " 2.0.0-alpha.3 " ,
3
+ "version" : " 2.0.0-alpha.4 " ,
4
4
"description" : " The custom OpenCascade build for JupyterCAD." ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/schema" ,
3
- "version" : " 2.0.0-alpha.3 " ,
3
+ "version" : " 2.0.0-alpha.4 " ,
4
4
"description" : " A Jupytercad schema package." ,
5
5
"keywords" : [
6
6
" jupytercad"
Original file line number Diff line number Diff line change 1
- __version__ = "2.0.0a3 "
1
+ __version__ = "2.0.0a4 "
2
2
3
3
from jupytercad_lab import CadDocument # noqa
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/jupytercad-app" ,
3
- "version" : " 2.0.0-alpha.3 " ,
3
+ "version" : " 2.0.0-alpha.4 " ,
4
4
"description" : " A JupyterLab standalone app for 3D modelling." ,
5
5
"keywords" : [
6
6
" jupyter" ,
54
54
"@jupyter/collaboration" : " ^2.0.0" ,
55
55
"@jupyter/docprovider" : " ^2.0.0" ,
56
56
"@jupyter/ydoc" : " ^0.3.4 || ^1.0.2" ,
57
- "@jupytercad/base" : " ^2.0.0-alpha.3 " ,
58
- "@jupytercad/schema" : " ^2.0.0-alpha.3 " ,
57
+ "@jupytercad/base" : " ^2.0.0-alpha.4 " ,
58
+ "@jupytercad/schema" : " ^2.0.0-alpha.4 " ,
59
59
"@jupyterlab/application" : " ^4.0.0" ,
60
60
"@jupyterlab/application-extension" : " ^4.0.0" ,
61
61
"@jupyterlab/apputils" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/jupytercad-core" ,
3
- "version" : " 2.0.0-alpha.3 " ,
3
+ "version" : " 2.0.0-alpha.4 " ,
4
4
"description" : " JupyterCad core extension" ,
5
5
"keywords" : [
6
6
" jupyter" ,
54
54
},
55
55
"dependencies" : {
56
56
"@jupyter/docprovider" : " ^2.0.0" ,
57
- "@jupytercad/base" : " ^2.0.0-alpha.3 " ,
58
- "@jupytercad/occ-worker" : " ^2.0.0-alpha.3 " ,
59
- "@jupytercad/schema" : " ^2.0.0-alpha.3 " ,
57
+ "@jupytercad/base" : " ^2.0.0-alpha.4 " ,
58
+ "@jupytercad/occ-worker" : " ^2.0.0-alpha.4 " ,
59
+ "@jupytercad/schema" : " ^2.0.0-alpha.4 " ,
60
60
"@jupyterlab/application" : " ^4.0.0" ,
61
61
"@jupyterlab/apputils" : " ^4.0.0" ,
62
62
"@jupyterlab/docregistry" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/jupytercad-lab" ,
3
- "version" : " 2.0.0-alpha.3 " ,
3
+ "version" : " 2.0.0-alpha.4 " ,
4
4
"description" : " JupyterCad Lab extension." ,
5
5
"keywords" : [
6
6
" jupyter" ,
52
52
},
53
53
"dependencies" : {
54
54
"@jupyter/docprovider" : " ^2.0.0" ,
55
- "@jupytercad/base" : " ^2.0.0-alpha.3 " ,
56
- "@jupytercad/jupytercad-core" : " ^2.0.0-alpha.3 " ,
57
- "@jupytercad/schema" : " ^2.0.0-alpha.3 " ,
55
+ "@jupytercad/base" : " ^2.0.0-alpha.4 " ,
56
+ "@jupytercad/jupytercad-core" : " ^2.0.0-alpha.4 " ,
57
+ "@jupytercad/schema" : " ^2.0.0-alpha.4 " ,
58
58
"@jupyterlab/application" : " ^4.0.0" ,
59
59
"@jupyterlab/apputils" : " ^4.0.0" ,
60
60
"@jupyterlab/coreutils" : " ^6.0.0" ,
You can’t perform that action at this time.
0 commit comments