File tree Expand file tree Collapse file tree 12 files changed +364
-94
lines changed Expand file tree Collapse file tree 12 files changed +364
-94
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/jupytercad-root" ,
3
- "version" : " 3.0.0-rc.1 " ,
3
+ "version" : " 3.0.0" ,
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" : " 3.0.0-rc.1 " ,
3
+ "version" : " 3.0.0" ,
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/collaborative-drive" : " ^3.1.0-alpha.0" ,
40
40
"@jupyter/ydoc" : " ^3.0.0" ,
41
- "@jupytercad/occ-worker" : " ^3.0.0-rc.1 " ,
42
- "@jupytercad/schema" : " ^3.0.0-rc.1 " ,
41
+ "@jupytercad/occ-worker" : " ^3.0.0" ,
42
+ "@jupytercad/schema" : " ^3.0.0" ,
43
43
"@jupyterlab/application" : " ^4.0.0" ,
44
44
"@jupyterlab/apputils" : " ^4.0.0" ,
45
45
"@jupyterlab/completer" : " ^4.2.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/occ-worker" ,
3
- "version" : " 3.0.0-rc.1 " ,
3
+ "version" : " 3.0.0" ,
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" : " ^3.0.0-rc.1 " ,
40
- "@jupytercad/schema" : " ^3.0.0-rc.1 " ,
39
+ "@jupytercad/opencascade" : " ^3.0.0" ,
40
+ "@jupytercad/schema" : " ^3.0.0" ,
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" : " 3.0.0-rc.1 " ,
3
+ "version" : " 3.0.0" ,
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" : " 3.0.0-rc.1 " ,
3
+ "version" : " 3.0.0" ,
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__ = "3.0.0rc1 "
1
+ __version__ = "3.0.0 "
2
2
3
3
from jupytercad_lab import CadDocument # noqa
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ classifiers = [
19
19
" Programming Language :: Python :: 3.12" ,
20
20
]
21
21
dependencies = [
22
- " jupytercad_core==3.0.0rc1 " ,
23
- " jupytercad_lab==3.0.0rc1 " ,
24
- " jupytercad_app==3.0.0rc1 " ,
22
+ " jupytercad_core==3.0.0 " ,
23
+ " jupytercad_lab==3.0.0 " ,
24
+ " jupytercad_app==3.0.0 " ,
25
25
]
26
26
dynamic = [" version" ]
27
27
license = {file = " LICENSE" }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/jupytercad-app" ,
3
- "version" : " 3.0.0-rc.1 " ,
3
+ "version" : " 3.0.0" ,
4
4
"description" : " A JupyterLab standalone app for 3D modelling." ,
5
5
"keywords" : [
6
6
" jupyter" ,
55
55
"@jupyter/collaborative-drive" : " ^3.1.0-alpha.0" ,
56
56
"@jupyter/docprovider" : " ^3.1.0-alpha.0" ,
57
57
"@jupyter/ydoc" : " ^3.0.0" ,
58
- "@jupytercad/base" : " ^3.0.0-rc.1 " ,
59
- "@jupytercad/schema" : " ^3.0.0-rc.1 " ,
58
+ "@jupytercad/base" : " ^3.0.0" ,
59
+ "@jupytercad/schema" : " ^3.0.0" ,
60
60
"@jupyterlab/application" : " ^4.0.0" ,
61
61
"@jupyterlab/application-extension" : " ^4.0.0" ,
62
62
"@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" : " 3.0.0-rc.1 " ,
3
+ "version" : " 3.0.0" ,
4
4
"description" : " JupyterCad core extension" ,
5
5
"keywords" : [
6
6
" jupyter" ,
54
54
},
55
55
"dependencies" : {
56
56
"@jupyter/collaborative-drive" : " ^3.1.0-alpha.0" ,
57
- "@jupytercad/base" : " ^3.0.0-rc.1 " ,
58
- "@jupytercad/occ-worker" : " ^3.0.0-rc.1 " ,
59
- "@jupytercad/schema" : " ^3.0.0-rc.1 " ,
57
+ "@jupytercad/base" : " ^3.0.0" ,
58
+ "@jupytercad/occ-worker" : " ^3.0.0" ,
59
+ "@jupytercad/schema" : " ^3.0.0" ,
60
60
"@jupyterlab/application" : " ^4.0.0" ,
61
61
"@jupyterlab/apputils" : " ^4.0.0" ,
62
62
"@jupyterlab/docregistry" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments