Skip to content

Commit 08792f3

Browse files
Update version number
1 parent cce339e commit 08792f3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/vector_graphics/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.16
2+
3+
* Fixes some memory leaks.
4+
15
## 1.1.15
26

37
* Updates error handling in VectorGraphicWidget to handle errors when the bytes of the graphic cannot be loaded.

packages/vector_graphics/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: vector_graphics
22
description: A vector graphics rendering package for Flutter using a binary encoding.
33
repository: https://github.com/flutter/packages/tree/main/packages/vector_graphics
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+vector_graphics%22
5-
version: 1.1.15
5+
version: 1.1.16
66

77
environment:
88
sdk: ^3.4.0

0 commit comments

Comments
 (0)