@automattic/jetpack-components 0.44.1 → 0.44.2
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.2] - 2023-10-30
|
|
6
|
+
### Changed
|
|
7
|
+
- Social: Update Nextdoor icon styling so it's round. [#33834]
|
|
8
|
+
|
|
5
9
|
## [0.44.1] - 2023-10-23
|
|
6
10
|
### Changed
|
|
7
11
|
- Use pointer-events: None on arrow icon so its click behavior falls back to the container/underlying component. [#33733]
|
|
@@ -860,6 +864,7 @@
|
|
|
860
864
|
### Changed
|
|
861
865
|
- Update node version requirement to 14.16.1
|
|
862
866
|
|
|
867
|
+
[0.44.2]: https://github.com/Automattic/jetpack-components/compare/0.44.1...0.44.2
|
|
863
868
|
[0.44.1]: https://github.com/Automattic/jetpack-components/compare/0.44.0...0.44.1
|
|
864
869
|
[0.44.0]: https://github.com/Automattic/jetpack-components/compare/0.43.4...0.44.0
|
|
865
870
|
[0.43.4]: https://github.com/Automattic/jetpack-components/compare/0.43.3...0.43.4
|