@automattic/jetpack-components 0.73.0 → 0.73.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
+ ## [0.73.1] - 2025-05-19
6
+ ### Changed
7
+ - Update dependencies.
8
+
5
9
  ## [0.73.0] - 2025-05-12
6
10
  ### Changed
7
11
  - Use `formatCurrency()` and `getCurrencyObject()` functions from the `@automattic/number-formatters` package. [#42796]
@@ -1392,6 +1396,7 @@
1392
1396
  ### Changed
1393
1397
  - Update node version requirement to 14.16.1
1394
1398
 
1399
+ [0.73.1]: https://github.com/Automattic/jetpack-components/compare/0.73.0...0.73.1
1395
1400
  [0.73.0]: https://github.com/Automattic/jetpack-components/compare/0.72.6...0.73.0
1396
1401
  [0.72.6]: https://github.com/Automattic/jetpack-components/compare/0.72.5...0.72.6
1397
1402
  [0.72.5]: https://github.com/Automattic/jetpack-components/compare/0.72.4...0.72.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.73.0",
3
+ "version": "0.73.1",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",
@@ -18,7 +18,7 @@
18
18
  "@automattic/jetpack-boost-score-api": "^0.1.64",
19
19
  "@automattic/jetpack-api": "^0.20.2",
20
20
  "@automattic/jetpack-script-data": "^0.4.1",
21
- "@automattic/number-formatters": "^1.0.1",
21
+ "@automattic/number-formatters": "^1.0.2",
22
22
  "@babel/runtime": "^7",
23
23
  "@wordpress/browserslist-config": "6.22.0",
24
24
  "@wordpress/components": "29.8.0",