diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44cc2c1cb7..122bb26fbb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,23 @@
+## 3.0.0-alpha.6 - *September 2022*
+
+ - **FIX** #731 Resolve newline ` ` issue
+ - **FIX** Align the baseline of inline content with the baseline of its parent flow, even if it has padding or borders
+ - **FIX** Improved fontSize inheritance when cascading styles
+ - **FIX** `auto` margins now work for any `Display.BLOCK` element.
+ - **FIX** `auto` width and height is now the default, rather than `null`
+ - **FIX** New CSSBoxWidget that handles calculations of child sizes for a more accurate HTML/CSS layout
+ - **BREAKING** New `Margin`, `Height`, and `Width` classes that allow `em`, `rem`, `px`, `auto`, and `%` values to be given
+ - **FEAT** Negative margins are now allowed
+ - **FIX** Updated default `p` and `h1-6` styles to use `em` for better font scaling
+ - **BREAKING** Package now requires Dart sdk >= Dart 2.17
+ - **FIX**: Apply margins to
properly. (7581ea79)
+ - **FIX**: Use enum instead of const int internally in length.dart. (9dc7f08c)
+ - **FIX**: Change CSSBoxWidget to CssBoxWidget. (a62449a7)
+ - **FIX**: fix textShadow color declaration handler. (77ffe7cb)
+ - **FIX**: ol use default style. (1c2412a2)
+ - **FIX**: Crash when a tr tag includes text node. (ba8301c9)
+ - **FEAT**: exposes fontFamilyFallback parameter. (1d65aafd)
+
## [3.0.0-alpha.5] - June 9, 2022:
* Fixed hot reloads, thanks @arjenmels
* Fixed link taps not working
diff --git a/packages/flutter_html_all/CHANGELOG.md b/packages/flutter_html_all/CHANGELOG.md
index f81d3c94fd..9b53750143 100644
--- a/packages/flutter_html_all/CHANGELOG.md
+++ b/packages/flutter_html_all/CHANGELOG.md
@@ -1,2 +1,6 @@
+## 3.0.0-alpha.6
+
+ - Update a dependency to the latest release.
+
## [3.0.0-alpha.2] - January 5, 2022:
* Initial modularized flutter_html release; use flutter_html_all for full tag support or flutter_html for just the basics
diff --git a/packages/flutter_html_all/pubspec.yaml b/packages/flutter_html_all/pubspec.yaml
index 82e60c2be3..1dcd3b9910 100644
--- a/packages/flutter_html_all/pubspec.yaml
+++ b/packages/flutter_html_all/pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_html_all
description: All optional flutter_html widgets, bundled into a single package.
-version: 3.0.0-alpha.5
+version: 3.0.0-alpha.6
homepage: https://github.com/Sub6Resources/flutter_html
environment:
@@ -11,13 +11,13 @@ dependencies:
flutter:
sdk: flutter
html: '>=0.15.0 <1.0.0'
- flutter_html: '>=3.0.0-alpha.5 <4.0.0'
- flutter_html_audio: '>=3.0.0-alpha.3 <4.0.0'
- flutter_html_iframe: '>=3.0.0-alpha.3 <4.0.0'
- flutter_html_math: '>=3.0.0-alpha.3 <4.0.0'
- flutter_html_svg: '>=3.0.0-alpha.3 <4.0.0'
- flutter_html_table: '>=3.0.0-alpha.3 <4.0.0'
- flutter_html_video: '>=3.0.0-alpha.3 <4.0.0'
+ flutter_html: ^3.0.0-alpha.6
+ flutter_html_audio: ^3.0.0-alpha.4
+ flutter_html_iframe: ^3.0.0-alpha.4
+ flutter_html_math: ^3.0.0-alpha.4
+ flutter_html_svg: ^3.0.0-alpha.4
+ flutter_html_table: ^3.0.0-alpha.4
+ flutter_html_video: ^3.0.0-alpha.5
# flutter_html_audio:
# path: ../flutter_html_audio
# flutter_html_iframe:
diff --git a/packages/flutter_html_audio/CHANGELOG.md b/packages/flutter_html_audio/CHANGELOG.md
index fe3f5ccafe..d0016e519d 100644
--- a/packages/flutter_html_audio/CHANGELOG.md
+++ b/packages/flutter_html_audio/CHANGELOG.md
@@ -1,2 +1,6 @@
+## 3.0.0-alpha.4
+
+ - **FIX**: Change CSSBoxWidget to CssBoxWidget. (a62449a7)
+
## [3.0.0-alpha.2] - January 5, 2022:
* Initial modularized flutter_html release; use flutter_html_audio if you need support for the `