@atlaskit/link-picker 3.8.1 → 3.8.3
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 +15 -0
- package/dist/cjs/ui/main.js +1 -1
- package/dist/es2019/ui/main.js +1 -1
- package/dist/esm/ui/main.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/link-picker
|
|
2
2
|
|
|
3
|
+
## 3.8.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 3.8.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#191110](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/191110)
|
|
14
|
+
[`14f7f807a5bdc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/14f7f807a5bdc) -
|
|
15
|
+
NAVX-1184 adding a11y unit tests to linking-platform packages missing a11y coverage
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 3.8.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/cjs/ui/main.js
CHANGED
|
@@ -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.8.
|
|
28
|
+
packageVersion: "3.8.2" || '',
|
|
29
29
|
componentName: _constants.COMPONENT_NAME,
|
|
30
30
|
source: _constants.COMPONENT_NAME
|
|
31
31
|
};
|
package/dist/es2019/ui/main.js
CHANGED
package/dist/esm/ui/main.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-picker",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.3",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -64,12 +64,12 @@
|
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
66
66
|
"@atlaskit/atlassian-context": "^0.3.0",
|
|
67
|
-
"@atlaskit/button": "^23.
|
|
67
|
+
"@atlaskit/button": "^23.3.0",
|
|
68
68
|
"@atlaskit/css": "^0.12.0",
|
|
69
69
|
"@atlaskit/form": "^12.0.0",
|
|
70
70
|
"@atlaskit/frontend-utilities": "^3.1.0",
|
|
71
71
|
"@atlaskit/heading": "^5.2.0",
|
|
72
|
-
"@atlaskit/icon": "^27.
|
|
72
|
+
"@atlaskit/icon": "^27.7.0",
|
|
73
73
|
"@atlaskit/intl-messages-provider": "^2.0.0",
|
|
74
74
|
"@atlaskit/link": "^3.2.0",
|
|
75
75
|
"@atlaskit/link-provider": "^3.4.0",
|
|
@@ -78,12 +78,12 @@
|
|
|
78
78
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
79
79
|
"@atlaskit/primitives": "^14.10.0",
|
|
80
80
|
"@atlaskit/smart-card": "^40.5.0",
|
|
81
|
-
"@atlaskit/spinner": "^
|
|
81
|
+
"@atlaskit/spinner": "^19.0.0",
|
|
82
82
|
"@atlaskit/tabs": "^18.1.0",
|
|
83
83
|
"@atlaskit/textfield": "^8.0.0",
|
|
84
84
|
"@atlaskit/theme": "^19.0.0",
|
|
85
85
|
"@atlaskit/tokens": "^5.6.0",
|
|
86
|
-
"@atlaskit/tooltip": "^20.
|
|
86
|
+
"@atlaskit/tooltip": "^20.4.0",
|
|
87
87
|
"@atlaskit/ufo": "^0.4.0",
|
|
88
88
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
89
89
|
"@babel/runtime": "^7.0.0",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"@af/integration-testing": "workspace:^",
|
|
105
105
|
"@af/visual-regression": "workspace:^",
|
|
106
106
|
"@atlaskit/dropdown-menu": "^16.3.0",
|
|
107
|
-
"@atlaskit/link-test-helpers": "^8.
|
|
107
|
+
"@atlaskit/link-test-helpers": "^8.3.0",
|
|
108
108
|
"@atlaskit/visual-regression": "workspace:^",
|
|
109
109
|
"@atlassian/feature-flags-test-utils": "^0.3.0",
|
|
110
110
|
"@testing-library/dom": "^10.1.0",
|