Skip to content

Commit 16a21e5

Browse files
committed
Publish 2.0.0a8
SHA256 hashes: jupytercad-2.0.0a8-py3-none-any.whl: 6ae2a91693702f584052ae9351dbd4a3d4bc86923435d9bcbc1098eff3f4a142 jupytercad-2.0.0a8.tar.gz: 987914c973be6da126ea9298bfd29a5b3f8980f5e944c995311642cf897576ec jupytercad-base-2.0.0-alpha.8.tgz: 8e7cb857ad2c9fe72d78452410eccefc830895f1be3f553304e88647d29367f3 jupytercad-jupytercad-app-2.0.0-alpha.8.tgz: 93d76029d749356bc4fae7bfc99b35e2e24e8d3f15a892de11046141a52c4e34 jupytercad-jupytercad-core-2.0.0-alpha.8.tgz: 916cdfff1610606e6d4bfa55060ebd03da9bd2ac2e75644f87afc21484917aa7 jupytercad-jupytercad-lab-2.0.0-alpha.8.tgz: 234286044d963583695033565f7b25567393fe40e41a50cb0735470d3fdac810 jupytercad-occ-worker-2.0.0-alpha.8.tgz: b89ef1748f3fc2221ab93c305eed942ecc5291e2c9a6f4a90b4d14f2c40c4f9f jupytercad-opencascade-2.0.0-alpha.8.tgz: 30892fb70b8879ff902c602d4d7038beeb984a3fc7784d59c21a4fc5320bac61 jupytercad-schema-2.0.0-alpha.8.tgz: 4114572c8165465f48f433fd5196077b31d8b8064a63582e9a45daab2b8c40a9 jupytercad_app-2.0.0a8-py3-none-any.whl: e4d2f2b456b5bcd23a293f35e459271c9fa94199e1b3fc7b930ba7cdccbae632 jupytercad_app-2.0.0a8.tar.gz: 24455c7666cb854b860bac83411f9f628cbcc535492374333387a955e4529b32 jupytercad_core-2.0.0a8-py3-none-any.whl: f8554150f7c1570090bb75d8ae7653235216eff334d7f46ea5e4555f1ee6a2fa jupytercad_core-2.0.0a8.tar.gz: e4d52060691bd8bd3569bef1ffb454860e80f0d7adc629d5724ded5506019a18 jupytercad_lab-2.0.0a8-py3-none-any.whl: e88adc7fbe1dc905944e41ed3c38f054c822fe3f07fc4cc1d691d2864e9d8156 jupytercad_lab-2.0.0a8.tar.gz: 9e0db419eed3e2173e41881857611ad8fc40923ff05cd7160016529496c01e69
1 parent 2fbd72a commit 16a21e5

File tree

11 files changed

+732
-662
lines changed

11 files changed

+732
-662
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,26 @@ pip install jupytercad-freecad
4040

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

43+
## 2.0.0a8
44+
45+
([Full Changelog](https://github.com/jupytercad/jupytercad/compare/v2.0.0a7...2fbd72a5a55b0e69aa43de28dd4bf2f084c9884d))
46+
47+
### Enhancements made
48+
49+
- Update jcad exporting mechanism [#355](https://github.com/jupytercad/jupytercad/pull/355) ([@trungleduc](https://github.com/trungleduc))
50+
51+
### Bugs fixed
52+
53+
- Fix wrong emitter id of select object action [#354](https://github.com/jupytercad/jupytercad/pull/354) ([@trungleduc](https://github.com/trungleduc))
54+
55+
### Contributors to this release
56+
57+
([GitHub contributors page for this release](https://github.com/jupytercad/jupytercad/graphs/contributors?from=2024-04-29&to=2024-05-07&type=c))
58+
59+
[@github-actions](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Agithub-actions+updated%3A2024-04-29..2024-05-07&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Atrungleduc+updated%3A2024-04-29..2024-05-07&type=Issues)
60+
61+
<!-- <END NEW CHANGELOG ENTRY> -->
62+
4363
## 2.0.0a7
4464

4565
([Full Changelog](https://github.com/jupytercad/jupytercad/compare/v2.0.0a6...d69c62bdc0896fca158bb3e3fbc49231ab000e31))
@@ -58,8 +78,6 @@ pip install jupytercad-freecad
5878

5979
[@github-actions](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Agithub-actions+updated%3A2024-04-19..2024-04-29&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Atrungleduc+updated%3A2024-04-19..2024-04-29&type=Issues)
6080

61-
<!-- <END NEW CHANGELOG ENTRY> -->
62-
6381
## 2.0.0a6
6482

6583
([Full Changelog](https://github.com/jupytercad/jupytercad/compare/v2.0.0a5...89eeabcd538f1d1fc8c95ee8e3f1971ac3ac5e73))

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": "2.0.0-alpha.7",
3+
"version": "2.0.0-alpha.8",
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": "2.0.0-alpha.7",
3+
"version": "2.0.0-alpha.8",
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/docprovider": "^2.0.0",
4040
"@jupyter/ydoc": "^1.0.0",
41-
"@jupytercad/occ-worker": "^2.0.0-alpha.7",
42-
"@jupytercad/schema": "^2.0.0-alpha.7",
41+
"@jupytercad/occ-worker": "^2.0.0-alpha.8",
42+
"@jupytercad/schema": "^2.0.0-alpha.8",
4343
"@jupyterlab/application": "^4.0.0",
4444
"@jupyterlab/apputils": "^4.0.0",
4545
"@jupyterlab/coreutils": "^6.0.0",

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": "2.0.0-alpha.7",
3+
"version": "2.0.0-alpha.8",
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": "^2.0.0-alpha.7",
40-
"@jupytercad/schema": "^2.0.0-alpha.7",
39+
"@jupytercad/opencascade": "^2.0.0-alpha.8",
40+
"@jupytercad/schema": "^2.0.0-alpha.8",
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": "2.0.0-alpha.7",
3+
"version": "2.0.0-alpha.8",
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": "2.0.0-alpha.7",
3+
"version": "2.0.0-alpha.8",
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__ = "2.0.0a7"
1+
__version__ = "2.0.0a8"
22

33
from jupytercad_lab import CadDocument # noqa

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": "2.0.0-alpha.7",
3+
"version": "2.0.0-alpha.8",
44
"description": "A JupyterLab standalone app for 3D modelling.",
55
"keywords": [
66
"jupyter",
@@ -54,8 +54,8 @@
5454
"@jupyter/collaboration": "^2.0.0",
5555
"@jupyter/docprovider": "^2.0.0",
5656
"@jupyter/ydoc": "^0.3.4 || ^1.0.2",
57-
"@jupytercad/base": "^2.0.0-alpha.7",
58-
"@jupytercad/schema": "^2.0.0-alpha.7",
57+
"@jupytercad/base": "^2.0.0-alpha.8",
58+
"@jupytercad/schema": "^2.0.0-alpha.8",
5959
"@jupyterlab/application": "^4.0.0",
6060
"@jupyterlab/application-extension": "^4.0.0",
6161
"@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": "2.0.0-alpha.7",
3+
"version": "2.0.0-alpha.8",
44
"description": "JupyterCad core extension",
55
"keywords": [
66
"jupyter",
@@ -54,9 +54,9 @@
5454
},
5555
"dependencies": {
5656
"@jupyter/docprovider": "^2.0.0",
57-
"@jupytercad/base": "^2.0.0-alpha.7",
58-
"@jupytercad/occ-worker": "^2.0.0-alpha.7",
59-
"@jupytercad/schema": "^2.0.0-alpha.7",
57+
"@jupytercad/base": "^2.0.0-alpha.8",
58+
"@jupytercad/occ-worker": "^2.0.0-alpha.8",
59+
"@jupytercad/schema": "^2.0.0-alpha.8",
6060
"@jupyterlab/application": "^4.0.0",
6161
"@jupyterlab/apputils": "^4.0.0",
6262
"@jupyterlab/docregistry": "^4.0.0",

python/jupytercad_lab/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-lab",
3-
"version": "2.0.0-alpha.7",
3+
"version": "2.0.0-alpha.8",
44
"description": "JupyterCad Lab extension.",
55
"keywords": [
66
"jupyter",
@@ -52,9 +52,9 @@
5252
},
5353
"dependencies": {
5454
"@jupyter/docprovider": "^2.0.0",
55-
"@jupytercad/base": "^2.0.0-alpha.7",
56-
"@jupytercad/jupytercad-core": "^2.0.0-alpha.7",
57-
"@jupytercad/schema": "^2.0.0-alpha.7",
55+
"@jupytercad/base": "^2.0.0-alpha.8",
56+
"@jupytercad/jupytercad-core": "^2.0.0-alpha.8",
57+
"@jupytercad/schema": "^2.0.0-alpha.8",
5858
"@jupyterlab/application": "^4.0.0",
5959
"@jupyterlab/apputils": "^4.0.0",
6060
"@jupyterlab/coreutils": "^6.0.0",

0 commit comments

Comments
 (0)