Skip to content

Commit 4e24086

Browse files
committed
chore: Prepare for release 2.8.1+1
1 parent 0a12958 commit 4e24086

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## [0.2.8+1] - 01.02.2023
1+
## [0.2.8+1] - 05.02.2023
22

3-
- Fix the bug with popover's background color.
3+
- Fix [`backgrounColor` only effects arrow](https://github.com/minikin/popover/issues/59).
44

55
## [0.2.8] - 02.01.2023
66

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,5 @@ packages:
168168
source: hosted
169169
version: "2.1.4"
170170
sdks:
171-
dart: ">=2.19.0 <4.0.0"
171+
dart: ">=2.19.0 <3.0.0"
172172
flutter: ">=3.3.0"

pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,5 +161,5 @@ packages:
161161
source: hosted
162162
version: "2.1.4"
163163
sdks:
164-
dart: ">=2.19.0 <4.0.0"
164+
dart: ">=2.18.0 <3.0.0"
165165
flutter: ">=3.3.0"

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 0.2.8+1
44
homepage: https://github.com/minikin/popover
55

66
environment:
7-
sdk: '>=2.19.0 <3.0.0'
7+
sdk: '>=2.18.0 <3.0.0'
88
flutter: '>=3.3.0'
99

1010
dependencies:

0 commit comments

Comments
 (0)