Skip to content

Commit 94976e2

Browse files
committed
Bump versions and add changelogs
1 parent abf9de6 commit 94976e2

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

flutter_web_auth_2/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 5.0.0-alpha.4
2+
3+
- 🌹 Update melos to regular `7.x` releases
4+
- 🌹 Update linter to `6.x`
5+
- 🌹 Fix a few Android warnings (Gradle `9.x` complaints)
6+
17
## 5.0.0-alpha.3
28

39
- 💥 Migrate to Swift Package Manager - see [here](https://docs.flutter.dev/packages-and-plugins/swift-package-manager/for-app-developers) for more info (Thanks to [@lishaduck](https://github.com/lishaduck) in [#165](https://github.com/ThexXTURBOXx/flutter_web_auth_2/pull/165))

flutter_web_auth_2/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_web_auth_2
22
description: Flutter plugin for authenticating a user with a web service.
3-
version: 5.0.0-alpha.3
3+
version: 5.0.0-alpha.4
44
resolution: workspace
55
homepage: https://github.com/ThexXTURBOXx/flutter_web_auth_2
66
repository: https://github.com/ThexXTURBOXx/flutter_web_auth_2

flutter_web_auth_2_platform_interface/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 5.0.0-alpha.4
2+
3+
- 🌹 Update melos to regular `7.x` releases
4+
- 🌹 Update linter to `6.x`
5+
16
## 5.0.0-alpha.0
27

38
- 💥 Update melos to `7.x` (requires SDK `>=3.5.0`)

flutter_web_auth_2_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_web_auth_2_platform_interface
22
description: A common platform interface for the flutter_web_auth_2 plugin.
3-
version: 5.0.0-alpha.0
3+
version: 5.0.0-alpha.4
44
resolution: workspace
55
homepage: https://github.com/ThexXTURBOXx/flutter_web_auth_2
66
repository: https://github.com/ThexXTURBOXx/flutter_web_auth_2

0 commit comments

Comments
 (0)