@automattic/jetpack-components 0.44.2 → 0.44.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [0.44.3] - 2023-10-31
|
|
6
|
+
### Fixed
|
|
7
|
+
- Fix IconTooltip Popover styles. [#33856]
|
|
8
|
+
|
|
5
9
|
## [0.44.2] - 2023-10-30
|
|
6
10
|
### Changed
|
|
7
11
|
- Social: Update Nextdoor icon styling so it's round. [#33834]
|
|
@@ -864,6 +868,7 @@
|
|
|
864
868
|
### Changed
|
|
865
869
|
- Update node version requirement to 14.16.1
|
|
866
870
|
|
|
871
|
+
[0.44.3]: https://github.com/Automattic/jetpack-components/compare/0.44.2...0.44.3
|
|
867
872
|
[0.44.2]: https://github.com/Automattic/jetpack-components/compare/0.44.1...0.44.2
|
|
868
873
|
[0.44.1]: https://github.com/Automattic/jetpack-components/compare/0.44.0...0.44.1
|
|
869
874
|
[0.44.0]: https://github.com/Automattic/jetpack-components/compare/0.43.4...0.44.0
|