Skip to content

Commit 6a83d87

Browse files
committed
chore: bump
1 parent 9ac83f4 commit 6a83d87

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

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": "1.0.0-beta.12",
3+
"version": "1.0.0-beta.13",
44
"description": "",
55
"main": "index",
66
"typings": "index.d.ts",

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": "1.0.0-beta.12",
3+
"version": "1.0.0-beta.13",
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": "1.0.0-beta.12",
3+
"version": "1.0.0-beta.13",
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": "1.0.0-beta.13",
3+
"version": "1.0.0-beta.14",
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": "1.0.0-beta.13",
3+
"version": "1.0.0-beta.14",
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": "index.d.ts",

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": "1.0.0-beta.12",
3+
"version": "1.0.0-beta.13",
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": "1.0.0-alpha.17",
3+
"version": "1.0.0-alpha.18",
44
"description": "DOM Canvas API for NativeScript",
55
"main": "index",
66
"typings": "index.d.ts",

packages/canvas/platforms/android/include.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ allprojects {
77
}
88

99
dependencies {
10-
implementation 'org.nativescript:canvas:1.0.0-alpha.12'
10+
implementation 'org.nativescript:canvas:1.0.0-alpha.13'
1111
implementation "androidx.multidex:multidex:2.0.1"
1212
}
1313

packages/canvas/src-native/canvas-android/canvas/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GROUP=org.nativescript
22

33
POM_ARTIFACT_ID=canvas
4-
VERSION_NAME=1.0.0-alpha.12
4+
VERSION_NAME=1.0.0-alpha.13
55

66
POM_NAME=canvas
77
POM_PACKAGING=aar

packages/canvas/src-native/canvas-android/canvas/publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ allprojects {
2424
plugins.withId("com.vanniktech.maven.base") {
2525
group = "org.nativescript"
2626
archivesBaseName = "canvas"
27-
version = "1.0.0-alpha.12"
27+
version = "1.0.0-alpha.13"
2828

2929
mavenPublishing {
3030
publishToMavenCentral("DEFAULT")

0 commit comments

Comments
 (0)