@automattic/jetpack-connection 0.30.2 → 0.30.3
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 +3 -3
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
|
+
## [0.30.3] - 2023-10-17
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#33646]
|
|
8
|
+
|
|
5
9
|
## [0.30.2] - 2023-10-16
|
|
6
10
|
### Changed
|
|
7
11
|
- Updated package dependencies. [#33429, #33584]
|
|
@@ -640,6 +644,7 @@
|
|
|
640
644
|
- `Main` and `ConnectUser` components added.
|
|
641
645
|
- `JetpackRestApiClient` API client added.
|
|
642
646
|
|
|
647
|
+
[0.30.3]: https://github.com/Automattic/jetpack-connection-js/compare/v0.30.2...v0.30.3
|
|
643
648
|
[0.30.2]: https://github.com/Automattic/jetpack-connection-js/compare/v0.30.1...v0.30.2
|
|
644
649
|
[0.30.1]: https://github.com/Automattic/jetpack-connection-js/compare/v0.30.0...v0.30.1
|
|
645
650
|
[0.30.0]: https://github.com/Automattic/jetpack-connection-js/compare/v0.29.10...v0.30.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-connection",
|
|
3
|
-
"version": "0.30.
|
|
3
|
+
"version": "0.30.3",
|
|
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.27",
|
|
18
18
|
"@automattic/jetpack-api": "^0.16.3",
|
|
19
|
-
"@automattic/jetpack-components": "^0.43.
|
|
19
|
+
"@automattic/jetpack-components": "^0.43.4",
|
|
20
20
|
"@automattic/jetpack-config": "^0.1.21",
|
|
21
21
|
"@wordpress/base-styles": "4.34.0",
|
|
22
22
|
"@wordpress/browserslist-config": "5.26.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@automattic/jetpack-base-styles": "^0.6.10",
|
|
34
|
-
"@babel/core": "7.23.
|
|
34
|
+
"@babel/core": "7.23.2",
|
|
35
35
|
"@babel/preset-react": "7.22.15",
|
|
36
36
|
"@storybook/addon-actions": "7.4.6",
|
|
37
37
|
"@testing-library/dom": "8.19.1",
|