Skip to content

Commit

Permalink
feat: v1
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz committed Mar 9, 2022
1 parent 1e69f68 commit 4d87d63
Show file tree
Hide file tree
Showing 162 changed files with 11,185 additions and 40,206 deletions.
2 changes: 1 addition & 1 deletion CanvasNative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.name = "CanvasNative"

s.version = "1.0.0-alpha.17"
s.version = "1.0.0"

s.summary = "A Canvas library"

Expand Down
4 changes: 2 additions & 2 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"zen-3d": "file:../../node_modules/zen-3d"
},
"devDependencies": {
"@nativescript/android": "8.1.1",
"@nativescript/ios": "8.1.0"
"@nativescript/android": "8.2.0",
"@nativescript/ios": "8.2.0"
}
}
80 changes: 40 additions & 40 deletions packages/canvas-babylon/package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"name": "@nativescript/canvas-babylon",
"version": "1.0.0-beta.13",
"description": "",
"main": "index",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "7.0.0",
"android": "7.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/canvas.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"iOS",
"Android"
],
"author": {
"name": "NativeScript",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/NativeScript/canvas/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/NativeScript/canvas",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed",
"dependencies": {
"@nativescript/canvas-polyfill": "beta"
},
"peerDependencies": {
"babylonjs": "^4.1.0"
}
}
"name": "@nativescript/canvas-babylon",
"version": "1.0.0",
"description": "",
"main": "index",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "7.0.0",
"android": "7.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/canvas.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"iOS",
"Android"
],
"author": {
"name": "NativeScript",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/NativeScript/canvas/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/NativeScript/canvas",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed",
"dependencies": {
"@nativescript/canvas-polyfill": "*"
},
"peerDependencies": {
"babylonjs": "^4.1.0"
}
}
68 changes: 34 additions & 34 deletions packages/canvas-media/package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"name": "@nativescript/canvas-media",
"version": "0.13.8",
"description": "Canvas media",
"main": "index",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "6.0.0",
"android": "6.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/plugins.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"iOS",
"Android"
],
"author": {
"name": "NativeScript",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/NativeScript/plugins/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/NativeScript/plugins",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}
"name": "@nativescript/canvas-media",
"version": "1.0.0",
"description": "Canvas media",
"main": "index",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "6.0.0",
"android": "6.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/plugins.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"iOS",
"Android"
],
"author": {
"name": "NativeScript",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/NativeScript/plugins/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/NativeScript/plugins",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/canvas-media/platforms/android/include.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ repositories {
}

dependencies {
implementation 'com.google.android.exoplayer:exoplayer:2.13.3'
implementation 'com.google.android.exoplayer:exoplayer-ui:2.13.3'
implementation 'com.google.android.exoplayer:exoplayer:2.17.0'
implementation 'com.google.android.exoplayer:exoplayer-ui:2.17.0'
}
Loading

0 comments on commit 4d87d63

Please sign in to comment.