@automattic/jetpack-components 1.1.0 → 1.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +2 -2
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.1] - 2025-06-10
6
+ ### Changed
7
+ - Update dependencies.
8
+
5
9
  ## [1.1.0] - 2025-06-04
6
10
  ### Added
7
11
  - Add functionality to correctly display database threats in the Protect UI. [#43663]
@@ -1422,6 +1426,7 @@
1422
1426
  ### Changed
1423
1427
  - Update node version requirement to 14.16.1
1424
1428
 
1429
+ [1.1.1]: https://github.com/Automattic/jetpack-components/compare/1.1.0...1.1.1
1425
1430
  [1.1.0]: https://github.com/Automattic/jetpack-components/compare/1.0.0...1.1.0
1426
1431
  [1.0.0]: https://github.com/Automattic/jetpack-components/compare/0.73.4...1.0.0
1427
1432
  [0.73.4]: https://github.com/Automattic/jetpack-components/compare/0.73.3...0.73.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",
@@ -17,7 +17,7 @@
17
17
  "@automattic/format-currency": "1.0.1",
18
18
  "@automattic/jetpack-boost-score-api": "^1.0.1",
19
19
  "@automattic/jetpack-api": "^1.0.0",
20
- "@automattic/jetpack-script-data": "^0.4.2",
20
+ "@automattic/jetpack-script-data": "^0.4.3",
21
21
  "@automattic/number-formatters": "^1.0.4",
22
22
  "@babel/runtime": "^7",
23
23
  "@wordpress/browserslist-config": "6.24.0",