[canvaskit] Release 0.32.0

Change-Id: Ic9f345a37f409108c4c4252b3d2d0c8b6255a78a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/485156
Reviewed-by: Joe Gregorio <jcgregorio@google.com>
This commit is contained in:
Kevin Lubick 2021-12-15 13:00:24 -05:00
parent fccec5f0e9
commit 16a06174df
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.32.0] - 2021-12-15
### Breaking
- `Canvas.drawVertices` and `Canvas.drawPatch` treat the default blend mode differently.
See https://bugs.chromium.org/p/skia/issues/detail?id=12662.

View File

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

View File

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