Skip to content

Commit 16bf81a

Browse files
committed
[vector_graphics_compiler] Bumped version and update CHANGELOG
1 parent 5551028 commit 16bf81a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/vector_graphics_compiler/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## NEXT
1+
## 1.1.20
22

3+
* Fix rgb and rgba color parsing to handle modern CSS syntax
34
* Updates minimum supported SDK version to Flutter 3.35/Dart 3.9.
45

56
## 1.1.19

packages/vector_graphics_compiler/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: vector_graphics_compiler
22
description: A compiler to convert SVGs to the binary format used by `package:vector_graphics`.
33
repository: https://github.com/flutter/packages/tree/main/packages/vector_graphics_compiler
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.19
5+
version: 1.1.20
66

77
executables:
88
vector_graphics_compiler:

0 commit comments

Comments
 (0)