@atlaskit/rovo-agent-components 2.12.0 → 2.13.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,17 @@
1
1
  # @atlaskit/rovo-agent-components
2
2
 
3
+ ## 2.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#186683](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/186683)
8
+ [`538ec6ba100e3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/538ec6ba100e3) -
9
+ Deprecate useBrowseAgentsUI, split BrowseAgentsContent to BrowseAgentsContentNew and
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 2.12.0
4
16
 
5
17
  ### Minor Changes
@@ -42,6 +42,7 @@ export const ChatToAgentButton = ({
42
42
  }, formatMessage(messages.chatToAgentButton))))));
43
43
  };
44
44
  export const AgentDropdownMenu = ({
45
+ // TODO https://product-fabric.atlassian.net/browse/RAGE-655 `isAgentCreatedByUser` is not needed if `loadAgentPermissions` is provided
45
46
  isAgentCreatedByUser,
46
47
  isAutodevTemplateAgent,
47
48
  onEditAgent,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-components",
3
- "version": "2.12.0",
3
+ "version": "2.13.0",
4
4
  "description": "This package host public components related to rovo agents, the components here are needed for other public atlaskit packages",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -39,7 +39,7 @@
39
39
  "@atlaskit/avatar": "^25.1.0",
40
40
  "@atlaskit/button": "^23.2.0",
41
41
  "@atlaskit/css": "^0.12.0",
42
- "@atlaskit/dropdown-menu": "^16.1.0",
42
+ "@atlaskit/dropdown-menu": "^16.2.0",
43
43
  "@atlaskit/heading": "^5.2.0",
44
44
  "@atlaskit/icon": "^27.3.0",
45
45
  "@atlaskit/legacy-custom-icons": "^0.22.0",
@@ -48,7 +48,7 @@
48
48
  "@atlaskit/platform-feature-flags": "^1.1.0",
49
49
  "@atlaskit/primitives": "^14.10.0",
50
50
  "@atlaskit/skeleton": "^2.0.0",
51
- "@atlaskit/tokens": "^5.4.0",
51
+ "@atlaskit/tokens": "^5.5.0",
52
52
  "@atlaskit/tooltip": "^20.3.0",
53
53
  "@babel/runtime": "^7.0.0",
54
54
  "@compiled/react": "^0.18.3",