Skip to content

Commit 1bae88a

Browse files
committed
chore: 2.1.7
1 parent c2c49db commit 1bae88a

11 files changed

Lines changed: 22 additions & 22 deletions

File tree

packages/canvas-babylon/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-babylon",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "",
55
"main": "index",
66
"typings": "index.d.ts",

packages/canvas-chartjs/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-chartjs",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "ChartJS",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -12,7 +12,7 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/NativeScript/plugins.git"
15+
"url": "https://github.com/NativeScript/canvas.git"
1616
},
1717
"keywords": [
1818
"NativeScript",
@@ -26,10 +26,10 @@
2626
"email": "oss@nativescript.org"
2727
},
2828
"bugs": {
29-
"url": "https://github.com/NativeScript/plugins/issues"
29+
"url": "https://github.com/NativeScript/canvas/issues"
3030
},
3131
"license": "Apache-2.0",
32-
"homepage": "https://github.com/NativeScript/plugins",
32+
"homepage": "https://github.com/NativeScript/canvas",
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed",
3535
"dependencies": {

packages/canvas-media/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-media",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "Canvas media",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -12,7 +12,7 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/NativeScript/plugins.git"
15+
"url": "https://github.com/NativeScript/canvas.git"
1616
},
1717
"keywords": [
1818
"NativeScript",
@@ -26,10 +26,10 @@
2626
"email": "oss@nativescript.org"
2727
},
2828
"bugs": {
29-
"url": "https://github.com/NativeScript/plugins/issues"
29+
"url": "https://github.com/NativeScript/canvas/issues"
3030
},
3131
"license": "Apache-2.0",
32-
"homepage": "https://github.com/NativeScript/plugins",
32+
"homepage": "https://github.com/NativeScript/canvas",
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed"
3535
}

packages/canvas-phaser-ce/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-phaser-ce",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "Tools for using Phaser-ce to build native 2D games in NativeScript 👾",
55
"main": "index",
66
"typings": "index.d.ts",

packages/canvas-phaser/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-phaser",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "Build awesome 2D games with Phaser.js and NativeScript",
55
"main": "index",
66
"typings": "index.d.ts",

packages/canvas-pixi/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-pixi",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "Plugin for using pixi.js in NativeScript",
55
"main": "index",
66
"typings": "index.d.ts",

packages/canvas-polyfill/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-polyfill",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
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",

packages/canvas-svg/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-svg",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "Add a plugin description",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -12,7 +12,7 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/NativeScript/plugins.git"
15+
"url": "https://github.com/NativeScript/canvas.git"
1616
},
1717
"keywords": [
1818
"NativeScript",
@@ -26,10 +26,10 @@
2626
"email": "oss@nativescript.org"
2727
},
2828
"bugs": {
29-
"url": "https://github.com/NativeScript/plugins/issues"
29+
"url": "https://github.com/NativeScript/canvas/issues"
3030
},
3131
"license": "Apache-2.0",
32-
"homepage": "https://github.com/NativeScript/plugins",
32+
"homepage": "https://github.com/NativeScript/canvas",
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed",
3535
"dependencies": {

packages/canvas-three/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-three",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "Utilities for using THREE.js on NativeScript",
55
"main": "index",
66
"typings": "index.d.ts",

packages/canvas/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",
3-
"version": "2.1.4",
3+
"version": "2.1.7",
44
"description": "DOM Canvas API for NativeScript",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)