@atlaskit/link-datasource 6.0.6 → 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 +25 -1
- package/package.json +43 -43
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
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.7
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
|
|
3
27
|
## 6.0.6
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
|
@@ -35,7 +59,7 @@
|
|
|
35
59
|
- [`5960cad1ecc81`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5960cad1ecc81) -
|
|
36
60
|
Remove unused platform feature flag declarations (no runtime impact)
|
|
37
61
|
- [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
|
|
38
|
-
Add @
|
|
62
|
+
Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
|
|
39
63
|
gating.
|
|
40
64
|
- [`6600d9566a565`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6600d9566a565) -
|
|
41
65
|
Internal changes to use tokens for skeleton component border radius.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.0",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"react-compiler": {
|
|
21
21
|
"enabled": true,
|
|
22
22
|
"gating": {
|
|
23
|
-
"source": "@
|
|
23
|
+
"source": "@atlaskit/react-compiler-gating",
|
|
24
24
|
"importSpecifierName": "isReactCompilerActivePlatform"
|
|
25
25
|
}
|
|
26
26
|
},
|
|
@@ -37,60 +37,60 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@atlaskit/adf-schema": "^56.0.0",
|
|
39
39
|
"@atlaskit/afm-i18n-platform-linking-platform-link-datasource": "2.7.0",
|
|
40
|
-
"@atlaskit/analytics-next": "^12.
|
|
40
|
+
"@atlaskit/analytics-next": "^12.1.0",
|
|
41
41
|
"@atlaskit/atlassian-context": "^1.0.0",
|
|
42
|
-
"@atlaskit/avatar": "^26.
|
|
43
|
-
"@atlaskit/avatar-group": "^13.
|
|
44
|
-
"@atlaskit/badge": "^19.
|
|
45
|
-
"@atlaskit/button": "^24.
|
|
42
|
+
"@atlaskit/avatar": "^26.1.0",
|
|
43
|
+
"@atlaskit/avatar-group": "^13.1.0",
|
|
44
|
+
"@atlaskit/badge": "^19.1.0",
|
|
45
|
+
"@atlaskit/button": "^24.2.0",
|
|
46
46
|
"@atlaskit/css": "^1.0.0",
|
|
47
|
-
"@atlaskit/datetime-picker": "^18.
|
|
48
|
-
"@atlaskit/dropdown-menu": "^17.
|
|
47
|
+
"@atlaskit/datetime-picker": "^18.1.0",
|
|
48
|
+
"@atlaskit/dropdown-menu": "^17.1.0",
|
|
49
49
|
"@atlaskit/editor-prosemirror": "^8.0.0",
|
|
50
|
-
"@atlaskit/empty-state": "^11.
|
|
50
|
+
"@atlaskit/empty-state": "^11.1.0",
|
|
51
51
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
52
|
-
"@atlaskit/flag": "^18.
|
|
53
|
-
"@atlaskit/form": "^16.
|
|
54
|
-
"@atlaskit/heading": "^6.
|
|
55
|
-
"@atlaskit/icon": "^36.
|
|
56
|
-
"@atlaskit/image": "^4.
|
|
57
|
-
"@atlaskit/inline-edit": "^16.
|
|
58
|
-
"@atlaskit/intl-messages-provider": "^4.
|
|
52
|
+
"@atlaskit/flag": "^18.1.0",
|
|
53
|
+
"@atlaskit/form": "^16.1.0",
|
|
54
|
+
"@atlaskit/heading": "^6.1.0",
|
|
55
|
+
"@atlaskit/icon": "^36.1.0",
|
|
56
|
+
"@atlaskit/image": "^4.1.0",
|
|
57
|
+
"@atlaskit/inline-edit": "^16.1.0",
|
|
58
|
+
"@atlaskit/intl-messages-provider": "^4.1.0",
|
|
59
59
|
"@atlaskit/jql-ast": "^4.0.0",
|
|
60
|
-
"@atlaskit/jql-editor": "^7.
|
|
61
|
-
"@atlaskit/jql-editor-autocomplete-rest": "^4.
|
|
62
|
-
"@atlaskit/layering": "^4.
|
|
63
|
-
"@atlaskit/link": "^4.
|
|
64
|
-
"@atlaskit/link-client-extension": "^7.
|
|
65
|
-
"@atlaskit/link-provider": "^5.
|
|
60
|
+
"@atlaskit/jql-editor": "^7.2.0",
|
|
61
|
+
"@atlaskit/jql-editor-autocomplete-rest": "^4.2.0",
|
|
62
|
+
"@atlaskit/layering": "^4.1.0",
|
|
63
|
+
"@atlaskit/link": "^4.1.0",
|
|
64
|
+
"@atlaskit/link-client-extension": "^7.1.0",
|
|
65
|
+
"@atlaskit/link-provider": "^5.1.0",
|
|
66
66
|
"@atlaskit/linking-common": "^11.0.0",
|
|
67
67
|
"@atlaskit/linking-types": "^15.0.0",
|
|
68
|
-
"@atlaskit/logo": "^21.
|
|
69
|
-
"@atlaskit/lozenge": "^14.
|
|
70
|
-
"@atlaskit/modal-dialog": "^16.
|
|
71
|
-
"@atlaskit/object": "^2.
|
|
68
|
+
"@atlaskit/logo": "^21.2.0",
|
|
69
|
+
"@atlaskit/lozenge": "^14.1.0",
|
|
70
|
+
"@atlaskit/modal-dialog": "^16.1.0",
|
|
71
|
+
"@atlaskit/object": "^2.1.0",
|
|
72
72
|
"@atlaskit/outbound-auth-flow-client": "^4.0.0",
|
|
73
73
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
74
|
-
"@atlaskit/popup": "^5.
|
|
74
|
+
"@atlaskit/popup": "^5.1.0",
|
|
75
75
|
"@atlaskit/pragmatic-drag-and-drop": "^2.0.0",
|
|
76
76
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^2.0.0",
|
|
77
77
|
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^3.0.0",
|
|
78
|
-
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^4.
|
|
79
|
-
"@atlaskit/primitives": "^20.
|
|
80
|
-
"@atlaskit/react-
|
|
81
|
-
"@atlaskit/select": "^
|
|
82
|
-
"@atlaskit/
|
|
78
|
+
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^4.1.0",
|
|
79
|
+
"@atlaskit/primitives": "^20.1.0",
|
|
80
|
+
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
81
|
+
"@atlaskit/react-select": "^4.2.0",
|
|
82
|
+
"@atlaskit/select": "^22.2.0",
|
|
83
|
+
"@atlaskit/smart-card": "^45.5.0",
|
|
83
84
|
"@atlaskit/smart-user-picker": "^11.0.0",
|
|
84
|
-
"@atlaskit/spinner": "^20.
|
|
85
|
-
"@atlaskit/tag": "^15.
|
|
86
|
-
"@atlaskit/textfield": "^9.
|
|
87
|
-
"@atlaskit/theme": "^26.
|
|
88
|
-
"@atlaskit/tokens": "^15.
|
|
89
|
-
"@atlaskit/tooltip": "^23.
|
|
85
|
+
"@atlaskit/spinner": "^20.1.0",
|
|
86
|
+
"@atlaskit/tag": "^15.1.0",
|
|
87
|
+
"@atlaskit/textfield": "^9.1.0",
|
|
88
|
+
"@atlaskit/theme": "^26.1.0",
|
|
89
|
+
"@atlaskit/tokens": "^15.1.0",
|
|
90
|
+
"@atlaskit/tooltip": "^23.1.0",
|
|
90
91
|
"@atlaskit/ufo": "^1.0.0",
|
|
91
|
-
"@atlaskit/width-detector": "^6.
|
|
92
|
-
"@atlassian/assets-workspace-host": "^0.
|
|
93
|
-
"@atlassian/react-compiler-gating": "^0.2.0",
|
|
92
|
+
"@atlaskit/width-detector": "^6.1.0",
|
|
93
|
+
"@atlassian/assets-workspace-host": "^0.7.0",
|
|
94
94
|
"@babel/runtime": "^7.0.0",
|
|
95
95
|
"@compiled/react": "^0.20.0",
|
|
96
96
|
"@types/dompurify": "^2.2.3",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"@atlaskit/json-ld-types": "^2.0.0",
|
|
115
115
|
"@atlaskit/link-test-helpers": "^11.0.0",
|
|
116
116
|
"@atlaskit/ssr": "workspace:^",
|
|
117
|
-
"@atlassian/a11y-jest-testing": "^0.
|
|
117
|
+
"@atlassian/a11y-jest-testing": "^0.13.0",
|
|
118
118
|
"@atlassian/a11y-playwright-testing": "^0.10.0",
|
|
119
119
|
"@atlassian/feature-flags-test-utils": "^1.1.0",
|
|
120
120
|
"@atlassian/structured-docs-types": "workspace:^",
|