@fluentui/react-breadcrumb 0.0.0-nightly-20231120-0407.1 → 9.0.1

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 +9 -16
  2. package/package.json +17 -12
package/CHANGELOG.md CHANGED
@@ -1,27 +1,20 @@
1
1
  # Change Log - @fluentui/react-breadcrumb
2
2
 
3
- This log was last generated on Mon, 20 Nov 2023 04:22:12 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 20 Nov 2023 09:51:22 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20231120-0407.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-breadcrumb_v0.0.0-nightly-20231120-0407.1)
7
+ ## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-breadcrumb_v9.0.1)
8
8
 
9
- Mon, 20 Nov 2023 04:22:12 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-breadcrumb_v9.0.0..@fluentui/react-breadcrumb_v0.0.0-nightly-20231120-0407.1)
9
+ Mon, 20 Nov 2023 09:51:22 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-breadcrumb_v9.0.0..@fluentui/react-breadcrumb_v9.0.1)
11
11
 
12
- ### Changes
12
+ ### Patches
13
13
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
15
- - Bump @fluentui/react-aria to v0.0.0-nightly-20231120-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/c8627662b2d335d4936f7d1450c890109391d06d) by beachball)
16
- - Bump @fluentui/react-button to v0.0.0-nightly-20231120-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/c8627662b2d335d4936f7d1450c890109391d06d) by beachball)
17
- - Bump @fluentui/react-link to v0.0.0-nightly-20231120-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/c8627662b2d335d4936f7d1450c890109391d06d) by beachball)
18
- - Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20231120-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/c8627662b2d335d4936f7d1450c890109391d06d) by beachball)
19
- - Bump @fluentui/react-tabster to v0.0.0-nightly-20231120-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/c8627662b2d335d4936f7d1450c890109391d06d) by beachball)
20
- - Bump @fluentui/react-theme to v0.0.0-nightly-20231120-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/c8627662b2d335d4936f7d1450c890109391d06d) by beachball)
21
- - Bump @fluentui/react-utilities to v0.0.0-nightly-20231120-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/c8627662b2d335d4936f7d1450c890109391d06d) by beachball)
22
- - Bump @fluentui/react-jsx-runtime to v0.0.0-nightly-20231120-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/c8627662b2d335d4936f7d1450c890109391d06d) by beachball)
23
- - Bump @fluentui/react-conformance to v0.0.0-nightly-20231120-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/c8627662b2d335d4936f7d1450c890109391d06d) by beachball)
24
- - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20231120-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/c8627662b2d335d4936f7d1450c890109391d06d) by beachball)
14
+ - Bump @fluentui/react-button to v9.3.56 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball)
15
+ - Bump @fluentui/react-link to v9.1.35 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball)
16
+ - Bump @fluentui/react-shared-contexts to v9.13.0 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.14.6 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball)
25
18
 
26
19
  ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-breadcrumb_v9.0.0)
27
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-breadcrumb",
3
- "version": "0.0.0-nightly-20231120-0407.1",
3
+ "version": "9.0.1",
4
4
  "description": "Breadcrumb component for Fluent UI React.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,22 +28,22 @@
28
28
  },
29
29
  "devDependencies": {
30
30
  "@fluentui/eslint-plugin": "*",
31
- "@fluentui/react-conformance": "0.0.0-nightly-20231120-0407.1",
32
- "@fluentui/react-conformance-griffel": "0.0.0-nightly-20231120-0407.1",
31
+ "@fluentui/react-conformance": "*",
32
+ "@fluentui/react-conformance-griffel": "*",
33
33
  "@fluentui/scripts-api-extractor": "*",
34
34
  "@fluentui/scripts-cypress": "*",
35
35
  "@fluentui/scripts-tasks": "*"
36
36
  },
37
37
  "dependencies": {
38
- "@fluentui/react-aria": "0.0.0-nightly-20231120-0407.1",
39
- "@fluentui/react-button": "0.0.0-nightly-20231120-0407.1",
38
+ "@fluentui/react-aria": "^9.3.44",
39
+ "@fluentui/react-button": "^9.3.56",
40
40
  "@fluentui/react-icons": "^2.0.217",
41
- "@fluentui/react-link": "0.0.0-nightly-20231120-0407.1",
42
- "@fluentui/react-shared-contexts": "0.0.0-nightly-20231120-0407.1",
43
- "@fluentui/react-tabster": "0.0.0-nightly-20231120-0407.1",
44
- "@fluentui/react-theme": "0.0.0-nightly-20231120-0407.1",
45
- "@fluentui/react-utilities": "0.0.0-nightly-20231120-0407.1",
46
- "@fluentui/react-jsx-runtime": "0.0.0-nightly-20231120-0407.1",
41
+ "@fluentui/react-link": "^9.1.35",
42
+ "@fluentui/react-shared-contexts": "^9.13.0",
43
+ "@fluentui/react-tabster": "^9.14.6",
44
+ "@fluentui/react-theme": "^9.1.16",
45
+ "@fluentui/react-utilities": "^9.15.2",
46
+ "@fluentui/react-jsx-runtime": "^9.0.19",
47
47
  "@griffel/react": "^1.5.14",
48
48
  "@swc/helpers": "^0.5.1"
49
49
  },
@@ -53,7 +53,12 @@
53
53
  "react": ">=16.14.0 <19.0.0",
54
54
  "react-dom": ">=16.14.0 <19.0.0"
55
55
  },
56
- "beachball": {},
56
+ "beachball": {
57
+ "disallowedChangeTypes": [
58
+ "major",
59
+ "prerelease"
60
+ ]
61
+ },
57
62
  "exports": {
58
63
  ".": {
59
64
  "types": "./dist/index.d.ts",