Skip to content

Commit a206047

Browse files
committed
chore(release): publish packages
1 parent 70ae008 commit a206047

File tree

5 files changed

+36
-2
lines changed

5 files changed

+36
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2024-08-27
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`wifi_iot` - `v0.3.19+1`](#wifi_iot---v03191)
19+
- [`wifi_scan` - `v0.4.1+1`](#wifi_scan---v0411)
20+
21+
---
22+
23+
#### `wifi_iot` - `v0.3.19+1`
24+
25+
- **FIX**: Update compileSdkVersion to fix Android release build with flutter 3.24 (#398).
26+
27+
#### `wifi_scan` - `v0.4.1+1`
28+
29+
- **FIX**: Update compileSdkVersion to fix Android release build with flutter 3.24 (#398).
30+
31+
632
## 2023-09-04
733

834
### Changes

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.19+1
2+
3+
- **FIX**: Update compileSdkVersion to fix Android release build with flutter 3.24 (#398).
4+
15
## 0.3.19
26

37
- **CHORE**: Update Gradle to 8.2 and AGP to 8.2.0 (#360)

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.19
3+
version: 0.3.19+1
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+1
2+
3+
- **FIX**: Update compileSdkVersion to fix Android release build with flutter 3.24 (#398).
4+
15
## 0.4.1
26
-
37
- **CHORE**: Update Gradle to 8.2 and AGP to 8.2.0 (#360)

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

66
environment:

0 commit comments

Comments
 (0)