@fluentui-copilot/react-editor-input 0.0.0-nightly-20240621-0405-c19121e4.1 → 0.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.json CHANGED
@@ -2,40 +2,7 @@
2
2
  "name": "@fluentui-copilot/react-editor-input",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 21 Jun 2024 04:12:14 GMT",
6
- "tag": "@fluentui-copilot/react-editor-input_v0.0.0-nightly-20240621-0405-c19121e4.1",
7
- "version": "0.0.0-nightly-20240621-0405-c19121e4.1",
8
- "comments": {
9
- "prerelease": [
10
- {
11
- "author": "fluentui-internal@service.microsoft.com",
12
- "package": "@fluentui-copilot/react-editor-input",
13
- "commit": "not available",
14
- "comment": "Release nightly"
15
- },
16
- {
17
- "author": "beachball",
18
- "package": "@fluentui-copilot/react-editor-input",
19
- "comment": "Bump @fluentui-copilot/chat-input-plugins to v0.0.0-nightly-20240621-0405-c19121e4.1",
20
- "commit": "0f2f7fc676598f3c4e074346e95bccb981b924e9"
21
- },
22
- {
23
- "author": "beachball",
24
- "package": "@fluentui-copilot/react-editor-input",
25
- "comment": "Bump @fluentui-copilot/react-chat-input-plugins to v0.0.0-nightly-20240621-0405-c19121e4.1",
26
- "commit": "0f2f7fc676598f3c4e074346e95bccb981b924e9"
27
- },
28
- {
29
- "author": "beachball",
30
- "package": "@fluentui-copilot/react-editor-input",
31
- "comment": "Bump @fluentui-copilot/react-text-editor to v0.0.0-nightly-20240621-0405-c19121e4.1",
32
- "commit": "0f2f7fc676598f3c4e074346e95bccb981b924e9"
33
- }
34
- ]
35
- }
36
- },
37
- {
38
- "date": "Thu, 20 Jun 2024 23:05:53 GMT",
5
+ "date": "Thu, 20 Jun 2024 23:05:26 GMT",
39
6
  "tag": "@fluentui-copilot/react-editor-input_v0.1.0",
40
7
  "version": "0.1.0",
41
8
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,21 +1,9 @@
1
1
  # Change Log - @fluentui-copilot/react-editor-input
2
2
 
3
- This log was last generated on Fri, 21 Jun 2024 04:12:14 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 13 Jun 2024 21:00:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20240621-0405-c19121e4.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-editor-input_v0.0.0-nightly-20240621-0405-c19121e4.1)
8
-
9
- Fri, 21 Jun 2024 04:12:14 GMT
10
- [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-editor-input_v0.1.0..@fluentui-copilot/react-editor-input_v0.0.0-nightly-20240621-0405-c19121e4.1)
11
-
12
- ### Changes
13
-
14
- - Release nightly ([commit](https://github.com/microsoft/fluentai/commit/not available) by fluentui-internal@service.microsoft.com)
15
- - Bump @fluentui-copilot/chat-input-plugins to v0.0.0-nightly-20240621-0405-c19121e4.1 ([commit](https://github.com/microsoft/fluentai/commit/0f2f7fc676598f3c4e074346e95bccb981b924e9) by beachball)
16
- - Bump @fluentui-copilot/react-chat-input-plugins to v0.0.0-nightly-20240621-0405-c19121e4.1 ([commit](https://github.com/microsoft/fluentai/commit/0f2f7fc676598f3c4e074346e95bccb981b924e9) by beachball)
17
- - Bump @fluentui-copilot/react-text-editor to v0.0.0-nightly-20240621-0405-c19121e4.1 ([commit](https://github.com/microsoft/fluentai/commit/0f2f7fc676598f3c4e074346e95bccb981b924e9) by beachball)
18
-
19
7
  ## [0.0.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-editor-input_v0.0.1)
20
8
 
21
9
  Thu, 13 Jun 2024 21:00:45 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-editor-input",
3
- "version": "0.0.0-nightly-20240621-0405-c19121e4.1",
3
+ "version": "0.1.0",
4
4
  "description": "a base rich editor input.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -12,9 +12,9 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui-copilot/chat-input-plugins": "0.0.0-nightly-20240621-0405-c19121e4.1",
16
- "@fluentui-copilot/react-chat-input-plugins": "0.0.0-nightly-20240621-0405-c19121e4.1",
17
- "@fluentui-copilot/react-text-editor": "0.0.0-nightly-20240621-0405-c19121e4.1",
15
+ "@fluentui-copilot/chat-input-plugins": "^0.1.0",
16
+ "@fluentui-copilot/react-chat-input-plugins": "^0.1.0",
17
+ "@fluentui-copilot/react-text-editor": "^0.1.6",
18
18
  "@swc/helpers": "^0.5.1"
19
19
  },
20
20
  "peerDependencies": {
@@ -26,7 +26,11 @@
26
26
  "react": ">=16.14.0 <19.0.0",
27
27
  "react-dom": ">=16.14.0 <19.0.0"
28
28
  },
29
- "beachball": {},
29
+ "beachball": {
30
+ "disallowedChangeTypes": [
31
+ "major"
32
+ ]
33
+ },
30
34
  "exports": {
31
35
  ".": {
32
36
  "types": "./dist/index.d.ts",