Skip to content

Commit 3610335

Browse files
committed
chore(release): publish packages
1 parent 581b67a commit 3610335

File tree

8 files changed

+24
-6
lines changed

8 files changed

+24
-6
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,15 @@
559559
"contributions": [
560560
"code"
561561
]
562+
},
563+
{
564+
"login": "thearaks",
565+
"name": "Mattia Aracne",
566+
"avatar_url": "https://avatars.githubusercontent.com/u/5188791?v=4",
567+
"profile": "https://github.com/thearaks",
568+
"contributions": [
569+
"code"
570+
]
562571
}
563572
]
564573
}

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-55-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-56-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-55-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-56-orange.svg" alt="All Contributors" /></a>
33
<!-- ALL-CONTRIBUTORS-BADGE:END -->
44

55
## Contributors ✨
@@ -79,6 +79,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
7979
</tr>
8080
<tr>
8181
<td align="center" valign="top" width="11.11%"><a href="https://github.com/weitsai"><img src="https://avatars.githubusercontent.com/u/1283491?v=4?s=100" width="100px;" alt="蔡佳緯"/><br /><sub><b>蔡佳緯</b></sub></a><br /><a href="https://github.com/flutternetwork/WiFiFlutter/commits?author=weitsai" title="Code">💻</a></td>
82+
<td align="center" valign="top" width="11.11%"><a href="https://github.com/thearaks"><img src="https://avatars.githubusercontent.com/u/5188791?v=4?s=100" width="100px;" alt="Mattia Aracne"/><br /><sub><b>Mattia Aracne</b></sub></a><br /><a href="https://github.com/flutternetwork/WiFiFlutter/commits?author=thearaks" title="Code">💻</a></td>
8283
</tr>
8384
</tbody>
8485
</table>

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-55-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-56-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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 0.3.19
2+
3+
- **CHORE**: Update Gradle to 8.2 and AGP to 8.2.0 (#360)
4+
15
## 0.3.18+1
26

3-
- **FIX**(wifi_iot): multiple triggering issue of NetworkCallback on Android 10 (#344).
7+
- **FIX**: multiple triggering issue of NetworkCallback on Android 10 (#344).
48

59
## 0.3.18
610

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.18+1
3+
version: 0.3.19
44
homepage: https://github.com/flutternetwork/WiFiFlutter/tree/master/packages/wifi_iot
55

66
flutter:

packages/wifi_scan/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.1
2+
-
3+
- **CHORE**: Update Gradle to 8.2 and AGP to 8.2.0 (#360)
4+
15
## 0.4.0+2
26

37
- **FIX**: ci failures.

packages/wifi_scan/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wifi_scan
22
description: Flutter plugin to scan for nearby visible WiFi access points.
3-
version: 0.4.0+2
3+
version: 0.4.1
44
homepage: https://github.com/flutternetwork/WiFiFlutter/tree/master/packages/wifi_scan
55

66
environment:

0 commit comments

Comments
 (0)