Skip to content

Commit

Permalink
Publish 0.3.3
Browse files Browse the repository at this point in the history
SHA256 hashes:

fps_jupytercad-0.3.3-py3-none-any.whl: 68f5d5f80d1309170914edce1800302e8aac8b62d50056f80f73bbc73c44e2af

fps_jupytercad-0.3.3.tar.gz: 6fe4dcc1717b697e0daa9a76b23a4ee5457d75321dd3a8957de2eb84e8a5c6b3

jupytercad-0.3.3-py3-none-any.whl: 41780e58be0b5c7ad2b7720d2ea326a8e2cbca68df836daffae0ef6c03369662

jupytercad-0.3.3.tar.gz: 2dd55491d06e988b910cb5433d4c4c7080c8a9e8e2778aa4d7e86db6ae19c63f

jupytercad-jupytercad-extension-0.3.3.tgz: cf55082fa259527b5ab092139b9d38f904456f1cc3e1dc1fd9bcad7bfdbfbc06

jupytercad-jupytercad-opencascade-0.3.3.tgz: cf63ac948b6ea2f1ed82f17894d5bfb44efeb6c3ff2990518b703b04857f0c71
  • Loading branch information
martinRenou committed Jun 29, 2023
1 parent e461738 commit 1122dc1
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 13 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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

## 0.3.3

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

### 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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.3.2

([Full Changelog](https://github.com/QuantStack/jupytercad/compare/@jupytercad/[email protected]))
Expand All @@ -16,8 +40,6 @@

[@martinRenou](https://github.com/search?q=repo%3AQuantStack%2Fjupytercad+involves%3AmartinRenou+updated%3A2023-06-12..2023-06-15&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.3.1

([Full Changelog](https://github.com/QuantStack/jupytercad/compare/@jupytercad/[email protected]))
Expand Down
2 changes: 1 addition & 1 deletion jupyverse/fps_jupytercad/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.2"
__version__ = "0.3.3"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jupytercad-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jupytercad/jupytercad-app",
"private": true,
"version": "0.3.2",
"version": "0.3.3",
"author": {
"name": "JupyterCad contributors"
},
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/jupytercad-extension/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/jupytercad-opencascade/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 1122dc1

Please sign in to comment.