@automattic/jetpack-connection 1.2.12 → 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 +5 -0
  2. package/package.json +4 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
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
+
5
9
  ## [1.2.12] - 2025-07-08
6
10
  ### Changed
7
11
  - Update dependencies.
@@ -1100,6 +1104,7 @@
1100
1104
  - `Main` and `ConnectUser` components added.
1101
1105
  - `JetpackRestApiClient` API client added.
1102
1106
 
1107
+ [1.2.13]: https://github.com/Automattic/jetpack-connection-js/compare/v1.2.12...v1.2.13
1103
1108
  [1.2.12]: https://github.com/Automattic/jetpack-connection-js/compare/v1.2.11...v1.2.12
1104
1109
  [1.2.11]: https://github.com/Automattic/jetpack-connection-js/compare/v1.2.10...v1.2.11
1105
1110
  [1.2.10]: https://github.com/Automattic/jetpack-connection-js/compare/v1.2.9...v1.2.10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-connection",
3
- "version": "1.2.12",
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,7 +16,7 @@
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.12",
19
+ "@automattic/jetpack-components": "^1.1.13",
20
20
  "@automattic/jetpack-config": "^1.0.3",
21
21
  "@automattic/jetpack-script-data": "^0.5.0",
22
22
  "@wordpress/base-styles": "6.2.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",