@automattic/jetpack-components 1.12.6 → 1.12.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 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.12.7] - 2026-06-15
6
+ ### Changed
7
+ - Internal updates.
8
+
5
9
  ## [1.12.6] - 2026-06-09
6
10
  ### Changed
7
11
  - Update package dependencies. [#49273]
@@ -1836,6 +1840,7 @@
1836
1840
  ### Changed
1837
1841
  - Update node version requirement to 14.16.1
1838
1842
 
1843
+ [1.12.7]: https://github.com/Automattic/jetpack-components/compare/1.12.6...1.12.7
1839
1844
  [1.12.6]: https://github.com/Automattic/jetpack-components/compare/1.12.5...1.12.6
1840
1845
  [1.12.5]: https://github.com/Automattic/jetpack-components/compare/1.12.4...1.12.5
1841
1846
  [1.12.4]: https://github.com/Automattic/jetpack-components/compare/1.12.3...1.12.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "1.12.6",
3
+ "version": "1.12.7",
4
4
  "description": "Jetpack Components Package",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#readme",
6
6
  "bugs": {
@@ -1 +0,0 @@
1
- export default () => null;