From 750261f41af6fc636d64d4431cee2eae67d49d84 Mon Sep 17 00:00:00 2001 From: Kevin Lubick Date: Mon, 5 Oct 2020 07:56:19 -0400 Subject: [PATCH] [canvaskit] Update npm to 0.18.0 0.18.1 should add docs 0.19.0 should remove Sk prefix Change-Id: I21ef6e0735186bffc215a5855d3d53f405bde0fb Reviewed-on: https://skia-review.googlesource.com/c/skia/+/322318 Reviewed-by: Kevin Lubick --- modules/canvaskit/CHANGELOG.md | 2 ++ modules/canvaskit/canvaskit/package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/canvaskit/CHANGELOG.md b/modules/canvaskit/CHANGELOG.md index 75c0492325..779e4fc8c9 100644 --- a/modules/canvaskit/CHANGELOG.md +++ b/modules/canvaskit/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.18.0] - 2020-10-05 + ### Breaking - SkRect are no longer returned from `CanvasKit.LTRBRect`, `CanvasKit.XYWHRect` nor are accepted as JS objects. Instead, the format is 4 floats in either an array, a diff --git a/modules/canvaskit/canvaskit/package.json b/modules/canvaskit/canvaskit/package.json index 4a3877dd1b..3a5bd2abc0 100644 --- a/modules/canvaskit/canvaskit/package.json +++ b/modules/canvaskit/canvaskit/package.json @@ -1,6 +1,6 @@ { "name": "canvaskit-wasm", - "version": "0.17.3", + "version": "0.18.0", "description": "A WASM version of Skia's Canvas API", "main": "bin/canvaskit.js", "homepage": "https://github.com/google/skia/tree/master/modules/canvaskit", @@ -9,7 +9,7 @@ }, "permsRepo": "skia-dev/.github", "publishConfig": { - "registry":"https://wombat-dressing-room.appspot.com" + "registry": "https://wombat-dressing-room.appspot.com" }, "license": "BSD-3-Clause" }