Skip to content

Commit 4ba771b

Browse files
committed
Publish 2.0.0a1
SHA256 hashes: jupytercad-2.0.0a1-py3-none-any.whl: beeb80972b708781e6a981133f8ff73ca435af63c9dd9e0d614d4fb05d40cad9 jupytercad-2.0.0a1.tar.gz: 725697d3d17d90f687d6f1177a9fa7ee9e2ba6c508a68d390808d982c278c45e jupytercad-base-2.0.0-alpha.1.tgz: 5aac86060a464b69c8e1762226262e3509644bf87132844c5c37ad1fb233ee37 jupytercad-jupytercad-app-2.0.0-alpha.1.tgz: aa568655f0f2cdcaa339d202e8d572a1e35ed884dcce89c8edb304a4c83b36fc jupytercad-jupytercad-core-2.0.0-alpha.1.tgz: a49243aa1bfcfa5e8c36a01337d765fd5973ff311e1711d56a77e130d2e4b6e2 jupytercad-jupytercad-lab-2.0.0-alpha.1.tgz: 13810fccad4832f7196a78145fe22fe593372db6d6c67ebc84aed173cbcf4fb1 jupytercad-occ-worker-2.0.0-alpha.1.tgz: df591fd25fc93ade9eed939aa4da5632d33745d1394a98e70e586daacccb8b70 jupytercad-opencascade-2.0.0-alpha.1.tgz: b51e1b3aea75f82f8229bedce9a593a326ef518f286b4f7f6b8d2ae9c889401c jupytercad-schema-2.0.0-alpha.1.tgz: ff86a41c8d981aba6e04fc33bba3518452c2a479df614fd97f8540db9ed93fc6 jupytercad_app-2.0.0a1-py3-none-any.whl: 6ba41b9f0f06c47fb99ab141ce553069c475d396339ce53fe8ed8d8032038af4 jupytercad_app-2.0.0a1.tar.gz: 58e33daae4f2e99d9cfafadbf7acaaf0521f40127f76b3a0683f392de994d7f4 jupytercad_core-2.0.0a1-py3-none-any.whl: 2e9e9ec74de641eb0bc562ab3efe61955d39dad5958add3336c4c95f32f375ed jupytercad_core-2.0.0a1.tar.gz: a4478a3f74d6ead15aa8a14b05323ea2019e31d09c30f71166c518d9a9b41e45 jupytercad_lab-2.0.0a1-py3-none-any.whl: e75e626abd0373b8cdee5dac6c0b02c1df4fe3697782334d0eac6d398acaf755 jupytercad_lab-2.0.0a1.tar.gz: ef80dfd0db5c3339dcbd6644379f818eb2cd37cf0ba8850b17c25d82d0945a9a
1 parent 349e04f commit 4ba771b

File tree

11 files changed

+750
-675
lines changed

11 files changed

+750
-675
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.0a1
44+
45+
([Full Changelog](https://github.com/jupytercad/jupytercad/compare/v2.0.0a0...349e04f56a58bc2ec6263180bd287f063d4019e5))
46+
47+
### Enhancements made
48+
49+
- Step file export to .jcad [#238](https://github.com/jupytercad/jupytercad/pull/238) ([@martinRenou](https://github.com/martinRenou))
50+
51+
### Maintenance and upkeep improvements
52+
53+
- Unpin jupyterlab in ui-tests [#251](https://github.com/jupytercad/jupytercad/pull/251) ([@martinRenou](https://github.com/martinRenou))
54+
55+
### Contributors to this release
56+
57+
([GitHub contributors page for this release](https://github.com/jupytercad/jupytercad/graphs/contributors?from=2024-02-08&to=2024-02-27&type=c))
58+
59+
[@github-actions](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Agithub-actions+updated%3A2024-02-08..2024-02-27&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3AmartinRenou+updated%3A2024-02-08..2024-02-27&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Apre-commit-ci+updated%3A2024-02-08..2024-02-27&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Atrungleduc+updated%3A2024-02-08..2024-02-27&type=Issues)
60+
61+
<!-- <END NEW CHANGELOG ENTRY> -->
62+
4363
## 2.0.0a0
4464

4565
([Full Changelog](https://github.com/jupytercad/jupytercad/compare/v1.0.1...962f123a9b7cbdfa6c48e9572099dd5ae2998730))
@@ -54,8 +74,6 @@ pip install jupytercad-freecad
5474

5575
[@martinRenou](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3AmartinRenou+updated%3A2024-02-08..2024-02-08&type=Issues)
5676

57-
<!-- <END NEW CHANGELOG ENTRY> -->
58-
5977
## 1.0.1
6078

6179
([Full Changelog](https://github.com/jupytercad/jupytercad/compare/@jupytercad/[email protected]))

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

0 commit comments

Comments
 (0)