fluentui-design 0.1.1 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -8,6 +8,19 @@ 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
+
11
24
  ## [0.1.1] - 2026-09-21
12
25
 
13
26
  ### Baseline
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluentui-design",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "Evidence-backed Agent Skill for composing web applications with Fluent UI React v9",
6
6
  "license": "MIT",