Skip to content

Commit fc9d377

Browse files
committed
Publish 3.0.0
SHA256 hashes: jupytercad-3.0.0-py3-none-any.whl: b58b0a4529da2d26bbdef1c0d47d5c37b1907646fe4e61d937d8a6e1364a44d1 jupytercad-3.0.0.tar.gz: 51eb2748cb0e64740dbab8679afd1f1056a6a72fbc042f9b677ce62651bbd88a jupytercad-base-3.0.0.tgz: b8f24f1f7c15feea452519a1fc321bb3dad0451ed3d2fc62ec1674ed552b742c jupytercad-jupytercad-app-3.0.0.tgz: 3bdb0076e14a77799ab9646783b885a975cd6908c0f99c1171a9429ed8c34246 jupytercad-jupytercad-core-3.0.0.tgz: 2d37491d9cf7e306a8a68a61ec9832fd9c91d6d7b17c76de252a04990c8fb92e jupytercad-jupytercad-lab-3.0.0.tgz: e1f5d50ebf1c6091af6cfd84769b6eb40bf27fc8a111d4e6ef5db5bd8915b6ea jupytercad-occ-worker-3.0.0.tgz: 50210399ae9dd24d3b3cb061f1eb727c0bd460f5ae9c270b42b4caeb4a99a25e jupytercad-opencascade-3.0.0.tgz: 72e74f7292ca69b1ac304236aa30f8eabe5c8acc2f6bb66e3a2f7dac9bfc8743 jupytercad-schema-3.0.0.tgz: 34e69d8d4bf73ff831df4db4e3e840a29124dc8ec861cddfc2f4f95f44b1fb06 jupytercad_app-3.0.0-py3-none-any.whl: 1b39855949f6f3381422a73730a4973543b479d6e795ad4ce4eca9ca151c7279 jupytercad_app-3.0.0.tar.gz: f710b6fab8f37ecceef4a3c166a625a132578b356d84c841df1adfb0aaa5c24a jupytercad_core-3.0.0-py3-none-any.whl: 26a8412e49dfcd3120b2d3b8f2fae616183db64793cdade7d78187fede0da024 jupytercad_core-3.0.0.tar.gz: 6efe690b6cd26bfaccb99fca8df83cd69b78d1fe4857f527aa98c8fea5e303d3 jupytercad_lab-3.0.0-py3-none-any.whl: 5e136db08422b76396a9936c353d3708cf6f12879d9a56fa82dc0d3ce8c9d73d jupytercad_lab-3.0.0.tar.gz: cf0fcf0144110badc0f89426bbc608186ae7fc6666f52fd23225002def336839
1 parent 84e8161 commit fc9d377

File tree

12 files changed

+364
-94
lines changed

12 files changed

+364
-94
lines changed

CHANGELOG.md

Lines changed: 208 additions & 2 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/jupytercad-root",
3-
"version": "3.0.0-rc.1",
3+
"version": "3.0.0",
44
"private": true,
55
"homepage": "https://github.com/jupytercad/JupyterCAD",
66
"repository": {

packages/base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/base",
3-
"version": "3.0.0-rc.1",
3+
"version": "3.0.0",
44
"description": "A JupyterLab extension for 3D modelling.",
55
"keywords": [
66
"jupyter",
@@ -38,8 +38,8 @@
3838
"@deathbeds/jupyterlab-rjsf": "^1.1.0",
3939
"@jupyter/collaborative-drive": "^3.1.0-alpha.0",
4040
"@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",
4343
"@jupyterlab/application": "^4.0.0",
4444
"@jupyterlab/apputils": "^4.0.0",
4545
"@jupyterlab/completer": "^4.2.4",

packages/occ-worker/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/occ-worker",
3-
"version": "3.0.0-rc.1",
3+
"version": "3.0.0",
44
"description": "Jupytercad opencascade worker package.",
55
"keywords": [
66
"jupytercad"
@@ -36,8 +36,8 @@
3636
"watch": "tsc-watch --onSuccess \"webpack --config worker.webpack.config.js --mode=development\""
3737
},
3838
"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",
4141
"@lumino/coreutils": "^2.0.0",
4242
"uuid": "^8.3.2"
4343
},

packages/opencascade/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/opencascade",
3-
"version": "3.0.0-rc.1",
3+
"version": "3.0.0",
44
"description": "The custom OpenCascade build for JupyterCAD.",
55
"keywords": [
66
"jupyter",

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/schema",
3-
"version": "3.0.0-rc.1",
3+
"version": "3.0.0",
44
"description": "A Jupytercad schema package.",
55
"keywords": [
66
"jupytercad"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "3.0.0rc1"
1+
__version__ = "3.0.0"
22

33
from jupytercad_lab import CadDocument # noqa

python/jupytercad/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ classifiers = [
1919
"Programming Language :: Python :: 3.12",
2020
]
2121
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",
2525
]
2626
dynamic = ["version"]
2727
license = {file = "LICENSE"}

python/jupytercad_app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/jupytercad-app",
3-
"version": "3.0.0-rc.1",
3+
"version": "3.0.0",
44
"description": "A JupyterLab standalone app for 3D modelling.",
55
"keywords": [
66
"jupyter",
@@ -55,8 +55,8 @@
5555
"@jupyter/collaborative-drive": "^3.1.0-alpha.0",
5656
"@jupyter/docprovider": "^3.1.0-alpha.0",
5757
"@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",
6060
"@jupyterlab/application": "^4.0.0",
6161
"@jupyterlab/application-extension": "^4.0.0",
6262
"@jupyterlab/apputils": "^4.0.0",

python/jupytercad_core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/jupytercad-core",
3-
"version": "3.0.0-rc.1",
3+
"version": "3.0.0",
44
"description": "JupyterCad core extension",
55
"keywords": [
66
"jupyter",
@@ -54,9 +54,9 @@
5454
},
5555
"dependencies": {
5656
"@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",
6060
"@jupyterlab/application": "^4.0.0",
6161
"@jupyterlab/apputils": "^4.0.0",
6262
"@jupyterlab/docregistry": "^4.0.0",

0 commit comments

Comments
 (0)