@atlaskit/rovo-agent-components 0.6.0 → 1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/rovo-agent-components
2
2
 
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#135110](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/135110)
8
+ [`ae41f672c79da`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ae41f672c79da) -
9
+ Update rovo agent type definitions
10
+
11
+ ## 1.0.0
12
+
13
+ ### Major Changes
14
+
15
+ - [#134205](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/134205)
16
+ [`a9fe525de8e31`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a9fe525de8e31) -
17
+ Major bump all ai-mate packages and conversation-assistant, because it's been used in production
18
+ for a while, and 1.0.0 signify different semver requirements
19
+
3
20
  ## 0.6.0
4
21
 
5
22
  ### Minor Changes
@@ -10,6 +10,9 @@ export declare const AgentProfileCreator: ({ creator, onCreatorLinkClick, isLoad
10
10
  } | {
11
11
  type: 'THIRD_PARTY';
12
12
  name: string;
13
+ } | {
14
+ type: 'FORGE';
15
+ name: string;
13
16
  } | undefined;
14
17
  isLoading: boolean;
15
18
  onCreatorLinkClick: () => void;
@@ -10,6 +10,9 @@ export declare const AgentProfileCreator: ({ creator, onCreatorLinkClick, isLoad
10
10
  } | {
11
11
  type: 'THIRD_PARTY';
12
12
  name: string;
13
+ } | {
14
+ type: 'FORGE';
15
+ name: string;
13
16
  } | undefined;
14
17
  isLoading: boolean;
15
18
  onCreatorLinkClick: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-components",
3
- "version": "0.6.0",
3
+ "version": "1.1.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",