@kwiz/fluentui 1.0.20 → 1.0.21

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.
@@ -17,7 +17,8 @@ jobs:
17
17
  with:
18
18
  node-version: 20
19
19
  - run: npm ci
20
- - run: npm test
20
+ - run: npm run __update-kwiz-packages
21
+ - run: npm run build
21
22
 
22
23
  publish-npm:
23
24
  needs: build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kwiz/fluentui",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "KWIZ common controls for FluentUI",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",