@automattic/jetpack-connection 0.36.2 → 0.36.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +8 -8
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.36.3] - 2025-01-06
6
+ ### Changed
7
+ - Updated package dependencies. [#40797] [#40798] [#40810] [#40841]
8
+
5
9
  ## [0.36.2] - 2024-12-16
6
10
  ### Changed
7
11
  - Updated package dependencies. [#40564]
@@ -914,6 +918,7 @@
914
918
  - `Main` and `ConnectUser` components added.
915
919
  - `JetpackRestApiClient` API client added.
916
920
 
921
+ [0.36.3]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.2...v0.36.3
917
922
  [0.36.2]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.1...v0.36.2
918
923
  [0.36.1]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.0...v0.36.1
919
924
  [0.36.0]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.20...v0.36.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-connection",
3
- "version": "0.36.2",
3
+ "version": "0.36.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": {
@@ -14,9 +14,9 @@
14
14
  "author": "Automattic",
15
15
  "license": "GPL-2.0-or-later",
16
16
  "dependencies": {
17
- "@automattic/jetpack-analytics": "^0.1.33",
17
+ "@automattic/jetpack-analytics": "^0.1.34",
18
18
  "@automattic/jetpack-api": "^0.17.21",
19
- "@automattic/jetpack-components": "^0.65.0",
19
+ "@automattic/jetpack-components": "^0.65.2",
20
20
  "@automattic/jetpack-config": "^0.1.27",
21
21
  "@automattic/jetpack-script-data": "^0.1.6",
22
22
  "@wordpress/base-styles": "5.14.0",
@@ -27,23 +27,23 @@
27
27
  "@wordpress/i18n": "5.14.0",
28
28
  "@wordpress/icons": "10.14.0",
29
29
  "clsx": "2.1.1",
30
- "debug": "4.3.4",
30
+ "debug": "4.4.0",
31
31
  "prop-types": "^15.7.2"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@automattic/jetpack-base-styles": "^0.6.39",
35
35
  "@babel/core": "7.26.0",
36
- "@babel/preset-react": "7.25.9",
37
- "@storybook/addon-actions": "8.3.5",
36
+ "@babel/preset-react": "7.26.3",
37
+ "@storybook/addon-actions": "8.4.7",
38
38
  "@testing-library/dom": "10.4.0",
39
39
  "@testing-library/react": "16.0.1",
40
40
  "@testing-library/user-event": "14.5.2",
41
- "@types/react": "18.3.12",
41
+ "@types/react": "18.3.18",
42
42
  "jest": "29.7.0",
43
43
  "jest-environment-jsdom": "29.7.0",
44
44
  "react": "18.3.1",
45
45
  "react-dom": "18.3.1",
46
- "storybook": "8.3.5"
46
+ "storybook": "8.4.7"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "react": "^18.0.0",