@atlaskit/link-picker 4.2.19 → 4.2.20

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 4.2.20
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 4.2.19
4
10
 
5
11
  ### Patch Changes
@@ -26,7 +26,7 @@ var testIds = exports.testIds = {
26
26
  };
27
27
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
28
28
  packageName: "@atlaskit/link-picker" || '',
29
- packageVersion: "4.2.18" || '',
29
+ packageVersion: "4.2.19" || '',
30
30
  componentName: _constants.COMPONENT_NAME,
31
31
  source: _constants.COMPONENT_NAME
32
32
  };
@@ -16,7 +16,7 @@ export const testIds = {
16
16
  };
17
17
  export const PACKAGE_DATA = {
18
18
  packageName: "@atlaskit/link-picker" || '',
19
- packageVersion: "4.2.18" || '',
19
+ packageVersion: "4.2.19" || '',
20
20
  componentName: COMPONENT_NAME,
21
21
  source: COMPONENT_NAME
22
22
  };
@@ -17,7 +17,7 @@ export var testIds = {
17
17
  };
18
18
  export var PACKAGE_DATA = {
19
19
  packageName: "@atlaskit/link-picker" || '',
20
- packageVersion: "4.2.18" || '',
20
+ packageVersion: "4.2.19" || '',
21
21
  componentName: COMPONENT_NAME,
22
22
  source: COMPONENT_NAME
23
23
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "4.2.19",
3
+ "version": "4.2.20",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -45,7 +45,7 @@
45
45
  "dependencies": {
46
46
  "@atlaskit/afm-i18n-platform-linking-platform-link-picker": "2.7.0",
47
47
  "@atlaskit/analytics-next": "^11.2.0",
48
- "@atlaskit/atlassian-context": "^0.6.0",
48
+ "@atlaskit/atlassian-context": "^0.7.0",
49
49
  "@atlaskit/button": "^23.10.0",
50
50
  "@atlaskit/css": "^0.19.0",
51
51
  "@atlaskit/form": "^15.5.0",
@@ -59,7 +59,7 @@
59
59
  "@atlaskit/onboarding": "^14.5.0",
60
60
  "@atlaskit/platform-feature-flags": "^1.1.0",
61
61
  "@atlaskit/primitives": "^18.1.0",
62
- "@atlaskit/smart-card": "^43.29.0",
62
+ "@atlaskit/smart-card": "^43.30.0",
63
63
  "@atlaskit/spinner": "^19.0.0",
64
64
  "@atlaskit/tabs": "^19.0.0",
65
65
  "@atlaskit/textfield": "^8.2.0",