Skip to content

Commit f9cc77f

Browse files
committed
Publish 0.1.0rc0
SHA256 hashes: jupytercad-0.1.0rc0-py3-none-any.whl: b399eee1e4c65da9df0bf86634d793267fda4511214ea8fde0b3e1079f956fc4 jupytercad-0.1.0rc0.tar.gz: 7cf69bea8dad3790e7a8ecfa76c480fd31acb699372aa3e730c2af4de146a453 jupytercad-jupytercad-app-0.1.0-rc.0.tgz: f1179163c235751648dfdc161e8afcdad38041630f7912966c2c065fe7cb91eb jupytercad-jupytercad-extension-0.1.0-rc.0.tgz: 3b2bfe237f0c37c79e943a29a7011006fe9d41dd1a2b964ca31a4df9caaa36e6 jupytercad-jupytercad-opencascade-0.1.1-rc.0.tgz: 25098c7d426e15b25db8dc758134c60dea76fd35e5b35c657d2009b9f6cd61a6
1 parent ab6b12c commit f9cc77f

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## 0.1.0rc0
6+
7+
No merged PRs
8+
9+
<!-- <END NEW CHANGELOG ENTRY> -->
10+
511
## 0.1.0b0
612

713
([Full Changelog](https://github.com/QuantStack/jupytercad/compare/v0.1.0a2...6fee6db19323c0c8d48d6e3f0060a0de0029f5c9))
@@ -30,8 +36,6 @@
3036

3137
[@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupytercad+involves%3Agithub-actions+updated%3A2023-04-26..2023-05-17&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3AQuantStack%2Fjupytercad+involves%3AmartinRenou+updated%3A2023-04-26..2023-05-17&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3AQuantStack%2Fjupytercad+involves%3Atrungleduc+updated%3A2023-04-26..2023-05-17&type=Issues)
3238

33-
<!-- <END NEW CHANGELOG ENTRY> -->
34-
3539
## 0.1.0a2
3640

3741
([Full Changelog](https://github.com/QuantStack/jupytercad/compare/v0.1.0a1...2f7b81060a1adab614bb6df1284382b0a1a5a546))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/jupytercad-root",
3-
"version": "0.1.0-b0",
3+
"version": "0.1.0-rc0",
44
"private": true,
55
"homepage": "https://github.com/QuantStack/jupytercad",
66
"repository": {

packages/jupytercad-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/jupytercad-app",
3-
"version": "0.1.0-beta.0",
3+
"version": "0.1.0-rc.0",
44
"author": {
55
"name": "JupyterCad contributors"
66
},

packages/jupytercad-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/jupytercad-extension",
3-
"version": "0.1.0-beta.0",
3+
"version": "0.1.0-rc.0",
44
"description": "A JupyterLab extension for 3D modelling.",
55
"keywords": [
66
"jupyter",
@@ -53,7 +53,7 @@
5353
"@jupyter/collaboration": "^1.0.0-alpha.7",
5454
"@jupyter/docprovider": "^1.0.0-alpha.8",
5555
"@jupyter/ydoc": "^0.3.4 || ^1.0.2",
56-
"@jupytercad/jupytercad-opencascade": "^0.1.1-beta.0",
56+
"@jupytercad/jupytercad-opencascade": "^0.1.1-rc.0",
5757
"@jupyterlab/application": "^4.0.0",
5858
"@jupyterlab/apputils": "^4.0.0",
5959
"@jupyterlab/coreutils": "^6.0.0",

packages/jupytercad-opencascade/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/jupytercad-opencascade",
3-
"version": "0.1.1-beta.0",
3+
"version": "0.1.1-rc.0",
44
"description": "The custom OpenCascade build for JupyterCAD.",
55
"keywords": [
66
"jupyter",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ __metadata:
892892
"@jupyter/collaboration": ^1.0.0-alpha.7
893893
"@jupyter/docprovider": ^1.0.0-alpha.8
894894
"@jupyter/ydoc": ^0.3.4 || ^1.0.2
895-
"@jupytercad/jupytercad-opencascade": ^0.1.1-beta.0
895+
"@jupytercad/jupytercad-opencascade": ^0.1.1-rc.0
896896
"@jupyterlab/application": ^4.0.0
897897
"@jupyterlab/apputils": ^4.0.0
898898
"@jupyterlab/builder": ^4.0.0
@@ -932,7 +932,7 @@ __metadata:
932932
languageName: unknown
933933
linkType: soft
934934

935-
"@jupytercad/jupytercad-opencascade@^0.1.1-beta.0, @jupytercad/jupytercad-opencascade@workspace:packages/jupytercad-opencascade":
935+
"@jupytercad/jupytercad-opencascade@^0.1.1-rc.0, @jupytercad/jupytercad-opencascade@workspace:packages/jupytercad-opencascade":
936936
version: 0.0.0-use.local
937937
resolution: "@jupytercad/jupytercad-opencascade@workspace:packages/jupytercad-opencascade"
938938
dependencies:

0 commit comments

Comments
 (0)