Skip to content

Commit

Permalink
Merge pull request #65 from NativeScript/fix/gestures-patches
Browse files Browse the repository at this point in the history
chore: bump
  • Loading branch information
triniwiz authored Oct 31, 2021
2 parents 6deba03 + 755fb67 commit a01dca1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/canvas-babylon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/canvas-babylon",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "",
"main": "index",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas-phaser-ce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/canvas-phaser-ce",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "Tools for using Phaser-ce to build native 2D games in NativeScript 👾",
"main": "index",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas-phaser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/canvas-phaser",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "Build awesome 2D games with Phaser.js and NativeScript",
"main": "index",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas-pixi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/canvas-pixi",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.7",
"description": "Plugin for using pixi.js in NativeScript",
"main": "index",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas-polyfill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/canvas-polyfill",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"description": "Polyfill for making NativeScript compatible with web libs like pixi.js, three.js, phaser.js, babylon.js, etc....",
"main": "index",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas-three/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/canvas-three",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "Utilities for using THREE.js on NativeScript",
"main": "index",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas/platforms/android/include.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ allprojects {
}

dependencies {
implementation 'org.nativescript:canvas:1.0.0-alpha.10'
implementation 'org.nativescript:canvas:1.0.0-alpha.12'
implementation "androidx.multidex:multidex:2.0.1"
}

Expand Down
2 changes: 1 addition & 1 deletion packages/canvas/platforms/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use_frameworks!
platform :ios, '11.0'
pod 'CanvasNative' , '~> 1.0.0.alpha.4'
pod 'CanvasNative' , '~> 1.0.0.alpha.11'
#pod 'CanvasNative', :path => "$(SRCROOT)/../../../../../"
#pod 'CanvasNative', :git => 'https://github.com/NativeScript/canvas.git', :tag => '1.0.0-alpha.2'

0 comments on commit a01dca1

Please sign in to comment.