@atlaskit/rovo-triggers 3.1.5 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
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
+
11
+ ## 3.1.6
12
+
13
+ ### Patch Changes
14
+
15
+ - [#195649](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/195649)
16
+ [`231bb33e06dfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/231bb33e06dfe) -
17
+ EDITOR-1131 Bump adf-schema version to 50.2.0
18
+
3
19
  ## 3.1.5
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-triggers",
3
- "version": "3.1.5",
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": {
@@ -32,7 +32,7 @@
32
32
  ".": "./src/index.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/adf-schema": "^50.0.1",
35
+ "@atlaskit/adf-schema": "^50.2.0",
36
36
  "@babel/runtime": "^7.0.0",
37
37
  "bind-event-listener": "^3.0.0"
38
38
  },
@@ -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": {