@automattic/jetpack-connection 1.2.11 → 1.2.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 +5 -6
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ### This is a list detailing changes for the Jetpack RNA Connection Component releases.
4
4
 
5
+ ## [1.2.13] - 2025-07-10
6
+ ### Changed
7
+ - Update package dependencies. [#44219]
8
+
9
+ ## [1.2.12] - 2025-07-08
10
+ ### Changed
11
+ - Update dependencies.
12
+
5
13
  ## [1.2.11] - 2025-07-08
6
14
  ### Changed
7
15
  - Update package dependencies. [#44217]
@@ -1096,6 +1104,8 @@
1096
1104
  - `Main` and `ConnectUser` components added.
1097
1105
  - `JetpackRestApiClient` API client added.
1098
1106
 
1107
+ [1.2.13]: https://github.com/Automattic/jetpack-connection-js/compare/v1.2.12...v1.2.13
1108
+ [1.2.12]: https://github.com/Automattic/jetpack-connection-js/compare/v1.2.11...v1.2.12
1099
1109
  [1.2.11]: https://github.com/Automattic/jetpack-connection-js/compare/v1.2.10...v1.2.11
1100
1110
  [1.2.10]: https://github.com/Automattic/jetpack-connection-js/compare/v1.2.9...v1.2.10
1101
1111
  [1.2.9]: https://github.com/Automattic/jetpack-connection-js/compare/v1.2.8...v1.2.9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-connection",
3
- "version": "1.2.11",
3
+ "version": "1.2.13",
4
4
  "description": "Jetpack Connection Component",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
6
6
  "bugs": {
@@ -16,9 +16,9 @@
16
16
  "dependencies": {
17
17
  "@automattic/jetpack-analytics": "^1.0.3",
18
18
  "@automattic/jetpack-api": "^1.0.5",
19
- "@automattic/jetpack-components": "^1.1.11",
19
+ "@automattic/jetpack-components": "^1.1.13",
20
20
  "@automattic/jetpack-config": "^1.0.3",
21
- "@automattic/jetpack-script-data": "^0.4.4",
21
+ "@automattic/jetpack-script-data": "^0.5.0",
22
22
  "@wordpress/base-styles": "6.2.0",
23
23
  "@wordpress/browserslist-config": "6.26.0",
24
24
  "@wordpress/components": "29.12.0",
@@ -31,10 +31,9 @@
31
31
  "prop-types": "^15.7.2"
32
32
  },
33
33
  "devDependencies": {
34
- "@automattic/jetpack-base-styles": "^1.0.3",
34
+ "@automattic/jetpack-base-styles": "^1.0.4",
35
35
  "@babel/core": "7.27.7",
36
36
  "@babel/preset-react": "7.27.1",
37
- "@storybook/addon-actions": "8.6.7",
38
37
  "@testing-library/dom": "10.4.0",
39
38
  "@testing-library/react": "16.3.0",
40
39
  "@testing-library/user-event": "14.6.1",
@@ -43,7 +42,7 @@
43
42
  "jest-environment-jsdom": "30.0.4",
44
43
  "react": "18.3.1",
45
44
  "react-dom": "18.3.1",
46
- "storybook": "8.6.7"
45
+ "storybook": "9.0.15"
47
46
  },
48
47
  "peerDependencies": {
49
48
  "react": "^18.0.0",