Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
daadu committed Sep 4, 2023
1 parent 3135c3c commit 71522f4
Show file tree
Hide file tree
Showing 9 changed files with 123 additions and 71 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,15 @@
"contributions": [
"code_coauthor"
]
},
{
"login": "weitsai",
"name": "蔡佳緯",
"avatar_url": "https://avatars.githubusercontent.com/u/1283491?v=4",
"profile": "https://github.com/weitsai",
"contributions": [
"code"
]
}
]
}
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-09-04

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`wifi_iot` - `v0.3.18+1`](#wifi_iot---v03181)
- [`wifi_scan` - `v0.4.0+2`](#wifi_scan---v0402)

---

#### `wifi_iot` - `v0.3.18+1`

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

#### `wifi_scan` - `v0.4.0+2`

- **FIX**: ci failures.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a href="https://github.com/flutternetwork/WiFiFlutter/actions?query=workflow%3Aall_plugins">
<img src="https://github.com/flutternetwork/WiFiFlutter/workflows/all_plugins/badge.svg" alt="all_plugins GitHub Workflow Status"/>
</a><!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a href="https://github.com/flutternetwork/WiFiFlutter/blob/master/CONTRIBUTORS.md#contributors-"><img src="https://img.shields.io/badge/all_contributors-54-orange.svg" alt="All Contributors" /></a>
<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>
<!-- ALL-CONTRIBUTORS-BADGE:END -->


Expand Down
139 changes: 72 additions & 67 deletions CONTRIBUTORS.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a href="https://codecov.io/gh/flutternetwork/WiFiFlutter/">
<img src="https://codecov.io/gh/flutternetwork/WiFiFlutter/graph/badge.svg" alt="all_plugins Coverage"/>
</a><!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a href="https://github.com/flutternetwork/WiFiFlutter/blob/master/CONTRIBUTORS.md#contributors-"><img src="https://img.shields.io/badge/all_contributors-54-orange.svg" alt="All Contributors" /></a>
<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>
<!-- ALL-CONTRIBUTORS-BADGE:END -->
<a href="https://gitter.im/flutternetwork/WiFiFlutter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
<img src="https://badges.gitter.im/flutternetwork/WiFiFlutter.svg" alt="Join the chat at https://gitter.im/flutternetwork/WiFiFlutter]">
Expand Down
4 changes: 4 additions & 0 deletions packages/wifi_iot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.18+1

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

## 0.3.18

- **FIX**: Add support for SDK-31 concurrent networks addresses #273 (#309).
Expand Down
2 changes: 1 addition & 1 deletion packages/wifi_iot/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wifi_iot
description: Flutter plugin which can handle WiFi connections and hotspot (AP, STA)
version: 0.3.18
version: 0.3.18+1
homepage: https://github.com/flutternetwork/WiFiFlutter/tree/master/packages/wifi_iot

flutter:
Expand Down
4 changes: 4 additions & 0 deletions packages/wifi_scan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.0+2

- **FIX**: ci failures.

## 0.4.0+1

- **DOCS**: fix badge links.
Expand Down
2 changes: 1 addition & 1 deletion packages/wifi_scan/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wifi_scan
description: Flutter plugin to scan for nearby visible WiFi access points.
version: 0.4.0+1
version: 0.4.0+2
homepage: https://github.com/flutternetwork/WiFiFlutter/tree/master/packages/wifi_scan

environment:
Expand Down

0 comments on commit 71522f4

Please sign in to comment.