@atlaskit/rovo-agent-analytics 0.1.0 → 0.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +8 -1
package/CHANGELOG.md CHANGED
@@ -1 +1,15 @@
1
1
  # @atlaskit/rovo-agent-analytics
2
+
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`595e58d6cd596`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/595e58d6cd596) -
8
+ Add rovo agents create analytics
9
+
10
+ ## 0.2.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`1998bf09cc49e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1998bf09cc49e) -
15
+ Rovo agent analytics - actions
package/package.json CHANGED
@@ -24,6 +24,8 @@
24
24
  ],
25
25
  "atlaskit:src": "src/index.ts",
26
26
  "dependencies": {
27
+ "@atlaskit/analytics-listeners": "^9.1.0",
28
+ "@atlaskit/analytics-next": "^11.1.0",
27
29
  "@atlaskit/css": "^0.17.0",
28
30
  "@atlaskit/primitives": "^16.4.0",
29
31
  "@atlaskit/tokens": "^8.4.0",
@@ -78,8 +80,13 @@
78
80
  ]
79
81
  }
80
82
  },
83
+ "techstackIgnore": {
84
+ "stricter": [
85
+ "@atlassian/tangerine/project-structure"
86
+ ]
87
+ },
81
88
  "name": "@atlaskit/rovo-agent-analytics",
82
- "version": "0.1.0",
89
+ "version": "0.3.0",
83
90
  "description": "Rovo Agents analytics",
84
91
  "author": "Atlassian Pty Ltd",
85
92
  "license": "Apache-2.0",