Skip to content

Commit

Permalink
Bump version 1.3.0, and Upgrade Dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos930807 committed Dec 29, 2020
1 parent b721cd5 commit 5a122b3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 45 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Added Property showCloseIcon, to control if close icon appear.
* Added Property closeIcon, to build a custom close icon.
* Added QUESTION dialogType support.
* Added INFO dialogType to show info mark.
* Updated INFO dialogType to show info mark.
## [1.2.1] - 11/10/2020.
* Added Property buttonsBorderRadius.
* Safe Call operator on Navigation.of(context) before trying to dissmiss the Dialog.
Expand Down
28 changes: 7 additions & 21 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.1"
version: "1.3.0"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -109,27 +109,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0-nullsafety.1"
sa_anicoto:
pedantic:
dependency: transitive
description:
name: sa_anicoto
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
sa_multi_tween:
dependency: transitive
description:
name: sa_multi_tween
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.1"
sa_stateless_animation:
dependency: transitive
description:
name: sa_stateless_animation
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
version: "1.9.2"
sa_v1_migration:
dependency: transitive
description:
Expand All @@ -143,7 +129,7 @@ packages:
name: simple_animations
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.1"
version: "2.4.2"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -183,14 +169,14 @@ packages:
name: supercharged
url: "https://pub.dartlang.org"
source: hosted
version: "1.10.0"
version: "1.12.0"
supercharged_dart:
dependency: transitive
description:
name: supercharged_dart
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.4.0"
term_glyph:
dependency: transitive
description:
Expand Down
33 changes: 13 additions & 20 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ packages:
name: flare_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.3"
version: "2.0.6"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -95,27 +95,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0-nullsafety.1"
sa_anicoto:
pedantic:
dependency: transitive
description:
name: sa_anicoto
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
sa_multi_tween:
dependency: transitive
description:
name: sa_multi_tween
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.1"
sa_stateless_animation:
dependency: transitive
description:
name: sa_stateless_animation
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
version: "1.9.2"
sa_v1_migration:
dependency: transitive
description:
Expand All @@ -129,7 +115,7 @@ packages:
name: simple_animations
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.1"
version: "2.4.2"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -169,7 +155,14 @@ packages:
name: supercharged
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.1"
version: "1.12.0"
supercharged_dart:
dependency: transitive
description:
name: supercharged_dart
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.0"
term_glyph:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: awesome_dialog
description: >-
Flutter package to show beautiful dialogs(INFO,WARNING,SUCCESS,ERROR) with animations as simply as possible.
version: 1.2.1
version: 1.3.0
homepage: https://github.com/marcos930807/awesomeDialogs

environment:
Expand All @@ -10,8 +10,8 @@ environment:
dependencies:
flutter:
sdk: flutter
simple_animations: ^2.2.1
flare_flutter: ^2.0.3
simple_animations: ^2.4.2
flare_flutter: ^2.0.6

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 5a122b3

Please sign in to comment.