Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
camilledupont committed Jun 2, 2020
1 parent 3e1f6b2 commit 94630ff
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 31 deletions.
6 changes: 3 additions & 3 deletions demos/cuboid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-cuboid",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "Cuboid demo",
"author": "Pixano Authors <[email protected]>",
Expand All @@ -20,8 +20,8 @@
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@pixano/graphics-3d": "^0.3.0",
"@pixano/core": "^0.3.0",
"@pixano/graphics-3d": "^0.3.1",
"@pixano/core": "^0.3.1",
"lit-element": "^2.3.1"
}
}
2 changes: 1 addition & 1 deletion demos/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@pixano/graphics-2d": "^0.2.0",
"@pixano/graphics-2d": "^0.3.1",
"lit-element": "^2.3.1"
}
}
Expand Down
6 changes: 3 additions & 3 deletions demos/polygon-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-polygon-http",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "Demo for polygon",
"author": "Pixano Authors <[email protected]>",
Expand All @@ -19,8 +19,8 @@
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@pixano/graphics-2d": "^0.3.0",
"@pixano/core": "^0.3.0",
"@pixano/graphics-2d": "^0.3.1",
"@pixano/core": "^0.3.1",
"lit-element": "^2.3.1"
}
}
6 changes: 3 additions & 3 deletions demos/polygon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-polygon",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "Demo for polygon",
"author": "Pixano Authors <[email protected]>",
Expand All @@ -17,8 +17,8 @@
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@pixano/graphics-2d": "^0.3.0",
"@pixano/core": "^0.3.0",
"@pixano/graphics-2d": "^0.3.1",
"@pixano/core": "^0.3.1",
"lit-element": "^2.3.1"
}
}
6 changes: 3 additions & 3 deletions demos/rectangle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-rectangle",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "Demo for rectangle",
"author": "Pixano Authors <[email protected]>",
Expand All @@ -17,8 +17,8 @@
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@pixano/graphics-2d": "^0.3.0",
"@pixano/core": "^0.3.0",
"@pixano/graphics-2d": "^0.3.1",
"@pixano/core": "^0.3.1",
"lit-element": "^2.3.1"
}
}
6 changes: 3 additions & 3 deletions demos/segmentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-segmentation",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "Demo for segmentation",
"author": "Pixano Authors <[email protected]>",
Expand All @@ -17,8 +17,8 @@
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@pixano/graphics-2d": "^0.3.0",
"@pixano/core": "^0.3.0",
"@pixano/graphics-2d": "^0.3.1",
"@pixano/core": "^0.3.1",
"lit-element": "^2.3.1"
}
}
6 changes: 3 additions & 3 deletions demos/smart-rectangle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-smart-rectangle",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "Demo for rectangle",
"author": "Pixano Authors <[email protected]>",
Expand All @@ -25,8 +25,8 @@
"@material/mwc-dialog": "^0.14.1",
"@material/mwc-linear-progress": "^0.14.1",
"@material/mwc-textfield": "^0.14.1",
"@pixano/graphics-2d": "^0.3.0",
"@pixano/core": "^0.3.0",
"@pixano/graphics-2d": "^0.3.1",
"@pixano/core": "^0.3.1",
"lit-element": "^2.3.1"
}
}
2 changes: 1 addition & 1 deletion demos/tracking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@material/mwc-button": "^0.14.1",
"@pixano/graphics-2d": "^0.3.0",
"@pixano/graphics-2d": "^0.3.1",
"lit-element": "^2.3.1"
}
}
4 changes: 2 additions & 2 deletions documentation/how_to_create_a_new_component.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ customElements.define('my-demo', MyDemo);
```json
{
"name": "demo-my-element",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "Demo",
"scripts": {
Expand All @@ -105,7 +105,7 @@ customElements.define('my-demo', MyDemo);
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@pixano/graphics-2d": "^0.3.0",
"@pixano/graphics-2d": "^0.3.1",
"@webcomponents/webcomponentsjs": "^2.4.3",
"lit-element": "^2.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pixano-elements",
"private": true,
"version": "0.3.0",
"version": "0.3.1",
"devDependencies": {
"es-dev-server": "^1.46.5",
"lerna": "^3.20.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixano/ai",
"version": "0.3.0",
"version": "0.3.1",
"description": "AI tools for annotations",
"author": "Pixano Authors <[email protected]>",
"license": "CECILL-C",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixano/core",
"version": "0.3.0",
"version": "0.3.1",
"description": "Pixano core module",
"author": "Pixano Authors <[email protected]>",
"license": "CECILL-C",
Expand Down
6 changes: 3 additions & 3 deletions packages/graphics-2d/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixano/graphics-2d",
"version": "0.3.0",
"version": "0.3.1",
"description": "Pixano graphics 2d module",
"author": "Pixano Authors <[email protected]>",
"homepage": "",
Expand All @@ -20,8 +20,8 @@
"@material/mwc-icon-button-toggle": "^0.14.1",
"@material/mwc-list": "^0.14.1",
"@material/mwc-select": "^0.14.1",
"@pixano/ai": "^0.3.0",
"@pixano/core": "^0.3.0",
"@pixano/ai": "^0.3.1",
"@pixano/core": "^0.3.1",
"lit-element": "^2.3.1",
"on-change": "^2.0.1",
"pixi.js": "^5.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphics-3d/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixano/graphics-3d",
"version": "0.3.0",
"version": "0.3.1",
"description": "Pixano graphics-3d module",
"author": "Pixano Authors <[email protected]>",
"homepage": "",
Expand All @@ -15,7 +15,7 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@pixano/core": "^0.3.0",
"@pixano/core": "^0.3.1",
"lit-element": "^2.3.1",
"three": "^0.115.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"jest": "^24.9.0",
"@types/jest": "^24.0.23",
"ts-jest": "^24.2.0",
"@pixano/core": "^0.3.0"
"@pixano/core": "^0.3.1"
},
"scripts": {
"test": "jest --config=jest.config.js"
Expand Down

0 comments on commit 94630ff

Please sign in to comment.