@fluentui-copilot/react-preview 0.0.0-nightly-20240313-0404-8abc883d.1 → 0.3.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,16 +2,16 @@
2
2
  "name": "@fluentui-copilot/react-preview",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 13 Mar 2024 04:09:45 GMT",
6
- "tag": "@fluentui-copilot/react-preview_v0.0.0-nightly-20240313-0404-8abc883d.1",
7
- "version": "0.0.0-nightly-20240313-0404-8abc883d.1",
5
+ "date": "Wed, 13 Mar 2024 18:00:37 GMT",
6
+ "tag": "@fluentui-copilot/react-preview_v0.3.0",
7
+ "version": "0.3.0",
8
8
  "comments": {
9
- "prerelease": [
9
+ "minor": [
10
10
  {
11
- "author": "fluentui-internal@service.microsoft.com",
11
+ "author": "tristan.watanabe@gmail.com",
12
12
  "package": "@fluentui-copilot/react-preview",
13
- "commit": "not available",
14
- "comment": "Release nightly"
13
+ "commit": "9a2ab057b6446b33be459e7f8070a818129d2628",
14
+ "comment": "chore: rename package scope from @fluentai to @fluentui-copilot."
15
15
  }
16
16
  ]
17
17
  }
package/CHANGELOG.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # Change Log - @fluentui-copilot/react-preview
2
2
 
3
- This log was last generated on Wed, 13 Mar 2024 04:09:45 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 13 Mar 2024 18:00:37 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20240313-0404-8abc883d.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-preview_v0.0.0-nightly-20240313-0404-8abc883d.1)
7
+ ## [0.3.0](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-preview_v0.3.0)
8
8
 
9
- Wed, 13 Mar 2024 04:09:45 GMT
10
- [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentai/react-preview_v0.2.0..@fluentui-copilot/react-preview_v0.0.0-nightly-20240313-0404-8abc883d.1)
9
+ Wed, 13 Mar 2024 18:00:37 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentai/react-preview_v0.2.0..@fluentui-copilot/react-preview_v0.3.0)
11
11
 
12
- ### Changes
12
+ ### Minor changes
13
13
 
14
- - Release nightly ([commit](https://github.com/microsoft/fluentai/commit/not available) by fluentui-internal@service.microsoft.com)
14
+ - chore: rename package scope from @fluentai to @fluentui-copilot. ([PR #1440](https://github.com/microsoft/fluentai/pull/1440) by tristan.watanabe@gmail.com)
15
15
 
16
16
  ## [0.2.0](https://github.com/microsoft/fluentai/tree/@fluentai/react-preview_v0.2.0)
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-preview",
3
- "version": "0.0.0-nightly-20240313-0404-8abc883d.1",
3
+ "version": "0.3.0",
4
4
  "description": "Preview components.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -25,7 +25,11 @@
25
25
  "react": ">=16.14.0 <19.0.0",
26
26
  "react-dom": ">=16.14.0 <19.0.0"
27
27
  },
28
- "beachball": {},
28
+ "beachball": {
29
+ "disallowedChangeTypes": [
30
+ "major"
31
+ ]
32
+ },
29
33
  "exports": {
30
34
  ".": {
31
35
  "types": "./dist/index.d.ts",