Skip to content

Commit

Permalink
Publish 2.0.0a8
Browse files Browse the repository at this point in the history
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
  • Loading branch information
trungleduc committed May 7, 2024
1 parent 2fbd72a commit 16a21e5
Show file tree
Hide file tree
Showing 11 changed files with 732 additions and 662 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,26 @@ pip install jupytercad-freecad

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

## 2.0.0a8

([Full Changelog](https://github.com/jupytercad/jupytercad/compare/v2.0.0a7...2fbd72a5a55b0e69aa43de28dd4bf2f084c9884d))

### Enhancements made

- Update jcad exporting mechanism [#355](https://github.com/jupytercad/jupytercad/pull/355) ([@trungleduc](https://github.com/trungleduc))

### Bugs fixed

- Fix wrong emitter id of select object action [#354](https://github.com/jupytercad/jupytercad/pull/354) ([@trungleduc](https://github.com/trungleduc))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupytercad/jupytercad/graphs/contributors?from=2024-04-29&to=2024-05-07&type=c))

[@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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 2.0.0a7

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

[@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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 2.0.0a6

([Full Changelog](https://github.com/jupytercad/jupytercad/compare/v2.0.0a5...89eeabcd538f1d1fc8c95ee8e3f1971ac3ac5e73))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/jupytercad-root",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"private": true,
"homepage": "https://github.com/jupytercad/jupytercad",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/base",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "A JupyterLab extension for 3D modelling.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -38,8 +38,8 @@
"@deathbeds/jupyterlab-rjsf": "^1.1.0",
"@jupyter/docprovider": "^2.0.0",
"@jupyter/ydoc": "^1.0.0",
"@jupytercad/occ-worker": "^2.0.0-alpha.7",
"@jupytercad/schema": "^2.0.0-alpha.7",
"@jupytercad/occ-worker": "^2.0.0-alpha.8",
"@jupytercad/schema": "^2.0.0-alpha.8",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/occ-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/occ-worker",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "Jupytercad opencascade worker package.",
"keywords": [
"jupytercad"
Expand Down Expand Up @@ -36,8 +36,8 @@
"watch": "tsc-watch --onSuccess \"webpack --config worker.webpack.config.js --mode=development\""
},
"dependencies": {
"@jupytercad/opencascade": "^2.0.0-alpha.7",
"@jupytercad/schema": "^2.0.0-alpha.7",
"@jupytercad/opencascade": "^2.0.0-alpha.8",
"@jupytercad/schema": "^2.0.0-alpha.8",
"@lumino/coreutils": "^2.0.0",
"uuid": "^8.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/opencascade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/opencascade",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "The custom OpenCascade build for JupyterCAD.",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/schema",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "A Jupytercad schema package.",
"keywords": [
"jupytercad"
Expand Down
2 changes: 1 addition & 1 deletion python/jupytercad/jupytercad/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "2.0.0a7"
__version__ = "2.0.0a8"

from jupytercad_lab import CadDocument # noqa
6 changes: 3 additions & 3 deletions python/jupytercad_app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/jupytercad-app",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "A JupyterLab standalone app for 3D modelling.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -54,8 +54,8 @@
"@jupyter/collaboration": "^2.0.0",
"@jupyter/docprovider": "^2.0.0",
"@jupyter/ydoc": "^0.3.4 || ^1.0.2",
"@jupytercad/base": "^2.0.0-alpha.7",
"@jupytercad/schema": "^2.0.0-alpha.7",
"@jupytercad/base": "^2.0.0-alpha.8",
"@jupytercad/schema": "^2.0.0-alpha.8",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/application-extension": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions python/jupytercad_core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/jupytercad-core",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "JupyterCad core extension",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -54,9 +54,9 @@
},
"dependencies": {
"@jupyter/docprovider": "^2.0.0",
"@jupytercad/base": "^2.0.0-alpha.7",
"@jupytercad/occ-worker": "^2.0.0-alpha.7",
"@jupytercad/schema": "^2.0.0-alpha.7",
"@jupytercad/base": "^2.0.0-alpha.8",
"@jupytercad/occ-worker": "^2.0.0-alpha.8",
"@jupytercad/schema": "^2.0.0-alpha.8",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/docregistry": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions python/jupytercad_lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/jupytercad-lab",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "JupyterCad Lab extension.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -52,9 +52,9 @@
},
"dependencies": {
"@jupyter/docprovider": "^2.0.0",
"@jupytercad/base": "^2.0.0-alpha.7",
"@jupytercad/jupytercad-core": "^2.0.0-alpha.7",
"@jupytercad/schema": "^2.0.0-alpha.7",
"@jupytercad/base": "^2.0.0-alpha.8",
"@jupytercad/jupytercad-core": "^2.0.0-alpha.8",
"@jupytercad/schema": "^2.0.0-alpha.8",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.0",
Expand Down

0 comments on commit 16a21e5

Please sign in to comment.