@automattic/jetpack-connection 1.3.1 → 1.3.2
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 +5 -0
- 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 Connection Component releases.
|
|
4
4
|
|
|
5
|
+
## [1.3.2] - 2025-07-30
|
|
6
|
+
### Changed
|
|
7
|
+
- Update dependencies.
|
|
8
|
+
|
|
5
9
|
## [1.3.1] - 2025-07-28
|
|
6
10
|
### Changed
|
|
7
11
|
- Internal updates.
|
|
@@ -1116,6 +1120,7 @@
|
|
|
1116
1120
|
- `Main` and `ConnectUser` components added.
|
|
1117
1121
|
- `JetpackRestApiClient` API client added.
|
|
1118
1122
|
|
|
1123
|
+
[1.3.2]: https://github.com/Automattic/jetpack-connection-js/compare/v1.3.1...v1.3.2
|
|
1119
1124
|
[1.3.1]: https://github.com/Automattic/jetpack-connection-js/compare/v1.3.0...v1.3.1
|
|
1120
1125
|
[1.3.0]: https://github.com/Automattic/jetpack-connection-js/compare/v1.2.14...v1.3.0
|
|
1121
1126
|
[1.2.14]: https://github.com/Automattic/jetpack-connection-js/compare/v1.2.13...v1.2.14
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-connection",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
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.
|
|
19
|
+
"@automattic/jetpack-components": "^1.1.16",
|
|
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",
|