@atlaskit/rovo-agent-analytics 0.9.0 → 0.10.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 +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/rovo-agent-analytics
|
|
2
2
|
|
|
3
|
+
## 0.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`e93d0946c0929`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e93d0946c0929) -
|
|
8
|
+
Auto sort for export path for last remaining ai-mate packages. Part of de-barreling effort of
|
|
9
|
+
TREX-67
|
|
10
|
+
|
|
3
11
|
## 0.9.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
],
|
|
25
25
|
"atlaskit:src": "src/index.ts",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@atlaskit/analytics-listeners": "^9.
|
|
27
|
+
"@atlaskit/analytics-listeners": "^9.3.0",
|
|
28
28
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
29
29
|
"@babel/runtime": "^7.0.0",
|
|
30
30
|
"@compiled/react": "^0.18.6"
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
]
|
|
84
84
|
},
|
|
85
85
|
"name": "@atlaskit/rovo-agent-analytics",
|
|
86
|
-
"version": "0.
|
|
86
|
+
"version": "0.10.0",
|
|
87
87
|
"description": "Rovo Agents analytics",
|
|
88
88
|
"author": "Atlassian Pty Ltd",
|
|
89
89
|
"license": "Apache-2.0",
|