Skip to content

Commit 54f0ca4

Browse files
committed
Publish 2.0.0a6
SHA256 hashes: jupytercad-2.0.0a6-py3-none-any.whl: a5d53da1356a3b18a6949089cb6ed78dac1bfe8f30800009e0b22b8d92482dc4 jupytercad-2.0.0a6.tar.gz: 29330a242bd0a872f300ad0786c05cb0e950f0ace63a54af5ad41ef432a451f3 jupytercad-base-2.0.0-alpha.6.tgz: d78e252ad91dfbe8e7a775d35ee65916a78e6efba317330d33650208d0a2e184 jupytercad-jupytercad-app-2.0.0-alpha.6.tgz: e2e9e19e73a5d91d8a7ca259f1d6668251b29cc4a9b45d863e09dc3e3f3d37c2 jupytercad-jupytercad-core-2.0.0-alpha.6.tgz: 99a3fc230bc1f4f36caa904502668f267358fb7b283f7586bb7f246dca5811cc jupytercad-jupytercad-lab-2.0.0-alpha.6.tgz: 085b1f05af21263892664e8280aebd369aefc466d1da00a3d82a38825dfbc206 jupytercad-occ-worker-2.0.0-alpha.6.tgz: 2b1da2facf6c6a12ab3b40c380a8b881b8024e43c6ed8141ede71661117d8df7 jupytercad-opencascade-2.0.0-alpha.6.tgz: 482b1cb78b139cf67a61f9321c5a6c396d59062a00f8df760dd54549b175c459 jupytercad-schema-2.0.0-alpha.6.tgz: 96692f48258c7ff713bf2bcb9bad82d974045e373b3a0cdde96659b10b864a3b jupytercad_app-2.0.0a6-py3-none-any.whl: a0261cb89300a86f1f03767b9f03686dff690b5e70d4ff90a713d206570b2d1d jupytercad_app-2.0.0a6.tar.gz: 80f8bc7cae94020e8874a6bd773b6523630b0f76e7848b330e76a0016a422e92 jupytercad_core-2.0.0a6-py3-none-any.whl: 1b95204dc2274a310f0ed09d4d0c2c4584e4fe820b312d3dff3ba65581d370a9 jupytercad_core-2.0.0a6.tar.gz: 62267923bbf9c5880bf8634104f4493232053fe80dd2a16697c0e0dcc9f3e5c1 jupytercad_lab-2.0.0a6-py3-none-any.whl: a0db5ab577c07b00835b2e7373f22507bc4976ed53ed6ad70d5477f30ab131ef jupytercad_lab-2.0.0a6.tar.gz: 4c5143681343ff6531bad1be45754ff88cdeacdd083de112f635255a14369c45
1 parent 89eeabc commit 54f0ca4

File tree

11 files changed

+66
-52
lines changed

11 files changed

+66
-52
lines changed

CHANGELOG.md

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

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

43+
## 2.0.0a6
44+
45+
([Full Changelog](https://github.com/jupytercad/jupytercad/compare/v2.0.0a5...89eeabcd538f1d1fc8c95ee8e3f1971ac3ac5e73))
46+
47+
### Bugs fixed
48+
49+
- Add await for postShape before sending [#351](https://github.com/jupytercad/jupytercad/pull/351) ([@gjmooney](https://github.com/gjmooney))
50+
51+
### Contributors to this release
52+
53+
([GitHub contributors page for this release](https://github.com/jupytercad/jupytercad/graphs/contributors?from=2024-04-18&to=2024-04-19&type=c))
54+
55+
[@gjmooney](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Agjmooney+updated%3A2024-04-18..2024-04-19&type=Issues)
56+
57+
<!-- <END NEW CHANGELOG ENTRY> -->
58+
4359
## 2.0.0a5
4460

4561
([Full Changelog](https://github.com/jupytercad/jupytercad/compare/v2.0.0a4...c7f4cadccc2ff586d874906ff968652c12ca971e))
@@ -55,8 +71,6 @@ pip install jupytercad-freecad
5571

5672
[@github-actions](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Agithub-actions+updated%3A2024-04-10..2024-04-18&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3AmartinRenou+updated%3A2024-04-10..2024-04-18&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Atrungleduc+updated%3A2024-04-10..2024-04-18&type=Issues)
5773

58-
<!-- <END NEW CHANGELOG ENTRY> -->
59-
6074
## 2.0.0a4
6175

6276
No merged PRs

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.5",
3+
"version": "2.0.0-alpha.6",
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.5",
3+
"version": "2.0.0-alpha.6",
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.5",
42-
"@jupytercad/schema": "^2.0.0-alpha.5",
41+
"@jupytercad/occ-worker": "^2.0.0-alpha.6",
42+
"@jupytercad/schema": "^2.0.0-alpha.6",
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.5",
3+
"version": "2.0.0-alpha.6",
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.5",
40-
"@jupytercad/schema": "^2.0.0-alpha.5",
39+
"@jupytercad/opencascade": "^2.0.0-alpha.6",
40+
"@jupytercad/schema": "^2.0.0-alpha.6",
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.5",
3+
"version": "2.0.0-alpha.6",
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.5",
3+
"version": "2.0.0-alpha.6",
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.0a5"
1+
__version__ = "2.0.0a6"
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.5",
3+
"version": "2.0.0-alpha.6",
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.5",
58-
"@jupytercad/schema": "^2.0.0-alpha.5",
57+
"@jupytercad/base": "^2.0.0-alpha.6",
58+
"@jupytercad/schema": "^2.0.0-alpha.6",
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.5",
3+
"version": "2.0.0-alpha.6",
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.5",
58-
"@jupytercad/occ-worker": "^2.0.0-alpha.5",
59-
"@jupytercad/schema": "^2.0.0-alpha.5",
57+
"@jupytercad/base": "^2.0.0-alpha.6",
58+
"@jupytercad/occ-worker": "^2.0.0-alpha.6",
59+
"@jupytercad/schema": "^2.0.0-alpha.6",
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.5",
3+
"version": "2.0.0-alpha.6",
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.5",
56-
"@jupytercad/jupytercad-core": "^2.0.0-alpha.5",
57-
"@jupytercad/schema": "^2.0.0-alpha.5",
55+
"@jupytercad/base": "^2.0.0-alpha.6",
56+
"@jupytercad/jupytercad-core": "^2.0.0-alpha.6",
57+
"@jupytercad/schema": "^2.0.0-alpha.6",
5858
"@jupyterlab/application": "^4.0.0",
5959
"@jupyterlab/apputils": "^4.0.0",
6060
"@jupyterlab/coreutils": "^6.0.0",

0 commit comments

Comments
 (0)