Skip to content

Commit beb4393

Browse files
committed
chore: prepare version 0.3.0 for release
1 parent 824b0b6 commit beb4393

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.3.0] - 08.02.2024
2+
3+
- Fixed [Half of the widget is not shown](https://github.com/minikin/popover/issues/83). (thanks [@zwett](https://github.com/zwett)).
4+
15
## [0.2.9] - 08.12.2023
26

37
- Added `contentDxOffset`. (thanks [@kasyanyukd1995](https://github.com/kasyanyukd1995)).

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Source: [Human Interface Guidelines.
6565

6666
```yaml
6767
dependencies:
68-
popover: ^0.2.9
68+
popover: ^0.3.0
6969
```
7070
7171
## Example

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: popover
22
description: A popover is a transient view that appears above other content onscreen when you tap a control or in an area.
3-
version: 0.2.9
3+
version: 0.3.0
44
homepage: https://github.com/minikin/popover
55

66
environment:

0 commit comments

Comments
 (0)