Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Github back up to date, update versions for latest publication prep #230

Merged
merged 5 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions packages/vector_graphics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.1.10

- Add missing clip before saveLayer.

## 1.1.9+2

- Fix case sensitivity on scientific notation parsing.
Expand Down
6 changes: 3 additions & 3 deletions packages/vector_graphics/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: vector_graphics
description: A vector graphics rendering package for Flutter.
version: 1.1.9+2
version: 1.1.10
homepage: https://github.com/dnfield/vector_graphics

environment:
Expand All @@ -10,13 +10,13 @@ environment:
dependencies:
flutter:
sdk: flutter
vector_graphics_codec: 1.1.9+2
vector_graphics_codec: 1.1.10

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
vector_graphics_compiler: 1.1.9+2
vector_graphics_compiler: 1.1.10

# Comment out before publishing
dependency_overrides:
Expand Down
4 changes: 4 additions & 0 deletions packages/vector_graphics_codec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.1.10

- Add missing clip before saveLayer.

## 1.1.9+2

- Fix case sensitivity on scientific notation parsing.
Expand Down
2 changes: 1 addition & 1 deletion packages/vector_graphics_codec/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: vector_graphics_codec
description: An encoding library for `package:vector_graphics`
version: 1.1.9+2
version: 1.1.10
homepage: https://github.com/dnfield/vector_graphics

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,5 +1,9 @@
# CHANGELOG

## 1.1.10

- Add missing clip before saveLayer.

## 1.1.9+2

- Fix case sensitivity on scientific notation parsing.
Expand Down
6 changes: 3 additions & 3 deletions packages/vector_graphics_compiler/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: vector_graphics_compiler
description: A compiler for `package:vector_graphics`.
version: 1.1.9+2
version: 1.1.10
homepage: https://github.com/dnfield/vector_graphics

executables:
Expand All @@ -14,7 +14,7 @@ dependencies:
meta: ^1.7.0
path_parsing: ^1.0.1
xml: ^6.3.0
vector_graphics_codec: 1.1.9+2
vector_graphics_codec: 1.1.10
path: ^1.8.0

dev_dependencies:
Expand All @@ -25,7 +25,7 @@ dev_dependencies:
sdk: flutter
flutter_test:
sdk: flutter
vector_graphics: 1.1.9+2
vector_graphics: 1.1.10

# Comment out before publishing
dependency_overrides:
Expand Down
Loading