@atlaskit/link-picker 1.41.3 → 1.41.5

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,19 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 1.41.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#128837](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/128837)
8
+ [`4ed57a62dc3d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4ed57a62dc3d7) -
9
+ Reverting Adding React 18 support
10
+
11
+ ## 1.41.4
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 1.41.3
4
18
 
5
19
  ### Patch Changes
@@ -33,7 +33,7 @@ var testIds = exports.testIds = {
33
33
  };
34
34
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
35
35
  packageName: "@atlaskit/link-picker" || '',
36
- packageVersion: "1.41.3" || '',
36
+ packageVersion: "1.41.5" || '',
37
37
  componentName: _constants.COMPONENT_NAME,
38
38
  source: _constants.COMPONENT_NAME
39
39
  };
@@ -21,7 +21,7 @@ export const testIds = {
21
21
  };
22
22
  export const PACKAGE_DATA = {
23
23
  packageName: "@atlaskit/link-picker" || '',
24
- packageVersion: "1.41.3" || '',
24
+ packageVersion: "1.41.5" || '',
25
25
  componentName: COMPONENT_NAME,
26
26
  source: COMPONENT_NAME
27
27
  };
@@ -22,7 +22,7 @@ export var testIds = {
22
22
  };
23
23
  export var PACKAGE_DATA = {
24
24
  packageName: "@atlaskit/link-picker" || '',
25
- packageVersion: "1.41.3" || '',
25
+ packageVersion: "1.41.5" || '',
26
26
  componentName: COMPONENT_NAME,
27
27
  source: COMPONENT_NAME
28
28
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.41.3",
3
+ "version": "1.41.5",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -59,18 +59,18 @@
59
59
  "@atlaskit/form": "^10.4.0",
60
60
  "@atlaskit/frontend-utilities": "^2.7.0",
61
61
  "@atlaskit/heading": "^2.4.0",
62
- "@atlaskit/icon": "^22.10.0",
62
+ "@atlaskit/icon": "^22.11.0",
63
63
  "@atlaskit/intl-messages-provider": "^1.0.2",
64
64
  "@atlaskit/linking-common": "^5.9.0",
65
- "@atlaskit/onboarding": "^11.10.0",
65
+ "@atlaskit/onboarding": "^11.11.0",
66
66
  "@atlaskit/platform-feature-flags": "^0.3.0",
67
- "@atlaskit/primitives": "^11.1.0",
67
+ "@atlaskit/primitives": "^12.0.0",
68
68
  "@atlaskit/spinner": "^16.2.0",
69
69
  "@atlaskit/tabs": "^16.3.0",
70
70
  "@atlaskit/textfield": "^6.4.0",
71
71
  "@atlaskit/theme": "^12.11.0",
72
72
  "@atlaskit/tokens": "^1.57.0",
73
- "@atlaskit/tooltip": "^18.5.0",
73
+ "@atlaskit/tooltip": "^18.6.0",
74
74
  "@atlaskit/ufo": "^0.2.0",
75
75
  "@atlaskit/visually-hidden": "^1.4.0",
76
76
  "@babel/runtime": "^7.0.0",
@@ -89,9 +89,9 @@
89
89
  "@af/analytics-codegen": "^0.1.0",
90
90
  "@af/integration-testing": "*",
91
91
  "@af/visual-regression": "*",
92
- "@atlaskit/dropdown-menu": "^12.15.0",
92
+ "@atlaskit/dropdown-menu": "^12.16.0",
93
93
  "@atlaskit/link-provider": "^1.14.0",
94
- "@atlaskit/link-test-helpers": "^7.2.0",
94
+ "@atlaskit/link-test-helpers": "^7.3.0",
95
95
  "@atlaskit/visual-regression": "*",
96
96
  "@atlassian/feature-flags-test-utils": "*",
97
97
  "@testing-library/dom": "^10.1.0",