@atlaskit/link-picker 3.2.2 → 3.2.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 3.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 3.2.2
4
10
 
5
11
  ### Patch Changes
@@ -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.2" || '',
29
+ packageVersion: "3.2.3" || '',
30
30
  componentName: _constants.COMPONENT_NAME,
31
31
  source: _constants.COMPONENT_NAME
32
32
  };
@@ -15,7 +15,7 @@ export const testIds = {
15
15
  };
16
16
  export const PACKAGE_DATA = {
17
17
  packageName: "@atlaskit/link-picker" || '',
18
- packageVersion: "3.2.2" || '',
18
+ packageVersion: "3.2.3" || '',
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.2.2" || '',
19
+ packageVersion: "3.2.3" || '',
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.2.2",
3
+ "version": "3.2.3",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -73,13 +73,13 @@
73
73
  "@atlaskit/form": "^12.0.0",
74
74
  "@atlaskit/frontend-utilities": "^3.0.0",
75
75
  "@atlaskit/heading": "^5.2.0",
76
- "@atlaskit/icon": "^25.6.0",
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": "^8.0.0",
79
+ "@atlaskit/linking-common": "^8.1.0",
80
80
  "@atlaskit/onboarding": "^14.0.0",
81
81
  "@atlaskit/platform-feature-flags": "^1.1.0",
82
- "@atlaskit/primitives": "^14.4.0",
82
+ "@atlaskit/primitives": "^14.7.0",
83
83
  "@atlaskit/spinner": "^18.0.0",
84
84
  "@atlaskit/tabs": "^18.0.0",
85
85
  "@atlaskit/textfield": "^8.0.0",
@@ -102,13 +102,13 @@
102
102
  "react-intl-next": "npm:react-intl@^5.18.1"
103
103
  },
104
104
  "devDependencies": {
105
- "@af/analytics-codegen": "^0.1.0",
106
- "@af/integration-testing": "^0.5.0",
107
- "@af/visual-regression": "^1.3.0",
105
+ "@af/analytics-codegen": "workspace:^",
106
+ "@af/integration-testing": "workspace:^",
107
+ "@af/visual-regression": "workspace:^",
108
108
  "@atlaskit/dropdown-menu": "^14.1.0",
109
109
  "@atlaskit/link-provider": "^2.1.0",
110
110
  "@atlaskit/link-test-helpers": "^8.0.0",
111
- "@atlaskit/visual-regression": "^0.10.0",
111
+ "@atlaskit/visual-regression": "workspace:^",
112
112
  "@atlassian/feature-flags-test-utils": "^0.3.0",
113
113
  "@testing-library/dom": "^10.1.0",
114
114
  "@testing-library/jest-dom": "^6.4.5",