@atlaskit/link-datasource 4.14.1 → 4.14.2

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-datasource
2
2
 
3
+ ## 4.14.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#188198](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188198)
8
+ [`19d5545b5d8df`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/19d5545b5d8df) -
9
+ [ux] EDM-10717 Clean up platform_editor_hyperlink_underline
10
+ - Updated dependencies
11
+
3
12
  ## 4.14.1
4
13
 
5
14
  ### Patch Changes
@@ -35,7 +35,7 @@ var LinkRenderType = function LinkRenderType(_ref) {
35
35
  url: url
36
36
  }, /*#__PURE__*/_react.default.createElement(_linkUrl.default, {
37
37
  href: url
38
- // NOTE: This will no longer apply styles to `@atlaskit/link` when platform_editor_hyperlink_underline is enabled.
38
+ // NOTE: This will no longer apply styles to `@atlaskit/link`.
39
39
  // Wrap `@atlaskit/link` in a Text component to provide font styles to Link
40
40
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
41
41
  ,
@@ -25,7 +25,7 @@ const LinkRenderType = ({
25
25
  url: url
26
26
  }, /*#__PURE__*/React.createElement(LinkUrl, {
27
27
  href: url
28
- // NOTE: This will no longer apply styles to `@atlaskit/link` when platform_editor_hyperlink_underline is enabled.
28
+ // NOTE: This will no longer apply styles to `@atlaskit/link`.
29
29
  // Wrap `@atlaskit/link` in a Text component to provide font styles to Link
30
30
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
31
31
  ,
@@ -26,7 +26,7 @@ var LinkRenderType = function LinkRenderType(_ref) {
26
26
  url: url
27
27
  }, /*#__PURE__*/React.createElement(LinkUrl, {
28
28
  href: url
29
- // NOTE: This will no longer apply styles to `@atlaskit/link` when platform_editor_hyperlink_underline is enabled.
29
+ // NOTE: This will no longer apply styles to `@atlaskit/link`.
30
30
  // Wrap `@atlaskit/link` in a Text component to provide font styles to Link
31
31
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
32
32
  ,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "4.14.1",
3
+ "version": "4.14.2",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -45,13 +45,13 @@
45
45
  "@atlaskit/button": "^23.2.0",
46
46
  "@atlaskit/css": "^0.12.0",
47
47
  "@atlaskit/datetime-picker": "^17.0.0",
48
- "@atlaskit/dropdown-menu": "^16.2.0",
48
+ "@atlaskit/dropdown-menu": "^16.3.0",
49
49
  "@atlaskit/editor-prosemirror": "7.0.0",
50
50
  "@atlaskit/empty-state": "^10.1.0",
51
51
  "@atlaskit/flag": "^17.2.0",
52
52
  "@atlaskit/form": "^12.0.0",
53
53
  "@atlaskit/heading": "^5.2.0",
54
- "@atlaskit/icon": "^27.5.0",
54
+ "@atlaskit/icon": "^27.6.0",
55
55
  "@atlaskit/icon-object": "^7.1.0",
56
56
  "@atlaskit/image": "^3.0.0",
57
57
  "@atlaskit/inline-edit": "^15.3.0",
@@ -77,7 +77,7 @@
77
77
  "@atlaskit/primitives": "^14.10.0",
78
78
  "@atlaskit/react-select": "^3.2.0",
79
79
  "@atlaskit/select": "^21.2.0",
80
- "@atlaskit/smart-card": "^40.4.0",
80
+ "@atlaskit/smart-card": "^40.5.0",
81
81
  "@atlaskit/smart-user-picker": "^8.0.0",
82
82
  "@atlaskit/spinner": "^18.0.0",
83
83
  "@atlaskit/tag": "^14.0.0",