@automattic/jetpack-components 1.4.6 → 1.4.7
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 +5 -0
- package/package.json +1 -1
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
|
+
## [1.4.7] - 2026-01-23
|
|
6
|
+
### Changed
|
|
7
|
+
- Internal updates.
|
|
8
|
+
|
|
5
9
|
## [1.4.6] - 2026-01-19
|
|
6
10
|
### Changed
|
|
7
11
|
- Update package dependencies. [#46647]
|
|
@@ -1616,6 +1620,7 @@
|
|
|
1616
1620
|
### Changed
|
|
1617
1621
|
- Update node version requirement to 14.16.1
|
|
1618
1622
|
|
|
1623
|
+
[1.4.7]: https://github.com/Automattic/jetpack-components/compare/1.4.6...1.4.7
|
|
1619
1624
|
[1.4.6]: https://github.com/Automattic/jetpack-components/compare/1.4.5...1.4.6
|
|
1620
1625
|
[1.4.5]: https://github.com/Automattic/jetpack-components/compare/1.4.4...1.4.5
|
|
1621
1626
|
[1.4.4]: https://github.com/Automattic/jetpack-components/compare/1.4.3...1.4.4
|
package/package.json
CHANGED