Skip to content

Commit bdc3938

Browse files
author
Thomas Luo
committed
changing version 0.4.3 -> 0.5.0
1 parent b3b552b commit bdc3938

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixano/ai",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "AI tools for annotations",
55
"author": "Pixano Authors <pixano@cea.fr>",
66
"license": "CECILL-C",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixano/core",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "Pixano core module",
55
"author": "Pixano Authors <pixano@cea.fr>",
66
"license": "CECILL-C",

packages/graphics-2d/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixano/graphics-2d",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "Pixano graphics 2d module",
55
"author": "Pixano Authors <pixano@cea.fr>",
66
"homepage": "",
@@ -25,8 +25,8 @@
2525
"@material/mwc-icon-button-toggle": "0.19.1",
2626
"@material/mwc-list": "0.19.1",
2727
"@material/mwc-select": "0.19.1",
28-
"@pixano/ai": "0.4.3",
29-
"@pixano/core": "0.4.3",
28+
"@pixano/ai": "0.5.0",
29+
"@pixano/core": "0.5.0",
3030
"lit-element": "2.4.0",
3131
"on-change": "^2.0.1",
3232
"pixi.js": "5.3.3"

packages/graphics-3d/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixano/graphics-3d",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "Pixano graphics-3d module",
55
"author": "Pixano Authors <pixano@cea.fr>",
66
"homepage": "",
@@ -15,7 +15,7 @@
1515
"typescript": "3.8.3"
1616
},
1717
"dependencies": {
18-
"@pixano/core": "0.4.3",
18+
"@pixano/core": "0.5.0",
1919
"lit-element": "2.4.0",
2020
"three": "0.115.0"
2121
},

0 commit comments

Comments
 (0)