@atlaskit/rovo-triggers 9.3.0 → 9.3.1

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,13 @@
1
1
  # @atlaskit/rovo-triggers
2
2
 
3
+ ## 9.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`30314bb11ad77`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/30314bb11ad77) -
8
+ Cleanup experiment `enable_rovo_static_prompt_file_uploads`. Static prompt file uploads are now
9
+ permanently enabled.
10
+
3
11
  ## 9.3.0
4
12
 
5
13
  ### Minor Changes
@@ -343,7 +343,6 @@ export type InsertPromptPayload = PayloadCore<'insert-prompt', {
343
343
  avatarUrl?: string;
344
344
  /**
345
345
  * Optional files to attach to the chat input alongside the prompt.
346
- * Gated by the enable_rovo_static_prompt_file_uploads experiment.
347
346
  */
348
347
  files?: UploadedFile[];
349
348
  } & PlaceholderParam>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-triggers",
3
- "version": "9.3.0",
3
+ "version": "9.3.1",
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.1.0",
44
+ "@atlaskit/primitives": "^20.2.0",
45
45
  "@atlaskit/ssr": "workspace:^",
46
46
  "@atlassian/a11y-jest-testing": "^0.13.0",
47
47
  "@atlassian/feature-flags-test-utils": "^1.1.0",