@atlaskit/link-picker 3.2.3 → 3.2.4
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 +6 -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 +3 -3
package/CHANGELOG.md
CHANGED
package/dist/cjs/ui/main.js
CHANGED
|
@@ -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: "3.2.
|
|
29
|
+
packageVersion: "3.2.4" || '',
|
|
30
30
|
componentName: _constants.COMPONENT_NAME,
|
|
31
31
|
source: _constants.COMPONENT_NAME
|
|
32
32
|
};
|
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.2.
|
|
3
|
+
"version": "3.2.4",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"@atlaskit/icon": "^26.0.0",
|
|
77
77
|
"@atlaskit/intl-messages-provider": "^2.0.0",
|
|
78
78
|
"@atlaskit/link": "^3.1.0",
|
|
79
|
-
"@atlaskit/linking-common": "^
|
|
79
|
+
"@atlaskit/linking-common": "^9.0.0",
|
|
80
80
|
"@atlaskit/onboarding": "^14.0.0",
|
|
81
81
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
82
82
|
"@atlaskit/primitives": "^14.7.0",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"@af/integration-testing": "workspace:^",
|
|
107
107
|
"@af/visual-regression": "workspace:^",
|
|
108
108
|
"@atlaskit/dropdown-menu": "^14.1.0",
|
|
109
|
-
"@atlaskit/link-provider": "^
|
|
109
|
+
"@atlaskit/link-provider": "^3.0.0",
|
|
110
110
|
"@atlaskit/link-test-helpers": "^8.0.0",
|
|
111
111
|
"@atlaskit/visual-regression": "workspace:^",
|
|
112
112
|
"@atlassian/feature-flags-test-utils": "^0.3.0",
|