Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Sep 2, 2022
1 parent c32df77 commit 098d394
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flutter_web_auth_2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.1.1

- 🐛 Fix Windows support and support for future platforms
- 🐛 Fix example on Windows
- 🌹 `127.0.0.1` is now also a supported callback URL host on Windows
- 🌹 Cleaned up platform implementations

## 1.1.0

- 🌹 Tested `flutter_web_auth_2` with Flutter `3.3.0`, seems to work!
Expand Down
4 changes: 4 additions & 0 deletions flutter_web_auth_2_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1

- 🌹 Cleaned up platform implementations

## 1.1.0

- No change
Expand Down
4 changes: 4 additions & 0 deletions flutter_web_auth_2_windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1

- 🌹 `127.0.0.1` is now also a supported callback URL host

## 1.1.0

- 🌹 Updated `win32` to `3.0.0`
Expand Down

0 comments on commit 098d394

Please sign in to comment.