@atlaskit/link-create 4.4.4 → 4.4.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,19 @@
1
1
  # @atlaskit/link-create
2
2
 
3
+ ## 4.4.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`45c6f8d40f9ac`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/45c6f8d40f9ac) -
8
+ Bump i18n pkg versions for atlaskit packages for including license field
9
+
10
+ ## 4.4.5
11
+
12
+ ### Patch Changes
13
+
14
+ - [`a4a5ca6a21bae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a4a5ca6a21bae) -
15
+ Update i18n NPM package versions for platform packages
16
+
3
17
  ## 4.4.4
4
18
 
5
19
  ### Patch Changes
@@ -16,7 +16,7 @@ var CREATE_FORM_MIN_HEIGHT_IN_PX = exports.CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
16
16
  var LINK_CREATE_FORM_POST_CREATE_FIELD = exports.LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
17
17
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
18
18
  packageName: "@atlaskit/link-create" || '',
19
- packageVersion: "0.0.0-development" || '',
19
+ packageVersion: "4.4.5" || '',
20
20
  component: COMPONENT_NAME,
21
21
  componentName: COMPONENT_NAME
22
22
  };
@@ -10,7 +10,7 @@ export const CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
10
10
  export const LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
11
11
  export const PACKAGE_DATA = {
12
12
  packageName: "@atlaskit/link-create" || '',
13
- packageVersion: "0.0.0-development" || '',
13
+ packageVersion: "4.4.5" || '',
14
14
  component: COMPONENT_NAME,
15
15
  componentName: COMPONENT_NAME
16
16
  };
@@ -10,7 +10,7 @@ export var CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
10
10
  export var LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
11
11
  export var PACKAGE_DATA = {
12
12
  packageName: "@atlaskit/link-create" || '',
13
- packageVersion: "0.0.0-development" || '',
13
+ packageVersion: "4.4.5" || '',
14
14
  component: COMPONENT_NAME,
15
15
  componentName: COMPONENT_NAME
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-create",
3
- "version": "4.4.4",
3
+ "version": "4.4.6",
4
4
  "description": "The driver component of meta creation flow",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,28 +31,25 @@
31
31
  "**/*.compiled.css"
32
32
  ],
33
33
  "atlaskit:src": "src/index.ts",
34
- "af:exports": {
35
- ".": "./src/index.ts"
36
- },
37
34
  "dependencies": {
38
- "@atlaskit/afm-i18n-platform-linking-platform-link-create": "2.3.0",
35
+ "@atlaskit/afm-i18n-platform-linking-platform-link-create": "2.7.0",
39
36
  "@atlaskit/analytics-next": "^11.1.0",
40
37
  "@atlaskit/atlassian-context": "^0.5.0",
41
38
  "@atlaskit/button": "^23.4.0",
42
39
  "@atlaskit/css": "^0.14.0",
43
40
  "@atlaskit/empty-state": "^10.1.0",
44
- "@atlaskit/form": "^12.6.0",
45
- "@atlaskit/icon": "^28.1.0",
41
+ "@atlaskit/form": "^12.7.0",
42
+ "@atlaskit/icon": "^28.2.0",
46
43
  "@atlaskit/icon-file-type": "^7.0.0",
47
44
  "@atlaskit/icon-object": "^7.2.0",
48
45
  "@atlaskit/intl-messages-provider": "^2.0.0",
49
46
  "@atlaskit/layering": "^3.0.0",
50
47
  "@atlaskit/link": "^3.2.0",
51
- "@atlaskit/linking-common": "^9.5.0",
48
+ "@atlaskit/linking-common": "^9.6.0",
52
49
  "@atlaskit/modal-dialog": "^14.3.0",
53
50
  "@atlaskit/platform-feature-flags": "^1.1.0",
54
51
  "@atlaskit/primitives": "^14.14.0",
55
- "@atlaskit/select": "^21.2.0",
52
+ "@atlaskit/select": "^21.3.0",
56
53
  "@atlaskit/smart-user-picker": "^8.2.0",
57
54
  "@atlaskit/spinner": "^19.0.0",
58
55
  "@atlaskit/textfield": "^8.0.0",
@@ -74,7 +71,7 @@
74
71
  "@af/visual-regression": "workspace:^",
75
72
  "@atlaskit/drawer": "^11.0.0",
76
73
  "@atlaskit/link-test-helpers": "^8.3.0",
77
- "@atlaskit/popup": "^4.3.0",
74
+ "@atlaskit/popup": "^4.4.0",
78
75
  "@atlassian/feature-flags-test-utils": "^0.3.0",
79
76
  "@testing-library/react": "^13.4.0",
80
77
  "@testing-library/react-hooks": "^8.0.1",