@automattic/jetpack-components 1.1.11 → 1.1.13

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 +10 -0
  2. package/package.json +6 -7
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ### This is a list detailing changes for the Jetpack RNA Components package releases.
4
4
 
5
+ ## [1.1.13] - 2025-07-10
6
+ ### Changed
7
+ - Update package dependencies. [#44219]
8
+
9
+ ## [1.1.12] - 2025-07-08
10
+ ### Changed
11
+ - Update dependencies.
12
+
5
13
  ## [1.1.11] - 2025-07-08
6
14
  ### Changed
7
15
  - Update package dependencies. [#44217]
@@ -1469,6 +1477,8 @@
1469
1477
  ### Changed
1470
1478
  - Update node version requirement to 14.16.1
1471
1479
 
1480
+ [1.1.13]: https://github.com/Automattic/jetpack-components/compare/1.1.12...1.1.13
1481
+ [1.1.12]: https://github.com/Automattic/jetpack-components/compare/1.1.11...1.1.12
1472
1482
  [1.1.11]: https://github.com/Automattic/jetpack-components/compare/1.1.10...1.1.11
1473
1483
  [1.1.10]: https://github.com/Automattic/jetpack-components/compare/1.1.9...1.1.10
1474
1484
  [1.1.9]: https://github.com/Automattic/jetpack-components/compare/1.1.8...1.1.9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "1.1.11",
3
+ "version": "1.1.13",
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-api": "^1.0.5",
19
19
  "@automattic/jetpack-boost-score-api": "^1.0.6",
20
- "@automattic/jetpack-script-data": "^0.4.4",
20
+ "@automattic/jetpack-script-data": "^0.5.0",
21
21
  "@automattic/number-formatters": "^1.0.8",
22
22
  "@babel/runtime": "^7",
23
23
  "@wordpress/browserslist-config": "6.26.0",
@@ -38,13 +38,12 @@
38
38
  "uplot-react": "1.1.4"
39
39
  },
40
40
  "devDependencies": {
41
- "@automattic/jetpack-base-styles": "^1.0.3",
41
+ "@automattic/jetpack-base-styles": "^1.0.4",
42
42
  "@babel/core": "7.27.7",
43
43
  "@babel/preset-react": "7.27.1",
44
44
  "@jest/globals": "30.0.4",
45
- "@storybook/addon-actions": "8.6.7",
46
- "@storybook/blocks": "8.6.7",
47
- "@storybook/react": "8.6.7",
45
+ "@storybook/addon-docs": "9.0.15",
46
+ "@storybook/react": "9.0.15",
48
47
  "@testing-library/dom": "10.4.0",
49
48
  "@testing-library/react": "16.3.0",
50
49
  "@testing-library/user-event": "14.6.1",
@@ -57,7 +56,7 @@
57
56
  "react": "18.3.1",
58
57
  "react-dom": "18.3.1",
59
58
  "require-from-string": "2.0.2",
60
- "storybook": "8.6.7",
59
+ "storybook": "9.0.15",
61
60
  "ts-dedent": "2.2.0",
62
61
  "typescript": "5.8.3",
63
62
  "webpack": "5.94.0",