@automattic/jetpack-components 0.49.0 → 0.49.1
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.49.1] - 2024-03-01
|
|
6
|
+
### Changed
|
|
7
|
+
- Update ProgressBar styles. [#35968]
|
|
8
|
+
|
|
5
9
|
## [0.49.0] - 2024-02-27
|
|
6
10
|
### Added
|
|
7
11
|
- Components: add AI icon [#35965]
|
|
@@ -959,6 +963,7 @@
|
|
|
959
963
|
### Changed
|
|
960
964
|
- Update node version requirement to 14.16.1
|
|
961
965
|
|
|
966
|
+
[0.49.1]: https://github.com/Automattic/jetpack-components/compare/0.49.0...0.49.1
|
|
962
967
|
[0.49.0]: https://github.com/Automattic/jetpack-components/compare/0.48.4...0.49.0
|
|
963
968
|
[0.48.4]: https://github.com/Automattic/jetpack-components/compare/0.48.3...0.48.4
|
|
964
969
|
[0.48.3]: https://github.com/Automattic/jetpack-components/compare/0.48.2...0.48.3
|