@atlaskit/rovo-triggers 8.0.0 → 8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/rovo-triggers
2
2
 
3
+ ## 8.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`8e4dd14523e4b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8e4dd14523e4b) -
8
+ Add a Test button to the custom skill view that opens a new Rovo chat with the skill's slash
9
+ command pre-populated as an editable draft. Adds an `overrideAutoSend` option to the `chat-new`
10
+ trigger payload so a new chat can be opened with the input drafted instead of sent.
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 8.0.0
4
17
 
5
18
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-triggers",
3
- "version": "8.0.0",
3
+ "version": "8.1.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": {