@automattic/jetpack-components 1.3.3 → 1.3.4

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.3.4] - 2025-09-22
6
+ ### Changed
7
+ - Update dependencies.
8
+
5
9
  ## [1.3.3] - 2025-09-19
6
10
  ### Changed
7
11
  - Update package dependencies. [#45173] [#45229]
@@ -1532,6 +1536,7 @@
1532
1536
  ### Changed
1533
1537
  - Update node version requirement to 14.16.1
1534
1538
 
1539
+ [1.3.4]: https://github.com/Automattic/jetpack-components/compare/1.3.3...1.3.4
1535
1540
  [1.3.3]: https://github.com/Automattic/jetpack-components/compare/1.3.2...1.3.3
1536
1541
  [1.3.2]: https://github.com/Automattic/jetpack-components/compare/1.3.1...1.3.2
1537
1542
  [1.3.1]: https://github.com/Automattic/jetpack-components/compare/1.3.0...1.3.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "Jetpack Components Package",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#readme",
6
6
  "bugs": {
@@ -42,7 +42,7 @@
42
42
  "dependencies": {
43
43
  "@automattic/format-currency": "1.0.1",
44
44
  "@automattic/jetpack-api": "^1.0.10",
45
- "@automattic/jetpack-boost-score-api": "^1.0.14",
45
+ "@automattic/jetpack-boost-score-api": "^1.0.15",
46
46
  "@automattic/jetpack-script-data": "^0.5.3",
47
47
  "@automattic/number-formatters": "^1.0.12",
48
48
  "@babel/runtime": "^7",