Skip to content

Commit 5876b34

Browse files
committed
Publish 2.0.0a4
SHA256 hashes: jupytercad-2.0.0a4-py3-none-any.whl: 41e55133be95ffa708565f0cef2f792f52c95d75a5b8ee98e720a25094cb7461 jupytercad-2.0.0a4.tar.gz: daa5b63e008207d3b41c9fa3e81c19ffa7ddd9ac0c6772c5d669d062911ae545 jupytercad-base-2.0.0-alpha.4.tgz: 13880eca07e4606066f5135d811d2075d2432fff878cad679c6e80b79c4375ff jupytercad-jupytercad-app-2.0.0-alpha.4.tgz: 00bb05a3c754f6bd472844de60e9ee2bb2c19aafe666da7a66ea52f10de17f07 jupytercad-jupytercad-core-2.0.0-alpha.4.tgz: 56222f16af0bebd8b655295231a6f26a517f77ddb83e08abc51bdd8b62a1e8f9 jupytercad-jupytercad-lab-2.0.0-alpha.4.tgz: 52de493dfd39c9ff169f4f5967fd7e0cb570d61a04b3f135367812d5094a31df jupytercad-occ-worker-2.0.0-alpha.4.tgz: 62e70237c64039e097106a17777fd8ba24e67211dc4bc93c4f896e2fcda62548 jupytercad-opencascade-2.0.0-alpha.4.tgz: 0e659501e1492b375319f244e5ddc19ed97acf651a980ccdf0c8cc6d7774b490 jupytercad-schema-2.0.0-alpha.4.tgz: c3d8463697de8b989876ec1588e9872a34f547e2d086d69d50657b92c67f25c6 jupytercad_app-2.0.0a4-py3-none-any.whl: 61f3dc0afc559e10998319fe8fbb5507376a02b2448a7f340d84e852accd0e4e jupytercad_app-2.0.0a4.tar.gz: c5d5c913fd8d39cba55e80dfe429adaa379c440a849d3d4f9b55dd960de9cce2 jupytercad_core-2.0.0a4-py3-none-any.whl: cbb5f2d779c24132314956c737850237a8c35df878356eebaee6569ed34e5d3b jupytercad_core-2.0.0a4.tar.gz: fab4f565786b854a3d86e0a781d751755fbefa601ca69b1f712e1a28e2d151e4 jupytercad_lab-2.0.0a4-py3-none-any.whl: d52bf171df4675fc1d57e9e16edcf8786ebc81554152fb26b86c798a7e6a3439 jupytercad_lab-2.0.0a4.tar.gz: 263cc615b417d6ac78ac11aa1fb84bf55b817a0be6ddd1d1bf847de05492f3a9
1 parent 78c4d00 commit 5876b34

File tree

11 files changed

+44
-40
lines changed

11 files changed

+44
-40
lines changed

CHANGELOG.md

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

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

43+
## 2.0.0a4
44+
45+
No merged PRs
46+
47+
<!-- <END NEW CHANGELOG ENTRY> -->
48+
4349
## 2.0.0a3
4450

4551
([Full Changelog](https://github.com/jupytercad/jupytercad/compare/v2.0.0a2...b7f3443d2215c3d15a6b6a36f9513612819efd0c))
@@ -67,8 +73,6 @@ pip install jupytercad-freecad
6773

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

70-
<!-- <END NEW CHANGELOG ENTRY> -->
71-
7276
## 2.0.0a2
7377

7478
([Full Changelog](https://github.com/jupytercad/jupytercad/compare/v2.0.0a1...5151f6d7bbb1a89ecf197c1587a4e4ce2c54c091))

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

0 commit comments

Comments
 (0)