@atlaskit/rovo-triggers 9.9.0 → 9.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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/rovo-triggers
2
2
 
3
+ ## 9.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`e93be45d5a13b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e93be45d5a13b) -
8
+ Send the current media's collectionId on Ask Rovo image-edit requests via
9
+ creationContext.additionalContext.mediaCollection, so the backend can resolve the media collection
10
+ when editing an existing image (image-create). Gated behind cc-maui-experiment / jira_maui_remix.
11
+
3
12
  ## 9.9.0
4
13
 
5
14
  ### Minor Changes
@@ -186,6 +186,7 @@ export type EditorContextPayloadData = {
186
186
  selectionLocalIds?: string;
187
187
  contentMauiId?: string;
188
188
  mediaFileId?: string;
189
+ mediaCollection?: string;
189
190
  dynamicUiSource?: {
190
191
  contentType: string;
191
192
  startLocalId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-triggers",
3
- "version": "9.9.0",
3
+ "version": "9.10.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": {
@@ -41,7 +41,7 @@
41
41
  "@af/integration-testing": "workspace:^",
42
42
  "@af/visual-regression": "workspace:^",
43
43
  "@atlaskit/css": "^1.0.0",
44
- "@atlaskit/primitives": "^20.6.0",
44
+ "@atlaskit/primitives": "^21.0.0",
45
45
  "@atlaskit/ssr": "workspace:^",
46
46
  "@atlassian/a11y-jest-testing": "^0.13.0",
47
47
  "@atlassian/feature-flags-test-utils": "^1.2.0",