[canvaskit] Publish 0.17.2

Change-Id: Ia6d3ec1a38498468bb6b30059f94ded0d68800a2
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/305196
Reviewed-by: Kevin Lubick <kjlubick@google.com>
This commit is contained in:
Kevin Lubick 2020-07-22 13:14:26 -04:00
parent d8194dcc3e
commit ab47abfca3
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Changed ## [0.17.2] - 2020-07-22
### Fixed
- Shader programs are no longer generated with `do-while` loops in WebGL 1.0. - Shader programs are no longer generated with `do-while` loops in WebGL 1.0.
## [0.17.1] - 2020-07-21 ## [0.17.1] - 2020-07-21

View File

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