[canvaskit] Deploy 0.29.0

Change-Id: Ie74c04cf7a0d635d3f716947b0e771d78b06d775
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/437396
Reviewed-by: Kevin Lubick <kjlubick@google.com>
This commit is contained in:
Kevin Lubick 2021-08-06 15:16:55 -04:00
parent a0438e6604
commit eb76f3d0dd
3 changed files with 4 additions and 2 deletions

View File

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.29.0] - 2021-08-06
### Added
- `Path.makeAsWinding` has been added to convert paths with an EvenOdd FillType to the
equivalent area using the Winding FillType.

View File

@ -1,6 +1,6 @@
{
"name": "canvaskit-wasm",
"version": "0.28.1",
"version": "0.29.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "canvaskit-wasm",
"version": "0.28.1",
"version": "0.29.0",
"description": "A WASM version of Skia's Canvas API",
"main": "bin/canvaskit.js",
"homepage": "https://github.com/google/skia/tree/master/modules/canvaskit",