@automattic/jetpack-components 1.1.15 → 1.1.16

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. 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.1.16] - 2025-07-30
6
+ ### Changed
7
+ - Internal updates.
8
+
5
9
  ## [1.1.15] - 2025-07-23
6
10
  ### Changed
7
11
  - Internal updates.
@@ -1485,6 +1489,7 @@
1485
1489
  ### Changed
1486
1490
  - Update node version requirement to 14.16.1
1487
1491
 
1492
+ [1.1.16]: https://github.com/Automattic/jetpack-components/compare/1.1.15...1.1.16
1488
1493
  [1.1.15]: https://github.com/Automattic/jetpack-components/compare/1.1.14...1.1.15
1489
1494
  [1.1.14]: https://github.com/Automattic/jetpack-components/compare/1.1.13...1.1.14
1490
1495
  [1.1.13]: https://github.com/Automattic/jetpack-components/compare/1.1.12...1.1.13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "1.1.15",
3
+ "version": "1.1.16",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",