@automattic/jetpack-components 0.50.1 → 0.50.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.50.2] - 2024-03-14
|
|
6
|
+
### Added
|
|
7
|
+
- Add Bluesky color [#36181]
|
|
8
|
+
|
|
5
9
|
## [0.50.1] - 2024-03-12
|
|
6
10
|
### Added
|
|
7
11
|
- Social Logos: add new SMS icon. [#36176]
|
|
@@ -978,6 +982,7 @@
|
|
|
978
982
|
### Changed
|
|
979
983
|
- Update node version requirement to 14.16.1
|
|
980
984
|
|
|
985
|
+
[0.50.2]: https://github.com/Automattic/jetpack-components/compare/0.50.1...0.50.2
|
|
981
986
|
[0.50.1]: https://github.com/Automattic/jetpack-components/compare/0.50.0...0.50.1
|
|
982
987
|
[0.50.0]: https://github.com/Automattic/jetpack-components/compare/0.49.2...0.50.0
|
|
983
988
|
[0.49.2]: https://github.com/Automattic/jetpack-components/compare/0.49.1...0.49.2
|