@atlaskit/link-create 6.0.2 → 6.1.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,23 @@
|
|
|
1
1
|
# @atlaskit/link-create
|
|
2
2
|
|
|
3
|
+
## 6.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
|
|
8
|
+
Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
|
|
9
|
+
reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
|
|
10
|
+
|
|
11
|
+
The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
|
|
12
|
+
bumped the renamed package itself, so dependent packages were never republished and their
|
|
13
|
+
published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
|
|
14
|
+
available in the public npm registry. This minor bump republishes all affected packages with the
|
|
15
|
+
corrected dependency.
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 6.0.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -11,7 +29,7 @@
|
|
|
11
29
|
### Patch Changes
|
|
12
30
|
|
|
13
31
|
- [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
|
|
14
|
-
Add @
|
|
32
|
+
Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
|
|
15
33
|
gating.
|
|
16
34
|
- Updated dependencies
|
|
17
35
|
|
|
@@ -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: "6.0.
|
|
19
|
+
packageVersion: "6.0.2" || '',
|
|
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: "6.0.
|
|
13
|
+
packageVersion: "6.0.2" || '',
|
|
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: "6.0.
|
|
13
|
+
packageVersion: "6.0.2" || '',
|
|
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": "6.0
|
|
3
|
+
"version": "6.1.0",
|
|
4
4
|
"description": "The driver component of meta creation flow",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"react-compiler": {
|
|
12
12
|
"enabled": true,
|
|
13
13
|
"gating": {
|
|
14
|
-
"source": "@
|
|
14
|
+
"source": "@atlaskit/react-compiler-gating",
|
|
15
15
|
"importSpecifierName": "isReactCompilerActivePlatform"
|
|
16
16
|
}
|
|
17
17
|
},
|
|
@@ -32,28 +32,28 @@
|
|
|
32
32
|
"atlaskit:src": "src/index.ts",
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/afm-i18n-platform-linking-platform-link-create": "2.7.0",
|
|
35
|
-
"@atlaskit/analytics-next": "^12.
|
|
35
|
+
"@atlaskit/analytics-next": "^12.1.0",
|
|
36
36
|
"@atlaskit/atlassian-context": "^1.0.0",
|
|
37
|
-
"@atlaskit/button": "^24.
|
|
37
|
+
"@atlaskit/button": "^24.2.0",
|
|
38
38
|
"@atlaskit/css": "^1.0.0",
|
|
39
|
-
"@atlaskit/empty-state": "^11.
|
|
40
|
-
"@atlaskit/form": "^16.
|
|
41
|
-
"@atlaskit/icon": "^36.
|
|
42
|
-
"@atlaskit/icon-file-type": "^8.
|
|
43
|
-
"@atlaskit/intl-messages-provider": "^4.
|
|
44
|
-
"@atlaskit/link": "^4.
|
|
39
|
+
"@atlaskit/empty-state": "^11.1.0",
|
|
40
|
+
"@atlaskit/form": "^16.1.0",
|
|
41
|
+
"@atlaskit/icon": "^36.1.0",
|
|
42
|
+
"@atlaskit/icon-file-type": "^8.1.0",
|
|
43
|
+
"@atlaskit/intl-messages-provider": "^4.1.0",
|
|
44
|
+
"@atlaskit/link": "^4.1.0",
|
|
45
45
|
"@atlaskit/linking-common": "^11.0.0",
|
|
46
|
-
"@atlaskit/modal-dialog": "^16.
|
|
47
|
-
"@atlaskit/object": "^2.
|
|
46
|
+
"@atlaskit/modal-dialog": "^16.1.0",
|
|
47
|
+
"@atlaskit/object": "^2.1.0",
|
|
48
48
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
49
|
-
"@atlaskit/primitives": "^20.
|
|
50
|
-
"@atlaskit/
|
|
49
|
+
"@atlaskit/primitives": "^20.1.0",
|
|
50
|
+
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
51
|
+
"@atlaskit/select": "^22.2.0",
|
|
51
52
|
"@atlaskit/smart-user-picker": "^11.0.0",
|
|
52
|
-
"@atlaskit/spinner": "^20.
|
|
53
|
-
"@atlaskit/textfield": "^9.
|
|
54
|
-
"@atlaskit/theme": "^26.
|
|
55
|
-
"@atlaskit/tokens": "^15.
|
|
56
|
-
"@atlassian/react-compiler-gating": "^0.2.0",
|
|
53
|
+
"@atlaskit/spinner": "^20.1.0",
|
|
54
|
+
"@atlaskit/textfield": "^9.1.0",
|
|
55
|
+
"@atlaskit/theme": "^26.1.0",
|
|
56
|
+
"@atlaskit/tokens": "^15.1.0",
|
|
57
57
|
"@babel/runtime": "^7.0.0",
|
|
58
58
|
"@compiled/react": "^0.20.0",
|
|
59
59
|
"debounce-promise": "^3.1.2",
|
|
@@ -68,10 +68,10 @@
|
|
|
68
68
|
"@af/accessibility-testing": "workspace:^",
|
|
69
69
|
"@af/integration-testing": "workspace:^",
|
|
70
70
|
"@af/visual-regression": "workspace:^",
|
|
71
|
-
"@atlaskit/drawer": "^13.
|
|
71
|
+
"@atlaskit/drawer": "^13.1.0",
|
|
72
72
|
"@atlaskit/link-test-helpers": "^11.0.0",
|
|
73
|
-
"@atlaskit/popup": "^5.
|
|
74
|
-
"@atlassian/a11y-jest-testing": "^0.
|
|
73
|
+
"@atlaskit/popup": "^5.1.0",
|
|
74
|
+
"@atlassian/a11y-jest-testing": "^0.13.0",
|
|
75
75
|
"@atlassian/feature-flags-test-utils": "^1.1.0",
|
|
76
76
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
77
77
|
"@testing-library/react": "^16.3.0",
|