Skip to content

Commit 339d0de

Browse files
committed
chore(release): publish packages
1 parent 86417b8 commit 339d0de

File tree

6 files changed

+19
-4
lines changed

6 files changed

+19
-4
lines changed

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,16 @@
513513
"code",
514514
"doc"
515515
]
516+
},
517+
{
518+
"login": "adnreych",
519+
"name": "Denis",
520+
"avatar_url": "https://avatars.githubusercontent.com/u/47110538?v=4",
521+
"profile": "https://github.com/adnreych",
522+
"contributions": [
523+
"bug",
524+
"code"
525+
]
516526
}
517527
]
518528
}

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<a href="https://github.com/flutternetwork/WiFiFlutter/actions?query=workflow%3Aall_plugins">
44
<img src="https://github.com/flutternetwork/WiFiFlutter/workflows/all_plugins/badge.svg" alt="all_plugins GitHub Workflow Status"/>
55
</a><!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
6-
<a href="https://github.com/flutternetwork/WiFiFlutter/blob/master/CONTRIBUTORS.md#contributors-"><img src="https://img.shields.io/badge/all_contributors-50-orange.svg" alt="All Contributors" /></a>
6+
<a href="https://github.com/flutternetwork/WiFiFlutter/blob/master/CONTRIBUTORS.md#contributors-"><img src="https://img.shields.io/badge/all_contributors-51-orange.svg" alt="All Contributors" /></a>
77
<!-- ALL-CONTRIBUTORS-BADGE:END -->
88

99

CONTRIBUTORS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
2-
<a href="https://github.com/flutternetwork/WiFiFlutter/blob/master/CONTRIBUTORS.md#contributors-"><img src="https://img.shields.io/badge/all_contributors-50-orange.svg" alt="All Contributors" /></a>
2+
<a href="https://github.com/flutternetwork/WiFiFlutter/blob/master/CONTRIBUTORS.md#contributors-"><img src="https://img.shields.io/badge/all_contributors-51-orange.svg" alt="All Contributors" /></a>
33
<!-- ALL-CONTRIBUTORS-BADGE:END -->
44

55
## Contributors ✨
@@ -71,6 +71,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
7171
<td align="center"><a href="http://jonasbark.de/"><img src="https://avatars.githubusercontent.com/u/1151304?v=4?s=100" width="100px;" alt=""/><br /><sub><b>jonasbark</b></sub></a><br /><a href="https://github.com/flutternetwork/WiFiFlutter/issues?q=author%3Ajonasbark" title="Bug reports">🐛</a> <a href="https://github.com/flutternetwork/WiFiFlutter/commits?author=jonasbark" title="Code">💻</a></td>
7272
<td align="center"><a href="https://github.com/lmmfranco"><img src="https://avatars.githubusercontent.com/u/5719409?v=4?s=100" width="100px;" alt=""/><br /><sub><b>lmmfranco</b></sub></a><br /><a href="https://github.com/flutternetwork/WiFiFlutter/issues?q=author%3Almmfranco" title="Bug reports">🐛</a> <a href="https://github.com/flutternetwork/WiFiFlutter/commits?author=lmmfranco" title="Code">💻</a></td>
7373
<td align="center"><a href="https://github.com/PoloLacoste"><img src="https://avatars.githubusercontent.com/u/18294375?v=4?s=100" width="100px;" alt=""/><br /><sub><b>JM REMEUR</b></sub></a><br /><a href="https://github.com/flutternetwork/WiFiFlutter/commits?author=PoloLacoste" title="Code">💻</a> <a href="https://github.com/flutternetwork/WiFiFlutter/commits?author=PoloLacoste" title="Documentation">📖</a></td>
74+
<td align="center"><a href="https://github.com/adnreych"><img src="https://avatars.githubusercontent.com/u/47110538?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Denis</b></sub></a><br /><a href="https://github.com/flutternetwork/WiFiFlutter/issues?q=author%3Aadnreych" title="Bug reports">🐛</a> <a href="https://github.com/flutternetwork/WiFiFlutter/commits?author=adnreych" title="Code">💻</a></td>
7475
</tr>
7576
</table>
7677

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a href="https://codecov.io/gh/flutternetwork/WiFiFlutter/">
1515
<img src="https://codecov.io/gh/flutternetwork/WiFiFlutter/graph/badge.svg" alt="all_plugins Coverage"/>
1616
</a><!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
17-
<a href="https://github.com/flutternetwork/WiFiFlutter/blob/master/CONTRIBUTORS.md#contributors-"><img src="https://img.shields.io/badge/all_contributors-50-orange.svg" alt="All Contributors" /></a>
17+
<a href="https://github.com/flutternetwork/WiFiFlutter/blob/master/CONTRIBUTORS.md#contributors-"><img src="https://img.shields.io/badge/all_contributors-51-orange.svg" alt="All Contributors" /></a>
1818
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1919
<a href="https://gitter.im/flutternetwork/WiFiFlutter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
2020
<img src="https://badges.gitter.im/flutternetwork/WiFiFlutter.svg" alt="Join the chat at https://gitter.im/flutternetwork/WiFiFlutter]">

packages/wifi_iot/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.17
2+
3+
- **FEAT**: Allows to change the default connection timeout from the application (#305).
4+
15
## 0.3.16+1
26

37
- **DOCS**: fix badge links.

packages/wifi_iot/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wifi_iot
22
description: Flutter plugin which can handle WiFi connections and hotspot (AP, STA)
3-
version: 0.3.16+1
3+
version: 0.3.17
44
homepage: https://github.com/flutternetwork/WiFiFlutter/tree/master/packages/wifi_iot
55

66
flutter:

0 commit comments

Comments
 (0)