Skip to content

Commit

Permalink
stuart feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwilliams committed Nov 4, 2024
1 parent 4a093f1 commit f4b8387
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/vector_graphics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.1.14

* Relax dependency constraint on vector_graphics_codec.
* Relaxes dependency constraint on vector_graphics_codec.

## 1.1.13

Expand Down
4 changes: 2 additions & 2 deletions packages/vector_graphics/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ dependencies:
flutter:
sdk: flutter
http: ^1.0.0
vector_graphics_codec: "^1.1.11+1"
vector_graphics_codec: ^1.1.11+1

dev_dependencies:
flutter_test:
sdk: flutter
vector_graphics_compiler: "^1.1.11+1"
vector_graphics_compiler: ^1.1.11+1

platforms:
android:
Expand Down
2 changes: 1 addition & 1 deletion packages/vector_graphics_compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.1.13

* Relax dependency constraint on vector_graphics_codec.
* Relaxes dependency constraint on vector_graphics_codec.

## 1.1.12

Expand Down
2 changes: 1 addition & 1 deletion packages/vector_graphics_compiler/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
meta: ^1.7.0
path: ^1.8.0
path_parsing: ^1.0.1
vector_graphics_codec: "^1.1.11+1"
vector_graphics_codec: ^1.1.11+1
# This uses an exact upper range because it is an external dependency (see
# https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#dependencies
# for more information), and this mitigates transitive risk exposure to
Expand Down
2 changes: 1 addition & 1 deletion third_party/packages/flutter_svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 2.0.12

* Relax the dependency constraints on vector_graphics, vector_graphics_codec,
* Relaxes the dependency constraints on vector_graphics, vector_graphics_codec,
and vector_graphics_compiler.

## 2.0.11
Expand Down
6 changes: 3 additions & 3 deletions third_party/packages/flutter_svg/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ dependencies:
flutter:
sdk: flutter
http: ^1.0.0
vector_graphics: "^1.1.11+1"
vector_graphics_codec: "^1.1.11+1"
vector_graphics_compiler: "^1.1.11+1"
vector_graphics: ^1.1.11+1
vector_graphics_codec: ^1.1.11+1
vector_graphics_compiler: ^1.1.11+1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit f4b8387

Please sign in to comment.