@atlaskit/link-picker 2.0.0 → 2.1.0

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,14 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 2.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#117654](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/117654)
8
+ [`7ff489bc159fc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7ff489bc159fc) -
9
+ [ux] Update requests to expect subtype field, show live doc icon for live docs in link create
10
+ modal
11
+
3
12
  ## 2.0.0
4
13
 
5
14
  ### Major Changes
@@ -28,7 +28,7 @@ var testIds = exports.testIds = {
28
28
  };
29
29
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
30
30
  packageName: "@atlaskit/link-picker" || '',
31
- packageVersion: "2.0.0" || '',
31
+ packageVersion: "2.1.0" || '',
32
32
  componentName: _constants.COMPONENT_NAME,
33
33
  source: _constants.COMPONENT_NAME
34
34
  };
@@ -33,7 +33,7 @@ var testIds = exports.testIds = {
33
33
  };
34
34
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
35
35
  packageName: "@atlaskit/link-picker" || '',
36
- packageVersion: "2.0.0" || '',
36
+ packageVersion: "2.1.0" || '',
37
37
  componentName: _constants.COMPONENT_NAME,
38
38
  source: _constants.COMPONENT_NAME
39
39
  };
@@ -17,7 +17,7 @@ export const testIds = {
17
17
  };
18
18
  export const PACKAGE_DATA = {
19
19
  packageName: "@atlaskit/link-picker" || '',
20
- packageVersion: "2.0.0" || '',
20
+ packageVersion: "2.1.0" || '',
21
21
  componentName: COMPONENT_NAME,
22
22
  source: COMPONENT_NAME
23
23
  };
@@ -21,7 +21,7 @@ export const testIds = {
21
21
  };
22
22
  export const PACKAGE_DATA = {
23
23
  packageName: "@atlaskit/link-picker" || '',
24
- packageVersion: "2.0.0" || '',
24
+ packageVersion: "2.1.0" || '',
25
25
  componentName: COMPONENT_NAME,
26
26
  source: COMPONENT_NAME
27
27
  };
@@ -18,7 +18,7 @@ export var testIds = {
18
18
  };
19
19
  export var PACKAGE_DATA = {
20
20
  packageName: "@atlaskit/link-picker" || '',
21
- packageVersion: "2.0.0" || '',
21
+ packageVersion: "2.1.0" || '',
22
22
  componentName: COMPONENT_NAME,
23
23
  source: COMPONENT_NAME
24
24
  };
@@ -22,7 +22,7 @@ export var testIds = {
22
22
  };
23
23
  export var PACKAGE_DATA = {
24
24
  packageName: "@atlaskit/link-picker" || '',
25
- packageVersion: "2.0.0" || '',
25
+ packageVersion: "2.1.0" || '',
26
26
  componentName: COMPONENT_NAME,
27
27
  source: COMPONENT_NAME
28
28
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -50,22 +50,22 @@
50
50
  "dependencies": {
51
51
  "@atlaskit/analytics-next": "^11.0.0",
52
52
  "@atlaskit/atlassian-context": "^0.2.0",
53
- "@atlaskit/button": "^21.0.0",
53
+ "@atlaskit/button": "^21.1.0",
54
54
  "@atlaskit/css": "^0.10.0",
55
55
  "@atlaskit/form": "^12.0.0",
56
56
  "@atlaskit/frontend-utilities": "^3.0.0",
57
- "@atlaskit/heading": "^5.0.0",
58
- "@atlaskit/icon": "^24.0.0",
57
+ "@atlaskit/heading": "^5.1.0",
58
+ "@atlaskit/icon": "^24.1.0",
59
59
  "@atlaskit/intl-messages-provider": "^2.0.0",
60
60
  "@atlaskit/linking-common": "^8.0.0",
61
61
  "@atlaskit/onboarding": "^13.0.0",
62
62
  "@atlaskit/platform-feature-flags": "^1.1.0",
63
- "@atlaskit/primitives": "^14.0.0",
63
+ "@atlaskit/primitives": "^14.1.0",
64
64
  "@atlaskit/spinner": "^18.0.0",
65
65
  "@atlaskit/tabs": "^18.0.0",
66
66
  "@atlaskit/textfield": "^8.0.0",
67
67
  "@atlaskit/theme": "^17.0.0",
68
- "@atlaskit/tokens": "^4.0.0",
68
+ "@atlaskit/tokens": "^4.2.0",
69
69
  "@atlaskit/tooltip": "^20.0.0",
70
70
  "@atlaskit/ufo": "^0.4.0",
71
71
  "@atlaskit/visually-hidden": "^2.0.0",