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

Lines changed: 17 additions & 2 deletions
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

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.1.1",
3+
"version": "3.1.2",
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.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

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.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

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.1.1",
3+
"version": "3.1.2",
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.1.1",
3+
"version": "3.1.2",
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.1.1"
1+
__version__ = "3.1.2"
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.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

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.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

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.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",

0 commit comments

Comments
 (0)