@atlaskit/link-datasource 1.19.6 → 1.19.7
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 +7 -0
- package/dist/cjs/analytics/constants.js +1 -1
- package/dist/es2019/analytics/constants.js +1 -1
- package/dist/esm/analytics/constants.js +1 -1
- package/dist/types/analytics/generated/analytics.types.d.ts +5 -5
- package/dist/types-ts4.5/analytics/generated/analytics.types.d.ts +5 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 1.19.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#56736](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56736) [`4372f34080e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4372f34080e4) - Remove incorrect analytics attributes and move them to insert click.
|
|
8
|
+
- [#56790](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56790) [`ff577a7969d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff577a7969d4) - ED-21266: Updated @atlaskit/adf-schema to 34.0.1
|
|
9
|
+
|
|
3
10
|
## 1.19.6
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Generates Typescript types for analytics events from analytics.spec.yaml
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::56c0904e824f5d240cc6a26a2cea70f6>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlassian/analytics-tooling run analytics:codegen link-datasource
|
|
8
8
|
*/
|
|
9
9
|
export type PackageMetaDataType = {
|
|
@@ -43,16 +43,16 @@ export type ButtonClickedInsertAttributesType = {
|
|
|
43
43
|
extensionKey: string | null;
|
|
44
44
|
actions: unknown[];
|
|
45
45
|
isQueryComplex: boolean;
|
|
46
|
+
projectBasicFilterSelectionCount: number;
|
|
47
|
+
statusBasicFilterSelectionCount: number;
|
|
48
|
+
issuetypeBasicFilterSelectionCount: number;
|
|
49
|
+
assigneeBasicFilterSelectionCount: number;
|
|
46
50
|
};
|
|
47
51
|
export type ButtonClickedCancelAttributesType = {
|
|
48
52
|
searchCount: number;
|
|
49
53
|
destinationObjectTypes: unknown[];
|
|
50
54
|
extensionKey: string | null;
|
|
51
55
|
actions: unknown[];
|
|
52
|
-
projectBasicFilterSelectionCount: number;
|
|
53
|
-
statusBasicFilterSelectionCount: number;
|
|
54
|
-
issuetypeBasicFilterSelectionCount: number;
|
|
55
|
-
assigneeBasicFilterSelectionCount: number;
|
|
56
56
|
};
|
|
57
57
|
export type LinkClickedSingleItemAttributesType = {
|
|
58
58
|
extensionKey: string | null;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Generates Typescript types for analytics events from analytics.spec.yaml
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::56c0904e824f5d240cc6a26a2cea70f6>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlassian/analytics-tooling run analytics:codegen link-datasource
|
|
8
8
|
*/
|
|
9
9
|
export type PackageMetaDataType = {
|
|
@@ -43,16 +43,16 @@ export type ButtonClickedInsertAttributesType = {
|
|
|
43
43
|
extensionKey: string | null;
|
|
44
44
|
actions: unknown[];
|
|
45
45
|
isQueryComplex: boolean;
|
|
46
|
+
projectBasicFilterSelectionCount: number;
|
|
47
|
+
statusBasicFilterSelectionCount: number;
|
|
48
|
+
issuetypeBasicFilterSelectionCount: number;
|
|
49
|
+
assigneeBasicFilterSelectionCount: number;
|
|
46
50
|
};
|
|
47
51
|
export type ButtonClickedCancelAttributesType = {
|
|
48
52
|
searchCount: number;
|
|
49
53
|
destinationObjectTypes: unknown[];
|
|
50
54
|
extensionKey: string | null;
|
|
51
55
|
actions: unknown[];
|
|
52
|
-
projectBasicFilterSelectionCount: number;
|
|
53
|
-
statusBasicFilterSelectionCount: number;
|
|
54
|
-
issuetypeBasicFilterSelectionCount: number;
|
|
55
|
-
assigneeBasicFilterSelectionCount: number;
|
|
56
56
|
};
|
|
57
57
|
export type LinkClickedSingleItemAttributesType = {
|
|
58
58
|
extensionKey: string | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.7",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"analytics:codegen": "yarn workspace @atlassian/analytics-tooling run analytics:codegen link-datasource --output ./src/analytics/generated"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@atlaskit/adf-schema": "^34.0.
|
|
33
|
+
"@atlaskit/adf-schema": "^34.0.1",
|
|
34
34
|
"@atlaskit/analytics-next": "^9.1.3",
|
|
35
35
|
"@atlaskit/avatar": "^21.4.0",
|
|
36
36
|
"@atlaskit/badge": "^15.1.16",
|