@atlaskit/link-picker 3.9.6 → 3.9.8

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,19 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 3.9.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 3.9.7
10
+
11
+ ### Patch Changes
12
+
13
+ - [`1b7d48c39ae03`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1b7d48c39ae03) -
14
+ Sorted type and interface props to improve Atlaskit docs
15
+ - Updated dependencies
16
+
3
17
  ## 3.9.6
4
18
 
5
19
  ### Patch Changes
@@ -25,7 +25,7 @@ var testIds = exports.testIds = {
25
25
  };
26
26
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
27
27
  packageName: "@atlaskit/link-picker" || '',
28
- packageVersion: "3.9.5" || '',
28
+ packageVersion: "3.9.7" || '',
29
29
  componentName: _constants.COMPONENT_NAME,
30
30
  source: _constants.COMPONENT_NAME
31
31
  };
@@ -15,7 +15,7 @@ export const testIds = {
15
15
  };
16
16
  export const PACKAGE_DATA = {
17
17
  packageName: "@atlaskit/link-picker" || '',
18
- packageVersion: "3.9.5" || '',
18
+ packageVersion: "3.9.7" || '',
19
19
  componentName: COMPONENT_NAME,
20
20
  source: COMPONENT_NAME
21
21
  };
@@ -16,7 +16,7 @@ export var testIds = {
16
16
  };
17
17
  export var PACKAGE_DATA = {
18
18
  packageName: "@atlaskit/link-picker" || '',
19
- packageVersion: "3.9.5" || '',
19
+ packageVersion: "3.9.7" || '',
20
20
  componentName: COMPONENT_NAME,
21
21
  source: COMPONENT_NAME
22
22
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "3.9.6",
3
+ "version": "3.9.8",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -60,23 +60,23 @@
60
60
  "@atlaskit/atlassian-context": "^0.5.0",
61
61
  "@atlaskit/button": "^23.4.0",
62
62
  "@atlaskit/css": "^0.12.0",
63
- "@atlaskit/form": "^12.1.0",
63
+ "@atlaskit/form": "^12.2.0",
64
64
  "@atlaskit/frontend-utilities": "^3.1.0",
65
65
  "@atlaskit/heading": "^5.2.0",
66
- "@atlaskit/icon": "^28.0.0",
66
+ "@atlaskit/icon": "^28.1.0",
67
67
  "@atlaskit/intl-messages-provider": "^2.0.0",
68
68
  "@atlaskit/link": "^3.2.0",
69
69
  "@atlaskit/link-provider": "^3.7.0",
70
70
  "@atlaskit/linking-common": "^9.5.0",
71
71
  "@atlaskit/onboarding": "^14.3.0",
72
72
  "@atlaskit/platform-feature-flags": "^1.1.0",
73
- "@atlaskit/primitives": "^14.11.0",
74
- "@atlaskit/smart-card": "^40.11.0",
73
+ "@atlaskit/primitives": "^14.12.0",
74
+ "@atlaskit/smart-card": "^40.13.0",
75
75
  "@atlaskit/spinner": "^19.0.0",
76
76
  "@atlaskit/tabs": "^18.1.0",
77
77
  "@atlaskit/textfield": "^8.0.0",
78
- "@atlaskit/theme": "^19.0.0",
79
- "@atlaskit/tokens": "^6.0.0",
78
+ "@atlaskit/theme": "^20.0.0",
79
+ "@atlaskit/tokens": "^6.1.0",
80
80
  "@atlaskit/tooltip": "^20.4.0",
81
81
  "@atlaskit/ufo": "^0.4.0",
82
82
  "@atlaskit/visually-hidden": "^3.0.0",
@@ -99,7 +99,6 @@
99
99
  "@af/visual-regression": "workspace:^",
100
100
  "@atlaskit/dropdown-menu": "^16.3.0",
101
101
  "@atlaskit/link-test-helpers": "^8.3.0",
102
- "@atlaskit/visual-regression": "workspace:^",
103
102
  "@atlassian/feature-flags-test-utils": "^0.3.0",
104
103
  "@testing-library/dom": "^10.1.0",
105
104
  "@testing-library/jest-dom": "^6.4.5",