Skip to content

Commit 03090c2

Browse files
committed
chore(release): bump to v0.2.0
1 parent a553c1e commit 03090c2

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.all-contributorsrc

+9
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@
2828
"contributions": [
2929
"code"
3030
]
31+
},
32+
{
33+
"login": "luckyrat",
34+
"name": "Chris Tomlinson",
35+
"avatar_url": "https://avatars.githubusercontent.com/u/1211375?v=4",
36+
"profile": "https://github.com/luckyrat",
37+
"contributions": [
38+
"code"
39+
]
3140
}
3241
],
3342
"contributorsPerLine": 7,

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.2.0
2+
3+
* **FEAT**: allow receipt of intents with no action (#9).
4+
* **FIX**: example - showing proper info for "streamed" intent
5+
16
## [0.1.6] - 8 December 2021
27

38
* feat: `Intent.toString` implmented nicely

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<p>
55
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
6-
<a href="#contributors-"><img src="https://img.shields.io/badge/all_contributors-2-orange.svg" alt="All Contributors" /></a>
6+
<a href="#contributors-"><img src="https://img.shields.io/badge/all_contributors-3-orange.svg" alt="All Contributors" /></a>
77
<!-- ALL-CONTRIBUTORS-BADGE:END -->
88
<a href="https://pub.dev/packages/receive_intent"><img src="https://img.shields.io/pub/v/receive_intent?logo=dart" alt="pub.dev"></a>
99
<a href="https://github.com/daadu/receive_intent/actions?query=workflow%3Aanalysis"><img src="https://github.com/daadu/receive_intent/workflows/analysis/badge.svg" alt="analysis"></a>
@@ -13,7 +13,7 @@
1313
<a href="https://github.com/daadu/receive_intent/issues"><img src="https://img.shields.io/github/issues/daadu/receive_intent?logo=github" alt="GitHub issues"></a>
1414
<a href="https://github.com/daadu/receive_intent/milestone/1"><img src="https://img.shields.io/github/milestones/progress-percent/daadu/receive_intent/1?logo=github" alt="GitHub milestone"></a>
1515
<a href="https://github.com/daadu/receive_intent/stargazers"><img src="https://img.shields.io/github/stars/daadu/receive_intent?logo=github" alt="GitHub stars"></a>
16-
<a href="https://github.com/daadu/receive_intent/network"><img src="https://img.shields.io/github/forks/daadu/receive_intent?logo=github" alt="GitHub forks"></a></p>
16+
<a href="https://github.com/daadu/receive_intent/network"><img src="https://img.shields.io/github/forks/daadu/receive_intent?logo=github" alt="GitHub forks"></a>
1717
</p>
1818

1919
A Flutter plugin to pass Android Intents to the Flutter environment.
@@ -161,6 +161,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
161161
<tr>
162162
<td align="center"><a href="https://bhikadia.com/"><img src="https://avatars.githubusercontent.com/u/4963236?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Harsh Bhikadia</b></sub></a><br /><a href="#ideas-daadu" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/daadu/receive_intent/commits?author=daadu" title="Code">💻</a></td>
163163
<td align="center"><a href="https://the.lastgimbus.com/"><img src="https://avatars.githubusercontent.com/u/40139196?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mateusz Soszyński</b></sub></a><br /><a href="https://github.com/daadu/receive_intent/commits?author=TheLastGimbus" title="Code">💻</a></td>
164+
<td align="center"><a href="https://github.com/luckyrat"><img src="https://avatars.githubusercontent.com/u/1211375?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Chris Tomlinson</b></sub></a><br /><a href="https://github.com/daadu/receive_intent/commits?author=luckyrat" title="Code">💻</a></td>
164165
</tr>
165166
</table>
166167

0 commit comments

Comments
 (0)