fluentui-design 0.1.0 → 0.1.2
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 +31 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,37 @@ Each release records three things: the skill version, the baseline
|
|
|
8
8
|
`@fluentui/react-components` package version, and the pinned `fluentui-mcp` facts commit. See
|
|
9
9
|
[MAINTENANCE.md](MAINTENANCE.md) for the re-pin procedure.
|
|
10
10
|
|
|
11
|
+
## [0.1.2] - 2026-09-21
|
|
12
|
+
|
|
13
|
+
### Baseline
|
|
14
|
+
|
|
15
|
+
| Item | Value |
|
|
16
|
+
| --- | --- |
|
|
17
|
+
| `@fluentui/react-components` | 9.74.7 |
|
|
18
|
+
| `fluentui-mcp` facts commit | d595d79 |
|
|
19
|
+
|
|
20
|
+
### Documentation
|
|
21
|
+
|
|
22
|
+
- plan: record the validated automated release
|
|
23
|
+
|
|
24
|
+
## [0.1.1] - 2026-09-21
|
|
25
|
+
|
|
26
|
+
### Baseline
|
|
27
|
+
|
|
28
|
+
| Item | Value |
|
|
29
|
+
| --- | --- |
|
|
30
|
+
| `@fluentui/react-components` | 9.74.7 |
|
|
31
|
+
| `fluentui-mcp` facts commit | d595d79 |
|
|
32
|
+
|
|
33
|
+
### Fixes
|
|
34
|
+
|
|
35
|
+
- packaging: assert a semver version instead of a fixed one
|
|
36
|
+
- test: bind the Playwright preview server to IPv4
|
|
37
|
+
|
|
38
|
+
### CI
|
|
39
|
+
|
|
40
|
+
- release: reindex the release workflow
|
|
41
|
+
|
|
11
42
|
## [0.1.0] - 2026-09-20
|
|
12
43
|
|
|
13
44
|
### Baseline
|