Skip to content

Commit 80b9371

Browse files
committed
Publish 2.0.0a0
SHA256 hashes: jupytercad-2.0.0a0-py3-none-any.whl: 28bd42915ab2d24aa96522e6eeea86b56e87e18526da15bf37b4aba1306d9ca8 jupytercad-2.0.0a0.tar.gz: e6c29f346540a9b5d801c8813414f1146fe5641998eef181366b29bfbd512945 jupytercad-base-2.0.0-alpha.0.tgz: 7b2e8ca9377d0cfe9d5d9f13d7ab4a4bb854dcc076329dbc5dab466ffa44351f jupytercad-jupytercad-app-2.0.0-alpha.0.tgz: 5e0603c6e059d672ef5d5ef97b42ca971d5896cdaac16270863cf69c9c62a226 jupytercad-jupytercad-core-2.0.0-alpha.0.tgz: 5637cf5198c4d7bf63308d838bf487a957aa33980e510518c073cb398e8edb12 jupytercad-jupytercad-lab-2.0.0-alpha.0.tgz: 1e6bc83098de3c0e9c9b519b942c1886b4a26832a64cf5d38f3640ebc4bdea62 jupytercad-occ-worker-2.0.0-alpha.0.tgz: df30e32fdfb0d740320af5f17910866f18966c32a73ce0d68273a1bfa61fcd38 jupytercad-opencascade-2.0.0-alpha.0.tgz: 1bdc42063c89bc11c5bd271ccf92fd190e33551c5fcf75e516a8e8e8bc760a1c jupytercad-schema-2.0.0-alpha.0.tgz: 493401e2894b07b4b1fd7aa534cee7e00c4194a20a7b905ad8412dd9f5212ebd jupytercad_app-2.0.0a0-py3-none-any.whl: 581d157d01a7dbf8d568d05402359db5906b146e997e3630985878ffba5bc7b1 jupytercad_app-2.0.0a0.tar.gz: 855a35b934a9245dcd6e57208f3a86df3a03806fc40c0374bc61f3036826a1f8 jupytercad_core-2.0.0a0-py3-none-any.whl: 2a46e6fadfff3e82af69698a102ec0d844eea49710f1ab6797f8f93b37d5bf65 jupytercad_core-2.0.0a0.tar.gz: d044b30f51b6c20bbef5f6fb785f3209336138b64fdee0ec32762a7fc34daf24 jupytercad_lab-2.0.0a0-py3-none-any.whl: 0e1353155714f617b3a679c5372f375f571f371e6aacd4471d1fdea15de9fcb7 jupytercad_lab-2.0.0a0.tar.gz: cecb579ab0974b38a2fe6ec22df76891c674ccb80077dc333bb9670f3315c967
1 parent 962f123 commit 80b9371

File tree

11 files changed

+54
-40
lines changed

11 files changed

+54
-40
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.0a0
44+
45+
([Full Changelog](https://github.com/jupytercad/jupytercad/compare/v1.0.1...962f123a9b7cbdfa6c48e9572099dd5ae2998730))
46+
47+
### Maintenance and upkeep improvements
48+
49+
- Jupyter Collaboration v2 [#239](https://github.com/jupytercad/jupytercad/pull/239) ([@martinRenou](https://github.com/martinRenou))
50+
51+
### Contributors to this release
52+
53+
([GitHub contributors page for this release](https://github.com/jupytercad/jupytercad/graphs/contributors?from=2024-02-08&to=2024-02-08&type=c))
54+
55+
[@martinRenou](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3AmartinRenou+updated%3A2024-02-08..2024-02-08&type=Issues)
56+
57+
<!-- <END NEW CHANGELOG ENTRY> -->
58+
4359
## 1.0.1
4460

4561
([Full Changelog](https://github.com/jupytercad/jupytercad/compare/@jupytercad/[email protected]))
@@ -60,8 +76,6 @@ pip install jupytercad-freecad
6076

6177
[@github-actions](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Agithub-actions+updated%3A2024-01-12..2024-02-08&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3AmartinRenou+updated%3A2024-01-12..2024-02-08&type=Issues)
6278

63-
<!-- <END NEW CHANGELOG ENTRY> -->
64-
6579
## 1.0.0
6680

6781
([Full Changelog](https://github.com/jupytercad/jupytercad/compare/v1.0.0a4...13901c2592ff41f73c981f566305cbf5ad89332c))

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

0 commit comments

Comments
 (0)