Skip to content

Commit f30614b

Browse files
committed
Publish 3.1.2
SHA256 hashes: jupytercad-3.1.2-py3-none-any.whl: 1db2a3f681e531ae8e0a5c733b5cd59dfe3710db82314866b6886ba705527225 jupytercad-3.1.2.tar.gz: cfa1a5882385a078e2c875680b3a7acb3da0e1010dbd63c14a157c52a7ffed29 jupytercad-base-3.1.2.tgz: dcb0604ad8d66c44e516be9c2e200dd6b884d60a1ebcd60e3c0425a01df42674 jupytercad-jupytercad-app-3.1.2.tgz: 60cb60469bc46dd31d279a4d961facc01f1eaa1276bc62b018d76e4bd5efeeaf jupytercad-jupytercad-core-3.1.2.tgz: df62324ee8c16af294f10342b7e7c76968376887d104ad15366a1fb4042e01b9 jupytercad-jupytercad-lab-3.1.2.tgz: 10d48faac90f4f3d101af0da7507e6bbeb2f32efab4699fec7b5e683285acee1 jupytercad-occ-worker-3.1.2.tgz: dc49fa10cd6a8aac0a3bd85d1029b121f5669ae1961496c04020c880fa0955dd jupytercad-opencascade-3.1.2.tgz: 0ef9e809c537f04ac42bcbdb98b826944dde7f1e0de5527c02ef11e3dddbe348 jupytercad-schema-3.1.2.tgz: 18d66618d66776591885d00b292ea097926a7b4988a0dee57dfa27e311fc1739 jupytercad_app-3.1.2-py3-none-any.whl: 6da29e34df2c313fb376e58ceb47cdd57b786d9b611dc584d8ab0753882e971a jupytercad_app-3.1.2.tar.gz: fe3fb9528034aa5d7ac3d713fec978aa5e664561ec70733871070ada2d86ef5e jupytercad_core-3.1.2-py3-none-any.whl: 0d7461948670edd365aeb33c2dd32ba5b1ef281fc28b5ff73e5a8f0212624f85 jupytercad_core-3.1.2.tar.gz: e8b94490496c7eb9eb3f5d51a68c49733ddc19d259fb039da575d13228ee55df jupytercad_lab-3.1.2-py3-none-any.whl: e911f5e985f9824924f9196224909dd87d16691ecc51020fc444ce349127baa3 jupytercad_lab-3.1.2.tar.gz: 93907d8b5d9a0de3ec48d4727391421023e6a976d8f482d7b18131580b8da152 jupytercad_lite-3.1.2-py3-none-any.whl: c7672fce80c6bcbb94195fcc460c5fd70d00fd7d1fbdc0771d1d5ab304450b94 jupytercad_lite-3.1.2.tar.gz: 309fca125667d347604521b3d696b4ffd89c6259754afee7c3686984f4e80ab8
1 parent 0745ab0 commit f30614b

File tree

14 files changed

+67
-52
lines changed

14 files changed

+67
-52
lines changed

CHANGELOG.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,23 @@ pip install jupytercad-freecad
4040

4141
<!-- <START NEW CHANGELOG ENTRY> -->
4242

43+
## 3.1.2
44+
45+
([Full Changelog](https://github.com/jupytercad/JupyterCAD/compare/@jupytercad/[email protected]))
46+
47+
### Bugs fixed
48+
49+
- Pin docprovider [#705](https://github.com/jupytercad/JupyterCAD/pull/705) ([@martinRenou](https://github.com/martinRenou))
50+
- Fix breaking change introduced in 3.1.0 [#703](https://github.com/jupytercad/JupyterCAD/pull/703) ([@martinRenou](https://github.com/martinRenou))
51+
52+
### Contributors to this release
53+
54+
([GitHub contributors page for this release](https://github.com/jupytercad/JupyterCAD/graphs/contributors?from=2025-04-07&to=2025-04-08&type=c))
55+
56+
[@github-actions](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Agithub-actions+updated%3A2025-04-07..2025-04-08&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3AmartinRenou+updated%3A2025-04-07..2025-04-08&type=Issues)
57+
58+
<!-- <END NEW CHANGELOG ENTRY> -->
59+
4360
## 3.1.1
4461

4562
([Full Changelog](https://github.com/jupytercad/JupyterCAD/compare/@jupytercad/[email protected]))
@@ -54,8 +71,6 @@ pip install jupytercad-freecad
5471

5572
[@github-actions](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Agithub-actions+updated%3A2025-03-06..2025-04-07&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3AmartinRenou+updated%3A2025-03-06..2025-04-07&type=Issues)
5673

57-
<!-- <END NEW CHANGELOG ENTRY> -->
58-
5974
## 3.1.0
6075

6176
([Full Changelog](https://github.com/jupytercad/JupyterCAD/compare/@jupytercad/[email protected]))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/jupytercad-root",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"private": true,
55
"homepage": "https://github.com/jupytercad/JupyterCAD",
66
"repository": {

packages/base/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/base",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "A JupyterLab extension for 3D modelling.",
55
"keywords": [
66
"jupyter",
@@ -37,8 +37,8 @@
3737
"dependencies": {
3838
"@jupyter/collaborative-drive": "^3.1.0",
3939
"@jupyter/ydoc": "^3.0.0",
40-
"@jupytercad/occ-worker": "^3.1.1",
41-
"@jupytercad/schema": "^3.1.1",
40+
"@jupytercad/occ-worker": "^3.1.2",
41+
"@jupytercad/schema": "^3.1.2",
4242
"@jupyterlab/application": "^4.0.0",
4343
"@jupyterlab/apputils": "^4.0.0",
4444
"@jupyterlab/completer": "^4.2.4",

packages/occ-worker/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/occ-worker",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
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.1.1",
40-
"@jupytercad/schema": "^3.1.1",
39+
"@jupytercad/opencascade": "^3.1.2",
40+
"@jupytercad/schema": "^3.1.2",
4141
"@lumino/coreutils": "^2.0.0",
4242
"uuid": "^8.3.2"
4343
},

packages/opencascade/package.json

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

packages/schema/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/schema",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "A Jupytercad schema package.",
55
"keywords": [
66
"jupytercad"
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "3.1.1"
1+
__version__ = "3.1.2"
22

33
from jupytercad_lab import CadDocument # noqa

python/jupytercad/pyproject.toml

+3-3
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.1.1",
23-
"jupytercad_lab==3.1.1",
24-
"jupytercad_app==3.1.1",
22+
"jupytercad_core==3.1.2",
23+
"jupytercad_lab==3.1.2",
24+
"jupytercad_app==3.1.2",
2525
"jupyter-collaboration>=3,<4",
2626
"jupyter-docprovider>=1,<2",
2727
"jupyter-server-ydoc>=1,<2",

python/jupytercad_app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/jupytercad-app",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
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.1.1",
59-
"@jupytercad/schema": "^3.1.1",
58+
"@jupytercad/base": "^3.1.2",
59+
"@jupytercad/schema": "^3.1.2",
6060
"@jupyterlab/application": "^4.0.0",
6161
"@jupyterlab/application-extension": "^4.0.0",
6262
"@jupyterlab/apputils": "^4.0.0",

python/jupytercad_core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/jupytercad-core",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
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.1.1",
58-
"@jupytercad/occ-worker": "^3.1.1",
59-
"@jupytercad/schema": "^3.1.1",
57+
"@jupytercad/base": "^3.1.2",
58+
"@jupytercad/occ-worker": "^3.1.2",
59+
"@jupytercad/schema": "^3.1.2",
6060
"@jupyterlab/application": "^4.0.0",
6161
"@jupyterlab/apputils": "^4.0.0",
6262
"@jupyterlab/docregistry": "^4.0.0",

python/jupytercad_lab/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/jupytercad-lab",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "JupyterCad Lab extension.",
55
"keywords": [
66
"jupyter",
@@ -52,9 +52,9 @@
5252
},
5353
"dependencies": {
5454
"@jupyter/collaborative-drive": "^3.1.0-alpha.0",
55-
"@jupytercad/base": "^3.1.1",
56-
"@jupytercad/jupytercad-core": "^3.1.1",
57-
"@jupytercad/schema": "^3.1.1",
55+
"@jupytercad/base": "^3.1.2",
56+
"@jupytercad/jupytercad-core": "^3.1.2",
57+
"@jupytercad/schema": "^3.1.2",
5858
"@jupyterlab/application": "^4.0.0",
5959
"@jupyterlab/apputils": "^4.0.0",
6060
"@jupyterlab/coreutils": "^6.0.0",
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "3.1.1"
1+
__version__ = "3.1.2"
22

33
from jupytercad_lab import CadDocument # noqa

python/jupytercad_lite/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ classifiers = [
1919
"Programming Language :: Python :: 3.12",
2020
]
2121
dependencies = [
22-
"jupytercad_core==3.1.1",
23-
"jupytercad_lab==3.1.1",
22+
"jupytercad_core==3.1.2",
23+
"jupytercad_lab==3.1.2",
2424
"my-jupyter-shared-drive",
2525
]
2626
dynamic = ["version"]

yarn.lock

+23-23
Original file line numberDiff line numberDiff line change
@@ -759,15 +759,15 @@ __metadata:
759759
languageName: node
760760
linkType: hard
761761

762-
"@jupytercad/base@^3.1.1, @jupytercad/base@workspace:packages/base":
762+
"@jupytercad/base@^3.1.2, @jupytercad/base@workspace:packages/base":
763763
version: 0.0.0-use.local
764764
resolution: "@jupytercad/base@workspace:packages/base"
765765
dependencies:
766766
"@apidevtools/json-schema-ref-parser": ^9.0.9
767767
"@jupyter/collaborative-drive": ^3.1.0
768768
"@jupyter/ydoc": ^3.0.0
769-
"@jupytercad/occ-worker": ^3.1.1
770-
"@jupytercad/schema": ^3.1.1
769+
"@jupytercad/occ-worker": ^3.1.2
770+
"@jupytercad/schema": ^3.1.2
771771
"@jupyterlab/application": ^4.0.0
772772
"@jupyterlab/apputils": ^4.0.0
773773
"@jupyterlab/completer": ^4.2.4
@@ -811,8 +811,8 @@ __metadata:
811811
"@jupyter/collaborative-drive": ^3.1.0-alpha.0
812812
"@jupyter/docprovider": ^3.1.0-alpha.0
813813
"@jupyter/ydoc": ^3.0.0
814-
"@jupytercad/base": ^3.1.1
815-
"@jupytercad/schema": ^3.1.1
814+
"@jupytercad/base": ^3.1.2
815+
"@jupytercad/schema": ^3.1.2
816816
"@jupyterlab/application": ^4.0.0
817817
"@jupyterlab/application-extension": ^4.0.0
818818
"@jupyterlab/apputils": ^4.0.0
@@ -874,14 +874,14 @@ __metadata:
874874
languageName: unknown
875875
linkType: soft
876876

877-
"@jupytercad/jupytercad-core@^3.1.1, @jupytercad/jupytercad-core@workspace:python/jupytercad_core":
877+
"@jupytercad/jupytercad-core@^3.1.2, @jupytercad/jupytercad-core@workspace:python/jupytercad_core":
878878
version: 0.0.0-use.local
879879
resolution: "@jupytercad/jupytercad-core@workspace:python/jupytercad_core"
880880
dependencies:
881881
"@jupyter/collaborative-drive": ^3.1.0-alpha.0
882-
"@jupytercad/base": ^3.1.1
883-
"@jupytercad/occ-worker": ^3.1.1
884-
"@jupytercad/schema": ^3.1.1
882+
"@jupytercad/base": ^3.1.2
883+
"@jupytercad/occ-worker": ^3.1.2
884+
"@jupytercad/schema": ^3.1.2
885885
"@jupyterlab/application": ^4.0.0
886886
"@jupyterlab/apputils": ^4.0.0
887887
"@jupyterlab/builder": ^4.0.0
@@ -914,9 +914,9 @@ __metadata:
914914
resolution: "@jupytercad/jupytercad-lab@workspace:python/jupytercad_lab"
915915
dependencies:
916916
"@jupyter/collaborative-drive": ^3.1.0-alpha.0
917-
"@jupytercad/base": ^3.1.1
918-
"@jupytercad/jupytercad-core": ^3.1.1
919-
"@jupytercad/schema": ^3.1.1
917+
"@jupytercad/base": ^3.1.2
918+
"@jupytercad/jupytercad-core": ^3.1.2
919+
"@jupytercad/schema": ^3.1.2
920920
"@jupyterlab/application": ^4.0.0
921921
"@jupyterlab/apputils": ^4.0.0
922922
"@jupyterlab/builder": ^4.0.0
@@ -966,12 +966,12 @@ __metadata:
966966
languageName: unknown
967967
linkType: soft
968968

969-
"@jupytercad/occ-worker@^3.1.1, @jupytercad/occ-worker@workspace:packages/occ-worker":
969+
"@jupytercad/occ-worker@^3.1.2, @jupytercad/occ-worker@workspace:packages/occ-worker":
970970
version: 0.0.0-use.local
971971
resolution: "@jupytercad/occ-worker@workspace:packages/occ-worker"
972972
dependencies:
973-
"@jupytercad/opencascade": ^3.1.1
974-
"@jupytercad/schema": ^3.1.1
973+
"@jupytercad/opencascade": ^3.1.2
974+
"@jupytercad/schema": ^3.1.2
975975
"@lumino/coreutils": ^2.0.0
976976
"@types/node": ^18.15.11
977977
copy-webpack-plugin: ^10.0.0
@@ -987,7 +987,7 @@ __metadata:
987987
languageName: unknown
988988
linkType: soft
989989

990-
"@jupytercad/opencascade@^3.1.1, @jupytercad/opencascade@workspace:packages/opencascade":
990+
"@jupytercad/opencascade@^3.1.2, @jupytercad/opencascade@workspace:packages/opencascade":
991991
version: 0.0.0-use.local
992992
resolution: "@jupytercad/opencascade@workspace:packages/opencascade"
993993
dependencies:
@@ -999,7 +999,7 @@ __metadata:
999999
languageName: unknown
10001000
linkType: soft
10011001

1002-
"@jupytercad/schema@^3.1.1, @jupytercad/schema@workspace:packages/schema":
1002+
"@jupytercad/schema@^3.1.2, @jupytercad/schema@workspace:packages/schema":
10031003
version: 0.0.0-use.local
10041004
resolution: "@jupytercad/schema@workspace:packages/schema"
10051005
dependencies:
@@ -5392,9 +5392,9 @@ __metadata:
53925392
linkType: hard
53935393

53945394
"electron-to-chromium@npm:^1.5.73":
5395-
version: 1.5.132
5396-
resolution: "electron-to-chromium@npm:1.5.132"
5397-
checksum: 299712fad9aa48f25c73965f76086465b2719743cf32f9826ca6b755b0207a03c3ea07af2c9d3d3fb306a79b9866494c96c7f438779dd8c88af2e64654253cf1
5395+
version: 1.5.134
5396+
resolution: "electron-to-chromium@npm:1.5.134"
5397+
checksum: 07e29b36c4ffa8dcdbfd089af9610e8e99617ae04ca718f355d3d057114197de33a560efbc9573d56cb427ad05f79888827b3bb4da569cbab202d31af5159dab
53985398
languageName: node
53995399
linkType: hard
54005400

@@ -12608,8 +12608,8 @@ __metadata:
1260812608
linkType: hard
1260912609

1261012610
"webpack@npm:^5.76.1, webpack@npm:^5.76.3, webpack@npm:^5.77.0":
12611-
version: 5.98.0
12612-
resolution: "webpack@npm:5.98.0"
12611+
version: 5.99.1
12612+
resolution: "webpack@npm:5.99.1"
1261312613
dependencies:
1261412614
"@types/eslint-scope": ^3.7.7
1261512615
"@types/estree": ^1.0.6
@@ -12639,7 +12639,7 @@ __metadata:
1263912639
optional: true
1264012640
bin:
1264112641
webpack: bin/webpack.js
12642-
checksum: 0de353c694bc4d5af810e4f4d4fd356271b21b2253583a9f618416b5fcbaf8db5a5487c12cc1379778d2a07d56382293334153af6e2ce59ded59488f08015fd1
12642+
checksum: 69f02093ce21becc9c3b37f6fab554e7fed9137f6cbb589615377fd6ddcfd435022911d07785f6ec7cf16739294c9d0ceb5e689ac6c8d9cf5be24f23cafd607d
1264312643
languageName: node
1264412644
linkType: hard
1264512645

0 commit comments

Comments
 (0)