updated changelogs
This commit is contained in:
parent
51311394d7
commit
9adf6abeb6
|
@ -1,5 +1,6 @@
|
||||||
## 6.0.0-rc.3
|
## 6.0.0-rc.3
|
||||||
|
|
||||||
|
- Updated minimum platform interface and implementation versions
|
||||||
- Fix typos and other code improvements (thanks to [michalsrutek](https://github.com/michalsrutek))
|
- Fix typos and other code improvements (thanks to [michalsrutek](https://github.com/michalsrutek))
|
||||||
- Merged "💥 Fix iPad crash due to missing sourceView" [#1933](https://github.com/pichillilorenzo/flutter_inappwebview/pull/1933) (thanks to [michalsrutek](https://github.com/michalsrutek))
|
- Merged "💥 Fix iPad crash due to missing sourceView" [#1933](https://github.com/pichillilorenzo/flutter_inappwebview/pull/1933) (thanks to [michalsrutek](https://github.com/michalsrutek))
|
||||||
- Merged "💥 Fix crash - remove force unwrapping from dispose method" [#1932](https://github.com/pichillilorenzo/flutter_inappwebview/pull/1932) (thanks to [michalsrutek](https://github.com/michalsrutek))
|
- Merged "💥 Fix crash - remove force unwrapping from dispose method" [#1932](https://github.com/pichillilorenzo/flutter_inappwebview/pull/1932) (thanks to [michalsrutek](https://github.com/michalsrutek))
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
## 1.0.11
|
## 1.0.11
|
||||||
|
|
||||||
|
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.9`
|
||||||
- Fix typos (thanks to [michalsrutek](https://github.com/michalsrutek))
|
- Fix typos (thanks to [michalsrutek](https://github.com/michalsrutek))
|
||||||
|
|
||||||
## 1.0.10
|
## 1.0.10
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
## 1.0.12
|
## 1.0.12
|
||||||
|
|
||||||
|
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.9`
|
||||||
- Fix typos and other code improvements (thanks to [michalsrutek](https://github.com/michalsrutek))
|
- Fix typos and other code improvements (thanks to [michalsrutek](https://github.com/michalsrutek))
|
||||||
- Merged "💥 Fix iPad crash due to missing sourceView" [#1933](https://github.com/pichillilorenzo/flutter_inappwebview/pull/1933) (thanks to [michalsrutek](https://github.com/michalsrutek))
|
- Merged "💥 Fix iPad crash due to missing sourceView" [#1933](https://github.com/pichillilorenzo/flutter_inappwebview/pull/1933) (thanks to [michalsrutek](https://github.com/michalsrutek))
|
||||||
- Merged "💥 Fix crash - remove force unwrapping from dispose method" [#1932](https://github.com/pichillilorenzo/flutter_inappwebview/pull/1932) (thanks to [michalsrutek](https://github.com/michalsrutek))
|
- Merged "💥 Fix crash - remove force unwrapping from dispose method" [#1932](https://github.com/pichillilorenzo/flutter_inappwebview/pull/1932) (thanks to [michalsrutek](https://github.com/michalsrutek))
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
## 1.0.10
|
## 1.0.10
|
||||||
|
|
||||||
|
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.9`
|
||||||
- Fix typos and other code improvements (thanks to [michalsrutek](https://github.com/michalsrutek))
|
- Fix typos and other code improvements (thanks to [michalsrutek](https://github.com/michalsrutek))
|
||||||
|
|
||||||
## 1.0.9
|
## 1.0.9
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## 1.0.7
|
## 1.0.7
|
||||||
|
|
||||||
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.9
|
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.9`
|
||||||
|
|
||||||
## 1.0.6
|
## 1.0.6
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue