Skip to content

Commit d359a77

Browse files
committed
Merge branch 'master' into prod
2 parents 914f1fe + 528cc44 commit d359a77

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.0.3+2
2+
3+
* Updated docs
4+
*
5+
* ## 0.0.3+1
6+
7+
* Updated docs
8+
9+
## 0.0.3
10+
11+
* Added notification accessors and notification getters (via caching)
12+
* Fixed notification on tap stream not triggering
13+
14+
## 0.0.2
15+
16+
* Added notification tap stream
17+
* Added factory constructors, helpers for `JSNotification`, `JSNotificationOptions` and `JSNotificationAction`
18+
119
## 0.0.1
220

3-
* TODO: Describe initial release.
21+
* Initial release

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: js_notifications
22
description: "An extended NotificationsAPI for Dart Web notifications."
3-
version: 0.0.3+1
3+
version: 0.0.3+2
44
homepage: https://github.com/cybex-dev/js_notifications
55

66
environment:
@@ -15,7 +15,7 @@ dependencies:
1515
web: ^0.5.1
1616
plugin_platform_interface: ^2.0.2
1717
uuid: ^4.5.1
18-
simple_print: 0.0.1+2
18+
simple_print: ^0.0.1+2
1919

2020
dev_dependencies:
2121
flutter_test:

0 commit comments

Comments
 (0)