Skip to content

Commit cf64a31

Browse files
committed
bump version
1 parent 7c88644 commit cf64a31

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## [1.0.3]
4+
5+
- [#68](https://github.com/mchome/flutter_colorpicker/issues/68) Fix material color picker outline for white color.
6+
- [#69](https://github.com/mchome/flutter_colorpicker/issues/69) Fix the selector in block color picker in showDialog.
7+
38
## [1.0.2]
49

510
- Fix the slider of hsv color picker in landscape mode.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ packages:
2626
path: ".."
2727
relative: true
2828
source: path
29-
version: "1.0.2"
29+
version: "1.0.3"
3030
flutter_lints:
3131
dependency: "direct dev"
3232
description:

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ packages:
155155
name: vector_math
156156
url: "https://pub.dartlang.org"
157157
source: hosted
158-
version: "2.1.0"
158+
version: "2.1.1"
159159
sdks:
160-
dart: ">=2.12.0 <3.0.0"
160+
dart: ">=2.14.0 <3.0.0"
161161
flutter: ">=1.17.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_colorpicker
22
description: HSV(HSB)/HSL/RGB/Material color picker inspired by all the good design for your amazing flutter apps.
3-
version: 1.0.2
3+
version: 1.0.3
44
homepage: https://github.com/mchome/flutter_colorpicker
55

66
environment:

0 commit comments

Comments
 (0)