@atlaskit/link-picker 3.5.5 → 3.5.6

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
+ ## 3.5.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#176864](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/176864)
8
+ [`96f166a864047`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/96f166a864047) -
9
+ EDM-11898 removing all false snapshots for platform-linking-visual-refresh-v1 and renaming files
10
+ - Updated dependencies
11
+
3
12
  ## 3.5.5
4
13
 
5
14
  ### 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.5.4" || '',
28
+ packageVersion: "3.5.5" || '',
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.5.4" || '',
18
+ packageVersion: "3.5.5" || '',
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.5.4" || '',
19
+ packageVersion: "3.5.5" || '',
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.5.5",
3
+ "version": "3.5.6",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -87,7 +87,7 @@
87
87
  "@atlaskit/onboarding": "^14.2.0",
88
88
  "@atlaskit/platform-feature-flags": "^1.1.0",
89
89
  "@atlaskit/primitives": "^14.9.0",
90
- "@atlaskit/smart-card": "^38.14.0",
90
+ "@atlaskit/smart-card": "^38.16.0",
91
91
  "@atlaskit/spinner": "^18.0.0",
92
92
  "@atlaskit/tabs": "^18.1.0",
93
93
  "@atlaskit/textfield": "^8.0.0",
@@ -114,7 +114,7 @@
114
114
  "@af/integration-testing": "workspace:^",
115
115
  "@af/visual-regression": "workspace:^",
116
116
  "@atlaskit/dropdown-menu": "^16.1.0",
117
- "@atlaskit/link-test-helpers": "^8.0.0",
117
+ "@atlaskit/link-test-helpers": "^8.1.0",
118
118
  "@atlaskit/visual-regression": "workspace:^",
119
119
  "@atlassian/feature-flags-test-utils": "^0.3.0",
120
120
  "@testing-library/dom": "^10.1.0",