Skip to content

Commit 2ecc7ce

Browse files
committed
chore: bump
1 parent 8238e6a commit 2ecc7ce

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

packages/canvas-babylon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/canvas-babylon",
3-
"version": "2.0.0-rc.22",
3+
"version": "2.0.0",
44
"description": "",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -33,7 +33,7 @@
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed",
3535
"dependencies": {
36-
"@nativescript/canvas-polyfill": "rc",
36+
"@nativescript/canvas-polyfill": "*",
3737
"babylonjs": "~6.24.0"
3838
}
3939
}

packages/canvas-chartjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/canvas-chartjs",
3-
"version": "2.0.0-rc.10",
3+
"version": "2.0.0",
44
"description": "ChartJS",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -33,7 +33,7 @@
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed",
3535
"dependencies": {
36-
"@nativescript/canvas-polyfill": "rc",
36+
"@nativescript/canvas-polyfill": "*",
3737
"chart.js": "~4.4.0"
3838
}
3939
}

packages/canvas-media/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/canvas-media",
3-
"version": "2.0.0-rc.22",
3+
"version": "2.0.0",
44
"description": "Canvas media",
55
"main": "index",
66
"typings": "index.d.ts",

packages/canvas-phaser-ce/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/canvas-phaser-ce",
3-
"version": "2.0.0-rc.22",
3+
"version": "2.0.0",
44
"description": "Tools for using Phaser-ce to build native 2D games in NativeScript 👾",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -33,7 +33,7 @@
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed",
3535
"dependencies": {
36-
"@nativescript/canvas-polyfill": "rc",
36+
"@nativescript/canvas-polyfill": "*",
3737
"phaser-ce": "2.20.0"
3838
}
3939
}

packages/canvas-phaser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/canvas-phaser",
3-
"version": "2.0.0-rc.22",
3+
"version": "2.0.0",
44
"description": "Build awesome 2D games with Phaser.js and NativeScript",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -33,7 +33,7 @@
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed",
3535
"dependencies": {
36-
"@nativescript/canvas-polyfill": "rc",
36+
"@nativescript/canvas-polyfill": "*",
3737
"phaser": "~3.60.0"
3838
}
3939
}

packages/canvas-pixi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/canvas-pixi",
3-
"version": "2.0.0-rc.22",
3+
"version": "2.0.0",
44
"description": "Plugin for using pixi.js in NativeScript",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -33,7 +33,7 @@
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "nativescript-plugin-seed",
3535
"dependencies": {
36-
"@nativescript/canvas-polyfill": "rc",
36+
"@nativescript/canvas-polyfill": "*",
3737
"pixi.js": "~8.5.2",
3838
"pixi.js-legacy": "~7.4.2",
3939
"pixi-filters": "~6.0.5"

packages/canvas-polyfill/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/canvas-polyfill",
3-
"version": "2.0.0-rc.22",
3+
"version": "2.0.0",
44
"description": "Polyfill for making NativeScript compatible with web libs like pixi.js, three.js, phaser.js, babylon.js, etc....",
55
"main": "index",
66
"typings": "global.d.ts",
@@ -33,9 +33,9 @@
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed",
3535
"dependencies": {
36-
"@nativescript/canvas": "rc",
37-
"@nativescript/canvas-media": "rc",
38-
"@nativescript/canvas-svg": "rc",
36+
"@nativescript/canvas": "*",
37+
"@nativescript/canvas-media": "*",
38+
"@nativescript/canvas-svg": "*",
3939
"@xmldom/xmldom": "0.8.10",
4040
"query-selector": "2.0.0",
4141
"set-value": "4.1.0"

packages/canvas-svg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/canvas-svg",
3-
"version": "2.0.0-rc.22",
3+
"version": "2.0.0",
44
"description": "Add a plugin description",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)