@automattic/jetpack-connection 0.29.8 → 0.29.9
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 +6 -0
- package/package.json +13 -13
- package/.gitattributes +0 -12
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Connection Component releases.
|
|
4
4
|
|
|
5
|
+
## [0.29.9] - 2023-09-04
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#32803]
|
|
8
|
+
- Updated package dependencies. [#32804]
|
|
9
|
+
|
|
5
10
|
## [0.29.8] - 2023-08-21
|
|
6
11
|
### Added
|
|
7
12
|
- Better way to render initial state. [#32499]
|
|
@@ -619,4 +624,5 @@
|
|
|
619
624
|
- `Main` and `ConnectUser` components added.
|
|
620
625
|
- `JetpackRestApiClient` API client added.
|
|
621
626
|
|
|
627
|
+
[0.29.9]: https://github.com/Automattic/jetpack-connection-js/compare/v0.29.8...v0.29.9
|
|
622
628
|
[0.29.8]: https://github.com/Automattic/jetpack-connection-js/compare/v0.29.7...v0.29.8
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-connection",
|
|
3
|
-
"version": "0.29.
|
|
3
|
+
"version": "0.29.9",
|
|
4
4
|
"description": "Jetpack Connection Component",
|
|
5
5
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -14,24 +14,24 @@
|
|
|
14
14
|
"author": "Automattic",
|
|
15
15
|
"license": "GPL-2.0-or-later",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@automattic/jetpack-analytics": "^0.1.
|
|
18
|
-
"@automattic/jetpack-api": "^0.16.
|
|
19
|
-
"@automattic/jetpack-components": "^0.
|
|
17
|
+
"@automattic/jetpack-analytics": "^0.1.27",
|
|
18
|
+
"@automattic/jetpack-api": "^0.16.2",
|
|
19
|
+
"@automattic/jetpack-components": "^0.42.1",
|
|
20
20
|
"@automattic/jetpack-config": "^0.1.21",
|
|
21
|
-
"@wordpress/base-styles": "4.
|
|
22
|
-
"@wordpress/browserslist-config": "5.
|
|
23
|
-
"@wordpress/components": "25.
|
|
24
|
-
"@wordpress/data": "9.
|
|
25
|
-
"@wordpress/element": "5.
|
|
26
|
-
"@wordpress/i18n": "4.
|
|
27
|
-
"@wordpress/icons": "9.
|
|
21
|
+
"@wordpress/base-styles": "4.32.0",
|
|
22
|
+
"@wordpress/browserslist-config": "5.24.0",
|
|
23
|
+
"@wordpress/components": "25.7.0",
|
|
24
|
+
"@wordpress/data": "9.11.0",
|
|
25
|
+
"@wordpress/element": "5.18.0",
|
|
26
|
+
"@wordpress/i18n": "4.41.0",
|
|
27
|
+
"@wordpress/icons": "9.32.0",
|
|
28
28
|
"classnames": "2.3.2",
|
|
29
29
|
"debug": "4.3.4",
|
|
30
30
|
"prop-types": "^15.7.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@automattic/jetpack-base-styles": "^0.6.
|
|
34
|
-
"@babel/core": "7.22.
|
|
33
|
+
"@automattic/jetpack-base-styles": "^0.6.8",
|
|
34
|
+
"@babel/core": "7.22.11",
|
|
35
35
|
"@babel/preset-react": "7.22.5",
|
|
36
36
|
"@storybook/addon-actions": "7.1.0",
|
|
37
37
|
"@testing-library/dom": "8.19.1",
|
package/.gitattributes
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# Files not needed to be distributed in the package.
|
|
2
|
-
.gitattributes export-ignore
|
|
3
|
-
node_modules export-ignore
|
|
4
|
-
|
|
5
|
-
# Files to exclude from the mirror repo
|
|
6
|
-
/changelog/** production-exclude
|
|
7
|
-
/.eslintrc.cjs production-exclude
|
|
8
|
-
/.gitignore production-exclude
|
|
9
|
-
/jest.config.cjs production-exclude
|
|
10
|
-
/jest.setup.js production-exclude
|
|
11
|
-
**/stories/** production-exclude
|
|
12
|
-
**/test/** production-exclude
|