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 Aug 27, 2024
1 parent 70ae008 commit a206047
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-08-27

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`wifi_iot` - `v0.3.19+1`](#wifi_iot---v03191)
- [`wifi_scan` - `v0.4.1+1`](#wifi_scan---v0411)

---

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

- **FIX**: Update compileSdkVersion to fix Android release build with flutter 3.24 (#398).

#### `wifi_scan` - `v0.4.1+1`

- **FIX**: Update compileSdkVersion to fix Android release build with flutter 3.24 (#398).


## 2023-09-04

### Changes
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.19+1

- **FIX**: Update compileSdkVersion to fix Android release build with flutter 3.24 (#398).

## 0.3.19

- **CHORE**: Update Gradle to 8.2 and AGP to 8.2.0 (#360)
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.19
version: 0.3.19+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.1+1

- **FIX**: Update compileSdkVersion to fix Android release build with flutter 3.24 (#398).

## 0.4.1
-
- **CHORE**: Update Gradle to 8.2 and AGP to 8.2.0 (#360)
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.1
version: 0.4.1+1
homepage: https://github.com/flutternetwork/WiFiFlutter/tree/master/packages/wifi_scan

environment:
Expand Down

0 comments on commit a206047

Please sign in to comment.