fluentui-design 0.1.0 → 0.1.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 +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -8,6 +8,24 @@ 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.1] - 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
+ ### Fixes
21
+
22
+ - packaging: assert a semver version instead of a fixed one
23
+ - test: bind the Playwright preview server to IPv4
24
+
25
+ ### CI
26
+
27
+ - release: reindex the release workflow
28
+
11
29
  ## [0.1.0] - 2026-09-20
12
30
 
13
31
  ### Baseline
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluentui-design",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "description": "Evidence-backed Agent Skill for composing web applications with Fluent UI React v9",
6
6
  "license": "MIT",