@automattic/jetpack-connection 0.39.2 → 0.39.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.
- package/CHANGELOG.md +10 -0
- package/package.json +5 -5
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
|
+
## [0.39.4] - 2025-03-24
|
|
6
|
+
### Changed
|
|
7
|
+
- Update dependencies.
|
|
8
|
+
|
|
9
|
+
## [0.39.3] - 2025-03-18
|
|
10
|
+
### Changed
|
|
11
|
+
- Update package dependencies. [#42509] [#42511]
|
|
12
|
+
|
|
5
13
|
## [0.39.2] - 2025-03-17
|
|
6
14
|
### Changed
|
|
7
15
|
- Update dependencies.
|
|
@@ -964,6 +972,8 @@
|
|
|
964
972
|
- `Main` and `ConnectUser` components added.
|
|
965
973
|
- `JetpackRestApiClient` API client added.
|
|
966
974
|
|
|
975
|
+
[0.39.4]: https://github.com/Automattic/jetpack-connection-js/compare/v0.39.3...v0.39.4
|
|
976
|
+
[0.39.3]: https://github.com/Automattic/jetpack-connection-js/compare/v0.39.2...v0.39.3
|
|
967
977
|
[0.39.2]: https://github.com/Automattic/jetpack-connection-js/compare/v0.39.1...v0.39.2
|
|
968
978
|
[0.39.1]: https://github.com/Automattic/jetpack-connection-js/compare/v0.39.0...v0.39.1
|
|
969
979
|
[0.39.0]: https://github.com/Automattic/jetpack-connection-js/compare/v0.38.0...v0.39.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-connection",
|
|
3
|
-
"version": "0.39.
|
|
3
|
+
"version": "0.39.4",
|
|
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": "^0.1.36",
|
|
18
18
|
"@automattic/jetpack-api": "^0.20.0",
|
|
19
|
-
"@automattic/jetpack-components": "^0.
|
|
19
|
+
"@automattic/jetpack-components": "^0.70.0",
|
|
20
20
|
"@automattic/jetpack-config": "^0.1.29",
|
|
21
21
|
"@automattic/jetpack-script-data": "^0.3.0",
|
|
22
22
|
"@wordpress/base-styles": "5.19.0",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@automattic/jetpack-base-styles": "^0.6.44",
|
|
35
|
-
"@babel/core": "7.26.
|
|
35
|
+
"@babel/core": "7.26.10",
|
|
36
36
|
"@babel/preset-react": "7.26.3",
|
|
37
|
-
"@storybook/addon-actions": "8.
|
|
37
|
+
"@storybook/addon-actions": "8.6.7",
|
|
38
38
|
"@testing-library/dom": "10.4.0",
|
|
39
39
|
"@testing-library/react": "16.2.0",
|
|
40
40
|
"@testing-library/user-event": "14.6.1",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"jest-environment-jsdom": "29.7.0",
|
|
44
44
|
"react": "18.3.1",
|
|
45
45
|
"react-dom": "18.3.1",
|
|
46
|
-
"storybook": "8.
|
|
46
|
+
"storybook": "8.6.7"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"react": "^18.0.0",
|