diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f6bafe0..bfb2b005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ +## 0.3.3 + +([Full Changelog](https://github.com/QuantStack/jupytercad/compare/@jupytercad/jupytercad-app@0.3.2...e461738f2333d5c4e86ae3fcedc226776f37cbcb)) + +### Enhancements made + +- Allow changing camera settings [#204](https://github.com/QuantStack/jupytercad/pull/204) ([@martinRenou](https://github.com/martinRenou)) + +### Maintenance and upkeep improvements + +- Fix check release [#205](https://github.com/QuantStack/jupytercad/pull/205) ([@martinRenou](https://github.com/martinRenou)) + +### Documentation improvements + +- Add conda instructions [#202](https://github.com/QuantStack/jupytercad/pull/202) ([@martinRenou](https://github.com/martinRenou)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/QuantStack/jupytercad/graphs/contributors?from=2023-06-15&to=2023-06-29&type=c)) + +[@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupytercad+involves%3Agithub-actions+updated%3A2023-06-15..2023-06-29&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3AQuantStack%2Fjupytercad+involves%3AmartinRenou+updated%3A2023-06-15..2023-06-29&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3AQuantStack%2Fjupytercad+involves%3Atrungleduc+updated%3A2023-06-15..2023-06-29&type=Issues) + + + ## 0.3.2 ([Full Changelog](https://github.com/QuantStack/jupytercad/compare/@jupytercad/jupytercad-app@0.3.1...d9160970cc477eff9ec9657e4731d327aa8aaa5d)) @@ -16,8 +40,6 @@ [@martinRenou](https://github.com/search?q=repo%3AQuantStack%2Fjupytercad+involves%3AmartinRenou+updated%3A2023-06-12..2023-06-15&type=Issues) - - ## 0.3.1 ([Full Changelog](https://github.com/QuantStack/jupytercad/compare/@jupytercad/jupytercad-app@0.3.0...d98fd4a56141ea6834411a15be20c9a7c5d3609c)) diff --git a/jupyverse/fps_jupytercad/__init__.py b/jupyverse/fps_jupytercad/__init__.py index f9aa3e11..e19434e2 100644 --- a/jupyverse/fps_jupytercad/__init__.py +++ b/jupyverse/fps_jupytercad/__init__.py @@ -1 +1 @@ -__version__ = "0.3.2" +__version__ = "0.3.3" diff --git a/package.json b/package.json index b217216b..a38401d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/jupytercad-root", - "version": "0.3.2", + "version": "0.3.3", "private": true, "homepage": "https://github.com/QuantStack/jupytercad", "repository": { diff --git a/packages/jupytercad-app/package.json b/packages/jupytercad-app/package.json index 61118f66..2ef8c3f1 100644 --- a/packages/jupytercad-app/package.json +++ b/packages/jupytercad-app/package.json @@ -1,7 +1,7 @@ { "name": "@jupytercad/jupytercad-app", "private": true, - "version": "0.3.2", + "version": "0.3.3", "author": { "name": "JupyterCad contributors" }, @@ -39,7 +39,7 @@ "@jupyter/collaboration": "^1.0.0", "@jupyter/docprovider": "^1.0.0", "@jupyter/ydoc": "^0.3.4 || ^1.0.2", - "@jupytercad/jupytercad-extension": "^0.3.2", + "@jupytercad/jupytercad-extension": "^0.3.3", "@jupyterlab/application": "^4.0.0", "@jupyterlab/application-extension": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", diff --git a/packages/jupytercad-extension/package.json b/packages/jupytercad-extension/package.json index 29a56177..e8c10015 100644 --- a/packages/jupytercad-extension/package.json +++ b/packages/jupytercad-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/jupytercad-extension", - "version": "0.3.2", + "version": "0.3.3", "description": "A JupyterLab extension for 3D modelling.", "keywords": [ "jupyter", @@ -52,7 +52,7 @@ "@jupyter/collaboration": "^1.0.0", "@jupyter/docprovider": "^1.0.0", "@jupyter/ydoc": "^0.3.4 || ^1.0.2", - "@jupytercad/jupytercad-opencascade": "^0.3.2", + "@jupytercad/jupytercad-opencascade": "^0.3.3", "@jupyterlab/application": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", "@jupyterlab/coreutils": "^6.0.0", diff --git a/packages/jupytercad-opencascade/package.json b/packages/jupytercad-opencascade/package.json index 2b834350..1ab955ba 100644 --- a/packages/jupytercad-opencascade/package.json +++ b/packages/jupytercad-opencascade/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/jupytercad-opencascade", - "version": "0.3.2", + "version": "0.3.3", "description": "The custom OpenCascade build for JupyterCAD.", "keywords": [ "jupyter", diff --git a/yarn.lock b/yarn.lock index 9f113c33..3a04fb04 100644 --- a/yarn.lock +++ b/yarn.lock @@ -841,7 +841,7 @@ __metadata: "@jupyter/collaboration": ^1.0.0 "@jupyter/docprovider": ^1.0.0 "@jupyter/ydoc": ^0.3.4 || ^1.0.2 - "@jupytercad/jupytercad-extension": ^0.3.2 + "@jupytercad/jupytercad-extension": ^0.3.3 "@jupyterlab/application": ^4.0.0 "@jupyterlab/application-extension": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 @@ -892,7 +892,7 @@ __metadata: languageName: unknown linkType: soft -"@jupytercad/jupytercad-extension@^0.3.2, @jupytercad/jupytercad-extension@workspace:packages/jupytercad-extension": +"@jupytercad/jupytercad-extension@^0.3.3, @jupytercad/jupytercad-extension@workspace:packages/jupytercad-extension": version: 0.0.0-use.local resolution: "@jupytercad/jupytercad-extension@workspace:packages/jupytercad-extension" dependencies: @@ -901,7 +901,7 @@ __metadata: "@jupyter/collaboration": ^1.0.0 "@jupyter/docprovider": ^1.0.0 "@jupyter/ydoc": ^0.3.4 || ^1.0.2 - "@jupytercad/jupytercad-opencascade": ^0.3.2 + "@jupytercad/jupytercad-opencascade": ^0.3.3 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/builder": ^4.0.0 @@ -943,7 +943,7 @@ __metadata: languageName: unknown linkType: soft -"@jupytercad/jupytercad-opencascade@^0.3.2, @jupytercad/jupytercad-opencascade@workspace:packages/jupytercad-opencascade": +"@jupytercad/jupytercad-opencascade@^0.3.3, @jupytercad/jupytercad-opencascade@workspace:packages/jupytercad-opencascade": version: 0.0.0-use.local resolution: "@jupytercad/jupytercad-opencascade@workspace:packages/jupytercad-opencascade" dependencies: