@atlaskit/rovo-triggers 3.1.6 → 3.2.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 +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/rovo-triggers
|
|
2
2
|
|
|
3
|
+
## 3.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`0e29af758fdf4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0e29af758fdf4) -
|
|
8
|
+
Add in support for getting ADF from staging area editor and passing it to the conversation
|
|
9
|
+
assistant
|
|
10
|
+
|
|
3
11
|
## 3.1.6
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-triggers",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "Provides various trigger events to drive Rovo Chat functionality, such as a publish-subscribe and URL parameter hooks",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -50,7 +50,6 @@
|
|
|
50
50
|
"@testing-library/react": "^13.4.0",
|
|
51
51
|
"@testing-library/react-hooks": "^8.0.1",
|
|
52
52
|
"react-dom": "^18.2.0",
|
|
53
|
-
"typescript": "~5.4.2",
|
|
54
53
|
"wait-for-expect": "^1.2.0"
|
|
55
54
|
},
|
|
56
55
|
"techstack": {
|