Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into refactor/compiler-wasm-compatibility
  • Loading branch information
nank1ro authored Nov 5, 2024
commit c9d77218e11037dfe6cb022236af8c9cdf12850b
6 changes: 5 additions & 1 deletion packages/vector_graphics_compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## 1.1.13
## 1.1.14

* Makes the package WASM compatible.

## 1.1.13

* Relaxes dependency constraint on vector_graphics_codec.

## 1.1.12

* Transfers the package source from https://github.com/dnfield/vector_graphics
Expand Down
5 changes: 1 addition & 4 deletions packages/vector_graphics_compiler/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: vector_graphics_compiler
description: A compiler to convert SVGs to the binary format used by `package:vector_graphics`.
repository: https://github.com/flutter/packages/tree/main/packages/vector_graphics_compiler
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+vector_graphics%22
# See https://github.com/flutter/flutter/issues/157626 before publishing a new
# version.
publish_to: none
version: 1.1.13
version: 1.1.14

executables:
vector_graphics_compiler:
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.