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
Next Next commit
start version bump work
  • Loading branch information
jonahwilliams committed Nov 4, 2024
commit 4a093f1a84eeb6b76c2c1924c52d78ffc14197dc
4 changes: 4 additions & 0 deletions packages/vector_graphics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.14

* Relax dependency constraint on vector_graphics_codec.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relaxes


## 1.1.13

* Fix execution on the web with WebAssembly.
Expand Down
11 changes: 3 additions & 8 deletions packages/vector_graphics/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: vector_graphics
description: A vector graphics rendering package for Flutter using a binary encoding.
repository: https://github.com/flutter/packages/tree/main/packages/vector_graphics
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

environment:
sdk: ^3.4.0
Expand All @@ -15,14 +12,12 @@ dependencies:
flutter:
sdk: flutter
http: ^1.0.0
# See https://github.com/flutter/flutter/issues/157626
vector_graphics_codec: ">=1.1.11+1 <= 1.1.12"
vector_graphics_codec: "^1.1.11+1"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These shouldn't need quotes once they are using ^.


dev_dependencies:
flutter_test:
sdk: flutter
# See https://github.com/flutter/flutter/issues/157626
vector_graphics_compiler: ">=1.1.11+1 <= 1.1.12"
vector_graphics_compiler: "^1.1.11+1"

platforms:
android:
Expand Down
3 changes: 0 additions & 3 deletions packages/vector_graphics_codec/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: vector_graphics_codec
description: An encoding library for the binary format used in `package:vector_graphics`
repository: https://github.com/flutter/packages/tree/main/packages/vector_graphics_codec
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.12

environment:
Expand Down
4 changes: 4 additions & 0 deletions packages/vector_graphics_compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.13

* Relax dependency constraint on vector_graphics_codec.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relaxes


## 1.1.12

* Transfers the package source from https://github.com/dnfield/vector_graphics
Expand Down
8 changes: 2 additions & 6 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.12
version: 1.1.13

executables:
vector_graphics_compiler:
Expand All @@ -18,8 +15,7 @@ dependencies:
meta: ^1.7.0
path: ^1.8.0
path_parsing: ^1.0.1
# See https://github.com/flutter/flutter/issues/157626
vector_graphics_codec: ">=1.1.11+1 <= 1.1.12"
vector_graphics_codec: "^1.1.11+1"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for quotes

# 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
5 changes: 5 additions & 0 deletions third_party/packages/flutter_svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.12

* Relax the dependency constraints on vector_graphics, vector_graphics_codec,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relaxes

and vector_graphics_compiler.

## 2.0.11

* Transfers the package source from https://github.com/dnfield/flutter_svg
Expand Down
9 changes: 4 additions & 5 deletions third_party/packages/flutter_svg/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_svg
description: An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.
repository: https://github.com/flutter/packages/tree/main/third_party/packages/flutter_svg
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_svg%22
version: 2.0.11
version: 2.0.12

environment:
sdk: ^3.4.0
Expand All @@ -12,10 +12,9 @@ dependencies:
flutter:
sdk: flutter
http: ^1.0.0
# See https://github.com/flutter/flutter/issues/157626
vector_graphics: ">=1.1.11+1 <= 1.1.12"
vector_graphics_codec: ">=1.1.11+1 <= 1.1.12"
vector_graphics_compiler: ">=1.1.11+1 <= 1.1.12"
vector_graphics: "^1.1.11+1"
vector_graphics_codec: "^1.1.11+1"
vector_graphics_compiler: "^1.1.11+1"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same for these.


dev_dependencies:
flutter_test:
Expand Down