@automattic/jetpack-connection 0.30.5 → 0.30.7

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 +10 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ### This is a list detailing changes for the Jetpack RNA Connection Component releases.
4
4
 
5
+ ## [0.30.7] - 2023-11-14
6
+ ### Changed
7
+ - Updated package dependencies. [#34093]
8
+
9
+ ## [0.30.6] - 2023-11-13
10
+ ### Changed
11
+ - Updated dependencies.
12
+
5
13
  ## [0.30.5] - 2023-10-23
6
14
  ### Added
7
15
  - Added getCalypsoOrigin() helper function. [#33257]
@@ -652,6 +660,8 @@
652
660
  - `Main` and `ConnectUser` components added.
653
661
  - `JetpackRestApiClient` API client added.
654
662
 
663
+ [0.30.7]: https://github.com/Automattic/jetpack-connection-js/compare/v0.30.6...v0.30.7
664
+ [0.30.6]: https://github.com/Automattic/jetpack-connection-js/compare/v0.30.5...v0.30.6
655
665
  [0.30.5]: https://github.com/Automattic/jetpack-connection-js/compare/v0.30.4...v0.30.5
656
666
  [0.30.4]: https://github.com/Automattic/jetpack-connection-js/compare/v0.30.3...v0.30.4
657
667
  [0.30.3]: https://github.com/Automattic/jetpack-connection-js/compare/v0.30.2...v0.30.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-connection",
3
- "version": "0.30.5",
3
+ "version": "0.30.7",
4
4
  "description": "Jetpack Connection Component",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
6
6
  "bugs": {
@@ -15,22 +15,22 @@
15
15
  "license": "GPL-2.0-or-later",
16
16
  "dependencies": {
17
17
  "@automattic/jetpack-analytics": "^0.1.27",
18
- "@automattic/jetpack-api": "^0.16.4",
19
- "@automattic/jetpack-components": "^0.44.1",
20
- "@automattic/jetpack-config": "^0.1.21",
21
- "@wordpress/base-styles": "4.35.0",
22
- "@wordpress/browserslist-config": "5.27.0",
23
- "@wordpress/components": "25.10.0",
24
- "@wordpress/data": "9.14.0",
25
- "@wordpress/element": "5.21.0",
26
- "@wordpress/i18n": "4.44.0",
27
- "@wordpress/icons": "9.35.0",
18
+ "@automattic/jetpack-api": "^0.16.5",
19
+ "@automattic/jetpack-components": "^0.45.1",
20
+ "@automattic/jetpack-config": "^0.1.22",
21
+ "@wordpress/base-styles": "4.36.0",
22
+ "@wordpress/browserslist-config": "5.28.0",
23
+ "@wordpress/components": "25.11.0",
24
+ "@wordpress/data": "9.15.0",
25
+ "@wordpress/element": "5.22.0",
26
+ "@wordpress/i18n": "4.45.0",
27
+ "@wordpress/icons": "9.36.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.11",
33
+ "@automattic/jetpack-base-styles": "^0.6.12",
34
34
  "@babel/core": "7.23.2",
35
35
  "@babel/preset-react": "7.22.15",
36
36
  "@storybook/addon-actions": "7.4.6",