@automattic/jetpack-connection 0.30.5 → 0.30.6

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 +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.6] - 2023-11-13
6
+ ### Changed
7
+ - Updated dependencies.
8
+
5
9
  ## [0.30.5] - 2023-10-23
6
10
  ### Added
7
11
  - Added getCalypsoOrigin() helper function. [#33257]
@@ -652,6 +656,7 @@
652
656
  - `Main` and `ConnectUser` components added.
653
657
  - `JetpackRestApiClient` API client added.
654
658
 
659
+ [0.30.6]: https://github.com/Automattic/jetpack-connection-js/compare/v0.30.5...v0.30.6
655
660
  [0.30.5]: https://github.com/Automattic/jetpack-connection-js/compare/v0.30.4...v0.30.5
656
661
  [0.30.4]: https://github.com/Automattic/jetpack-connection-js/compare/v0.30.3...v0.30.4
657
662
  [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.6",
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,8 +16,8 @@
16
16
  "dependencies": {
17
17
  "@automattic/jetpack-analytics": "^0.1.27",
18
18
  "@automattic/jetpack-api": "^0.16.4",
19
- "@automattic/jetpack-components": "^0.44.1",
20
- "@automattic/jetpack-config": "^0.1.21",
19
+ "@automattic/jetpack-components": "^0.45.0",
20
+ "@automattic/jetpack-config": "^0.1.22",
21
21
  "@wordpress/base-styles": "4.35.0",
22
22
  "@wordpress/browserslist-config": "5.27.0",
23
23
  "@wordpress/components": "25.10.0",