@atlaskit/link-create 2.10.2 → 2.11.0

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,21 @@
1
1
  # @atlaskit/link-create
2
2
 
3
+ ## 2.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
8
+ [`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
9
+ Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
10
+ to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
11
+
12
+ This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
13
+ dependency range for `react` and `react-dom` for `/platform` packages.
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
3
19
  ## 2.10.2
4
20
 
5
21
  ### Patch Changes
@@ -13,7 +13,7 @@ var CREATE_FORM_MIN_HEIGHT_IN_PX = exports.CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
13
13
  var LINK_CREATE_FORM_POST_CREATE_FIELD = exports.LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
14
14
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
15
15
  packageName: "@atlaskit/link-create" || '',
16
- packageVersion: "2.10.2" || '',
16
+ packageVersion: "2.11.0" || '',
17
17
  component: COMPONENT_NAME,
18
18
  componentName: COMPONENT_NAME
19
19
  };
@@ -7,7 +7,7 @@ export const CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
7
7
  export const LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
8
8
  export const PACKAGE_DATA = {
9
9
  packageName: "@atlaskit/link-create" || '',
10
- packageVersion: "2.10.2" || '',
10
+ packageVersion: "2.11.0" || '',
11
11
  component: COMPONENT_NAME,
12
12
  componentName: COMPONENT_NAME
13
13
  };
@@ -7,7 +7,7 @@ export var CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
7
7
  export var LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
8
8
  export var PACKAGE_DATA = {
9
9
  packageName: "@atlaskit/link-create" || '',
10
- packageVersion: "2.10.2" || '',
10
+ packageVersion: "2.11.0" || '',
11
11
  component: COMPONENT_NAME,
12
12
  componentName: COMPONENT_NAME
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-create",
3
- "version": "2.10.2",
3
+ "version": "2.11.0",
4
4
  "description": "The driver component of meta creation flow",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -39,23 +39,23 @@
39
39
  ".": "./src/index.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@atlaskit/analytics-next": "^10.0.0",
42
+ "@atlaskit/analytics-next": "^10.1.0",
43
43
  "@atlaskit/atlassian-context": "^0.0.0",
44
- "@atlaskit/button": "^19.1.0",
45
- "@atlaskit/empty-state": "^7.10.0",
46
- "@atlaskit/form": "^10.4.0",
47
- "@atlaskit/icon": "^22.11.0",
44
+ "@atlaskit/button": "^19.2.0",
45
+ "@atlaskit/empty-state": "^7.11.0",
46
+ "@atlaskit/form": "^10.5.0",
47
+ "@atlaskit/icon": "^22.12.0",
48
48
  "@atlaskit/icon-file-type": "^6.4.0",
49
49
  "@atlaskit/intl-messages-provider": "^1.0.2",
50
- "@atlaskit/linking-common": "^5.9.0",
51
- "@atlaskit/modal-dialog": "^12.14.0",
50
+ "@atlaskit/linking-common": "^5.10.0",
51
+ "@atlaskit/modal-dialog": "^12.15.0",
52
52
  "@atlaskit/primitives": "^12.0.0",
53
- "@atlaskit/select": "^17.12.0",
53
+ "@atlaskit/select": "^17.13.0",
54
54
  "@atlaskit/smart-user-picker": "^6.10.0",
55
- "@atlaskit/spinner": "^16.2.0",
56
- "@atlaskit/textfield": "^6.4.0",
57
- "@atlaskit/theme": "^12.10.0",
58
- "@atlaskit/tokens": "^1.57.0",
55
+ "@atlaskit/spinner": "^16.3.0",
56
+ "@atlaskit/textfield": "^6.5.0",
57
+ "@atlaskit/theme": "^12.12.0",
58
+ "@atlaskit/tokens": "^1.58.0",
59
59
  "@babel/runtime": "^7.0.0",
60
60
  "@emotion/react": "^11.7.1",
61
61
  "@emotion/styled": "^11.0.0",
@@ -64,14 +64,14 @@
64
64
  "react-final-form": "^6.5.3"
65
65
  },
66
66
  "peerDependencies": {
67
- "react": "^16.8.0 || ^17.0.0 || ~18.2.0",
67
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
68
68
  "react-intl-next": "npm:react-intl@^5.18.1"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@af/integration-testing": "*",
72
72
  "@af/visual-regression": "*",
73
- "@atlaskit/drawer": "^7.13.0",
74
- "@atlaskit/link-test-helpers": "^7.3.0",
73
+ "@atlaskit/drawer": "^7.14.0",
74
+ "@atlaskit/link-test-helpers": "^7.4.0",
75
75
  "@atlaskit/visual-regression": "*",
76
76
  "@atlassian/feature-flags-test-utils": "*",
77
77
  "@testing-library/react": "^12.1.5",