@atlaskit/link-create 6.0.1 → 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,11 +1,35 @@
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
+
21
+ ## 6.0.2
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+
3
27
  ## 6.0.1
4
28
 
5
29
  ### Patch Changes
6
30
 
7
31
  - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
8
- Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
32
+ Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
9
33
  gating.
10
34
  - Updated dependencies
11
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.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.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.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.1",
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": "@atlassian/react-compiler-gating",
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.0.0",
35
+ "@atlaskit/analytics-next": "^12.1.0",
36
36
  "@atlaskit/atlassian-context": "^1.0.0",
37
- "@atlaskit/button": "^24.1.0",
37
+ "@atlaskit/button": "^24.2.0",
38
38
  "@atlaskit/css": "^1.0.0",
39
- "@atlaskit/empty-state": "^11.0.0",
40
- "@atlaskit/form": "^16.0.0",
41
- "@atlaskit/icon": "^36.0.0",
42
- "@atlaskit/icon-file-type": "^8.0.0",
43
- "@atlaskit/intl-messages-provider": "^4.0.0",
44
- "@atlaskit/link": "^4.0.0",
45
- "@atlaskit/linking-common": "^10.0.0",
46
- "@atlaskit/modal-dialog": "^16.0.0",
47
- "@atlaskit/object": "^2.0.0",
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
+ "@atlaskit/linking-common": "^11.0.0",
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.0.0",
50
- "@atlaskit/select": "^22.1.0",
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.0.0",
53
- "@atlaskit/textfield": "^9.0.0",
54
- "@atlaskit/theme": "^26.0.0",
55
- "@atlaskit/tokens": "^15.0.0",
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.0.0",
71
+ "@atlaskit/drawer": "^13.1.0",
72
72
  "@atlaskit/link-test-helpers": "^11.0.0",
73
- "@atlaskit/popup": "^5.0.0",
74
- "@atlassian/a11y-jest-testing": "^0.12.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",