Skip to content

Commit d4fac92

Browse files
committed
chore(): bump
1 parent 6785c43 commit d4fac92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/canvas-polyfill/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-polyfill",
3-
"version": "1.0.0-alpha16",
3+
"version": "1.0.0-alpha17",
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",
@@ -33,7 +33,7 @@
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed",
3535
"peerDependencies": {
36-
"@nativescript/canvas": "~0.9.7"
36+
"@nativescript/canvas": "~0.9.8"
3737
},
3838
"dependencies": {
3939
"xmldom-qsa": "^1.0.3"

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

0 commit comments

Comments
 (0)