@automattic/jetpack-connection 0.35.1 → 0.35.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 +8 -0
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Connection Component releases.
|
|
4
4
|
|
|
5
|
+
## [0.35.2] - 2024-08-19
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#38893]
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
- Lossless image optimization for images (should improve performance with no visible changes). [#38750]
|
|
11
|
+
|
|
5
12
|
## [0.35.1] - 2024-08-15
|
|
6
13
|
### Changed
|
|
7
14
|
- Updated package dependencies. [#38665]
|
|
@@ -820,6 +827,7 @@
|
|
|
820
827
|
- `Main` and `ConnectUser` components added.
|
|
821
828
|
- `JetpackRestApiClient` API client added.
|
|
822
829
|
|
|
830
|
+
[0.35.2]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.1...v0.35.2
|
|
823
831
|
[0.35.1]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.0...v0.35.1
|
|
824
832
|
[0.35.0]: https://github.com/Automattic/jetpack-connection-js/compare/v0.34.2...v0.35.0
|
|
825
833
|
[0.34.2]: https://github.com/Automattic/jetpack-connection-js/compare/v0.34.1...v0.34.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-connection",
|
|
3
|
-
"version": "0.35.
|
|
3
|
+
"version": "0.35.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": "^0.1.29",
|
|
18
18
|
"@automattic/jetpack-api": "^0.17.10",
|
|
19
|
-
"@automattic/jetpack-components": "^0.55.
|
|
19
|
+
"@automattic/jetpack-components": "^0.55.8",
|
|
20
20
|
"@automattic/jetpack-config": "^0.1.24",
|
|
21
21
|
"@automattic/jetpack-script-data": "^0.1.1",
|
|
22
22
|
"@wordpress/base-styles": "5.5.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@automattic/jetpack-base-styles": "^0.6.29",
|
|
35
35
|
"@babel/core": "7.24.7",
|
|
36
36
|
"@babel/preset-react": "7.24.7",
|
|
37
|
-
"@storybook/addon-actions": "8.
|
|
37
|
+
"@storybook/addon-actions": "8.2.9",
|
|
38
38
|
"@testing-library/dom": "10.1.0",
|
|
39
39
|
"@testing-library/react": "15.0.7",
|
|
40
40
|
"@testing-library/user-event": "14.5.2",
|
|
@@ -42,7 +42,8 @@
|
|
|
42
42
|
"jest": "29.7.0",
|
|
43
43
|
"jest-environment-jsdom": "29.7.0",
|
|
44
44
|
"react": "18.3.1",
|
|
45
|
-
"react-dom": "18.3.1"
|
|
45
|
+
"react-dom": "18.3.1",
|
|
46
|
+
"storybook": "8.2.9"
|
|
46
47
|
},
|
|
47
48
|
"peerDependencies": {
|
|
48
49
|
"react": "^18.0.0",
|