From 27aba3e510431860ede7312cece381fe7fb5ff6e Mon Sep 17 00:00:00 2001 From: Kenneth Chau <34725+kenotron@users.noreply.github.com> Date: Mon, 17 Aug 2020 19:43:48 -0700 Subject: [PATCH] Adding prelint checks in PR gates (#14566) * adding prelint checks * fixing publish * Change files * fix change files --- apps/a11y-tests/package.json | 2 +- apps/dom-tests/package.json | 2 +- apps/fabric-website-resources/package.json | 10 +++++----- apps/fabric-website/package.json | 6 +++--- apps/perf-test/package.json | 2 +- apps/server-rendered-app/package.json | 2 +- apps/ssr-tests/package.json | 2 +- apps/test-bundles/package.json | 4 ++-- apps/theming-designer/package.json | 4 ++-- apps/todo-app/package.json | 2 +- apps/vr-tests/package.json | 2 +- azure-pipelines.yml | 5 +++++ ...@fluentui-codemods-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...@fluentui-examples-2020-08-17-18-44-47-prelint.json | 8 ++++++++ .../@fluentui-react-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...entui-react-avatar-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...entui-react-button-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...ntui-react-compose-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...uentui-react-image-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...luentui-react-next-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...luentui-react-tabs-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...fluentui-storybook-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...tui-web-components-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...@uifabric-api-docs-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...abric-azure-themes-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...@uifabric-charting-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...uifabric-date-time-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...c-example-app-base-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...fabric-experiments-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...ric-fabric-website-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...-website-resources-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...abric-fluent-theme-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...ifabric-mdl2-theme-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...fabric-react-cards-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...bric-theme-samples-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...ifabric-tsx-editor-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...@uifabric-variants-2020-08-17-18-44-47-prelint.json | 8 ++++++++ ...ce-ui-fabric-react-2020-08-17-18-44-47-prelint.json | 8 ++++++++ packages/api-docs/package.json | 2 +- packages/azure-themes/package.json | 4 ++-- packages/charting/package.json | 2 +- packages/codemods/package.json | 4 ++-- packages/date-time/package.json | 2 +- packages/example-app-base/package.json | 6 +++--- packages/examples/package.json | 8 ++++---- packages/experiments/package.json | 8 ++++---- packages/fluent-theme/package.json | 6 +++--- packages/fluentui/perf-test/package.json | 2 +- packages/fluentui/react-bindings/package.json | 2 +- packages/fluentui/react-northstar/package.json | 2 +- packages/lists/package.json | 2 +- packages/mdl2-theme/package.json | 4 ++-- packages/office-ui-fabric-react/package.json | 2 +- packages/react-avatar/package.json | 2 +- packages/react-button/package.json | 4 ++-- packages/react-cards/package.json | 4 ++-- packages/react-compose/package.json | 2 +- packages/react-flex/package.json | 4 ++-- packages/react-image/package.json | 4 ++-- packages/react-next/package.json | 4 ++-- packages/react-tabs/package.json | 2 +- packages/react/package.json | 2 +- packages/storybook/package.json | 2 +- packages/theme-samples/package.json | 4 ++-- packages/tsx-editor/package.json | 4 ++-- packages/variants/package.json | 4 ++-- packages/web-components/package.json | 2 +- 67 files changed, 282 insertions(+), 69 deletions(-) create mode 100644 change/@fluentui-codemods-2020-08-17-18-44-47-prelint.json create mode 100644 change/@fluentui-examples-2020-08-17-18-44-47-prelint.json create mode 100644 change/@fluentui-react-2020-08-17-18-44-47-prelint.json create mode 100644 change/@fluentui-react-avatar-2020-08-17-18-44-47-prelint.json create mode 100644 change/@fluentui-react-button-2020-08-17-18-44-47-prelint.json create mode 100644 change/@fluentui-react-compose-2020-08-17-18-44-47-prelint.json create mode 100644 change/@fluentui-react-image-2020-08-17-18-44-47-prelint.json create mode 100644 change/@fluentui-react-next-2020-08-17-18-44-47-prelint.json create mode 100644 change/@fluentui-react-tabs-2020-08-17-18-44-47-prelint.json create mode 100644 change/@fluentui-storybook-2020-08-17-18-44-47-prelint.json create mode 100644 change/@fluentui-web-components-2020-08-17-18-44-47-prelint.json create mode 100644 change/@uifabric-api-docs-2020-08-17-18-44-47-prelint.json create mode 100644 change/@uifabric-azure-themes-2020-08-17-18-44-47-prelint.json create mode 100644 change/@uifabric-charting-2020-08-17-18-44-47-prelint.json create mode 100644 change/@uifabric-date-time-2020-08-17-18-44-47-prelint.json create mode 100644 change/@uifabric-example-app-base-2020-08-17-18-44-47-prelint.json create mode 100644 change/@uifabric-experiments-2020-08-17-18-44-47-prelint.json create mode 100644 change/@uifabric-fabric-website-2020-08-17-18-44-47-prelint.json create mode 100644 change/@uifabric-fabric-website-resources-2020-08-17-18-44-47-prelint.json create mode 100644 change/@uifabric-fluent-theme-2020-08-17-18-44-47-prelint.json create mode 100644 change/@uifabric-mdl2-theme-2020-08-17-18-44-47-prelint.json create mode 100644 change/@uifabric-react-cards-2020-08-17-18-44-47-prelint.json create mode 100644 change/@uifabric-theme-samples-2020-08-17-18-44-47-prelint.json create mode 100644 change/@uifabric-tsx-editor-2020-08-17-18-44-47-prelint.json create mode 100644 change/@uifabric-variants-2020-08-17-18-44-47-prelint.json create mode 100644 change/office-ui-fabric-react-2020-08-17-18-44-47-prelint.json diff --git a/apps/a11y-tests/package.json b/apps/a11y-tests/package.json index a833409e6c4fa8..ebe45bc504c2f6 100644 --- a/apps/a11y-tests/package.json +++ b/apps/a11y-tests/package.json @@ -19,7 +19,7 @@ "axe-sarif-converter": "^2.0.1", "glob": "^7.1.2", "mkdirp": "^0.5.1", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "puppeteer": "^1.13.0", "tslib": "^1.10.0", "react": "16.8.6", diff --git a/apps/dom-tests/package.json b/apps/dom-tests/package.json index 186329498417d4..55425d416169eb 100644 --- a/apps/dom-tests/package.json +++ b/apps/dom-tests/package.json @@ -25,7 +25,7 @@ "jest-environment-node": "~24.9.0", "jest-environment-puppeteer": "^4.1.0", "jest-puppeteer": "^4.0.0", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "puppeteer": "^1.13.0", "react-dom": "16.8.6", "react": "16.8.6", diff --git a/apps/fabric-website-resources/package.json b/apps/fabric-website-resources/package.json index 9cbed4082a7770..ae721f3463c8cd 100644 --- a/apps/fabric-website-resources/package.json +++ b/apps/fabric-website-resources/package.json @@ -38,9 +38,9 @@ "dependencies": { "@microsoft/load-themed-styles": "^1.10.26", "@uifabric/api-docs": "^7.3.39", - "@uifabric/azure-themes": "^7.3.4", + "@uifabric/azure-themes": "^7.3.5", "@uifabric/example-app-base": "^7.12.113", - "@uifabric/fluent-theme": "^7.1.130", + "@uifabric/fluent-theme": "^7.1.131", "@uifabric/icons": "^7.3.73", "@uifabric/mdl2-theme": "^0.1.131", "@uifabric/merge-styles": "^7.16.6", @@ -48,11 +48,11 @@ "@uifabric/set-version": "^7.0.21", "@uifabric/styling": "^7.14.13", "@uifabric/theme-samples": "^7.0.125", - "@uifabric/tsx-editor": "^0.11.129", + "@uifabric/tsx-editor": "^0.11.130", "@uifabric/utilities": "^7.28.0", - "@uifabric/variants": "^7.1.115", + "@uifabric/variants": "^7.1.116", "office-ui-fabric-core": "^11.0.0", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/apps/fabric-website/package.json b/apps/fabric-website/package.json index 4fa35813b51a4f..bd7cd1dfe89d8b 100644 --- a/apps/fabric-website/package.json +++ b/apps/fabric-website/package.json @@ -33,7 +33,7 @@ "@types/react-dom": "16.8.4", "@types/webpack-env": "1.15.1", "@uifabric/build": "^7.0.0", - "@uifabric/tsx-editor": "^0.11.129", + "@uifabric/tsx-editor": "^0.11.130", "react": "16.8.6", "react-app-polyfill": "~1.0.1", "react-dom": "16.8.6", @@ -46,14 +46,14 @@ "@uifabric/experiments": "^7.28.2", "@uifabric/fabric-website-resources": "^7.6.121", "@uifabric/file-type-icons": "^7.4.14", - "@uifabric/fluent-theme": "^7.1.130", + "@uifabric/fluent-theme": "^7.1.131", "@uifabric/icons": "^7.3.73", "@uifabric/react-cards": "^0.110.23", "@uifabric/set-version": "^7.0.21", "@uifabric/theme-samples": "^7.0.125", "json-loader": "^0.5.7", "office-ui-fabric-core": "^11.0.0", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "tslib": "^1.10.0", "whatwg-fetch": "2.0.4" }, diff --git a/apps/perf-test/package.json b/apps/perf-test/package.json index 5c1952d5827557..1f38509ce8fcd6 100644 --- a/apps/perf-test/package.json +++ b/apps/perf-test/package.json @@ -30,7 +30,7 @@ "@uifabric/example-app-base": "^7.12.113", "@uifabric/experiments": "^7.28.2", "@microsoft/load-themed-styles": "^1.10.26", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "querystring": "^0.2.0", "react": "16.8.6", "react-app-polyfill": "~1.0.1", diff --git a/apps/server-rendered-app/package.json b/apps/server-rendered-app/package.json index 32e9c3c61d71f9..ebec8d33bfd489 100644 --- a/apps/server-rendered-app/package.json +++ b/apps/server-rendered-app/package.json @@ -30,7 +30,7 @@ "@uifabric/icons": "^7.3.73", "@uifabric/merge-styles": "^7.16.6", "@uifabric/set-version": "^7.0.21", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "react": "16.8.6", "react-app-polyfill": "~1.0.1", "react-dom": "16.8.6", diff --git a/apps/ssr-tests/package.json b/apps/ssr-tests/package.json index b269b93a8c4bde..274bf851ce766a 100644 --- a/apps/ssr-tests/package.json +++ b/apps/ssr-tests/package.json @@ -20,7 +20,7 @@ "@uifabric/fabric-website-resources": "^7.6.121", "just-scripts-utils": "^0.8.3", "mocha": "^3.3.0", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "raw-loader": "^0.5.1", "react": "16.8.6", "react-app-polyfill": "~1.0.1", diff --git a/apps/test-bundles/package.json b/apps/test-bundles/package.json index aa07203b254a4b..4f55c866acb17c 100644 --- a/apps/test-bundles/package.json +++ b/apps/test-bundles/package.json @@ -31,12 +31,12 @@ "dependencies": { "@fluentui/keyboard-key": "^0.2.10", "@fluentui/react-button": "^0.9.3", - "@fluentui/react-compose": "^0.14.5", + "@fluentui/react-compose": "^0.15.0", "@fluentui/react-next": "^8.0.0-alpha.86", "@uifabric/experiments": "^7.28.2", "@uifabric/set-version": "^7.0.21", "@uifabric/styling": "^7.14.13", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "react": "16.8.6", "react-app-polyfill": "~1.0.1", "react-dom": "16.8.6", diff --git a/apps/theming-designer/package.json b/apps/theming-designer/package.json index 540945bed95e05..1914530ddb4a52 100644 --- a/apps/theming-designer/package.json +++ b/apps/theming-designer/package.json @@ -24,11 +24,11 @@ "@uifabric/react-cards": "^0.110.23", "@uifabric/merge-styles": "^7.16.6", "@uifabric/example-app-base": "^7.12.113", - "@uifabric/variants": "^7.1.115", + "@uifabric/variants": "^7.1.116", "@uifabric/set-version": "^7.0.21", "@uifabric/icons": "^7.3.73", "@microsoft/load-themed-styles": "^1.10.26", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "react": "16.8.6", "react-app-polyfill": "~1.0.1", "react-dom": "16.8.6", diff --git a/apps/todo-app/package.json b/apps/todo-app/package.json index f3899423a90f51..86899d319e7179 100644 --- a/apps/todo-app/package.json +++ b/apps/todo-app/package.json @@ -24,7 +24,7 @@ "@microsoft/load-themed-styles": "^1.10.26", "es6-promise": "^4.1.0", "immutability-helper": "~2.8.1", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "react": "16.8.6", "react-app-polyfill": "~1.0.1", "react-dom": "16.8.6", diff --git a/apps/vr-tests/package.json b/apps/vr-tests/package.json index 2f2fa259c957de..3cf09ce79b517b 100644 --- a/apps/vr-tests/package.json +++ b/apps/vr-tests/package.json @@ -23,7 +23,7 @@ "@uifabric/react-cards": "^0.110.23", "@uifabric/react-hooks": "^7.8.2", "@uifabric/set-version": "^7.0.21", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "react": "16.8.6", "react-app-polyfill": "~1.0.1", "react-dom": "16.8.6", diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1e0453d9ff6684..64e18526e09c1f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,6 +27,11 @@ jobs: yarn checkchange displayName: check change + ## manually call this since lage is now used and it calls lint per package, not per repo + - script: | + yarn prelint + displayName: do syncpack and no-tslint checks + ## only do scoped builds with PRs - script: | yarn lage build test lint --verbose --no-cache --grouped --since $(target_branch) diff --git a/change/@fluentui-codemods-2020-08-17-18-44-47-prelint.json b/change/@fluentui-codemods-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..d568a1975d236b --- /dev/null +++ b/change/@fluentui-codemods-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fixing publish", + "packageName": "@fluentui/codemods", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:43:23.107Z" +} diff --git a/change/@fluentui-examples-2020-08-17-18-44-47-prelint.json b/change/@fluentui-examples-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..c42c89cf7c89e6 --- /dev/null +++ b/change/@fluentui-examples-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fixing publish", + "packageName": "@fluentui/examples", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:43:31.753Z" +} diff --git a/change/@fluentui-react-2020-08-17-18-44-47-prelint.json b/change/@fluentui-react-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..b1c905687d0898 --- /dev/null +++ b/change/@fluentui-react-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fixing publish", + "packageName": "@fluentui/react", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:44:38.658Z" +} diff --git a/change/@fluentui-react-avatar-2020-08-17-18-44-47-prelint.json b/change/@fluentui-react-avatar-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..8035bba66dd30f --- /dev/null +++ b/change/@fluentui-react-avatar-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fixing publish", + "packageName": "@fluentui/react-avatar", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:43:44.953Z" +} diff --git a/change/@fluentui-react-button-2020-08-17-18-44-47-prelint.json b/change/@fluentui-react-button-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..e500c2dc3ea8ae --- /dev/null +++ b/change/@fluentui-react-button-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fixing publish", + "packageName": "@fluentui/react-button", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:43:46.505Z" +} diff --git a/change/@fluentui-react-compose-2020-08-17-18-44-47-prelint.json b/change/@fluentui-react-compose-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..da44b97d3a9f30 --- /dev/null +++ b/change/@fluentui-react-compose-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fixing publish", + "packageName": "@fluentui/react-compose", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:43:49.745Z" +} diff --git a/change/@fluentui-react-image-2020-08-17-18-44-47-prelint.json b/change/@fluentui-react-image-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..495a2abec1286b --- /dev/null +++ b/change/@fluentui-react-image-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fixing publish", + "packageName": "@fluentui/react-image", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:43:52.146Z" +} diff --git a/change/@fluentui-react-next-2020-08-17-18-44-47-prelint.json b/change/@fluentui-react-next-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..7b6a5f97091008 --- /dev/null +++ b/change/@fluentui-react-next-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "prerelease", + "comment": "fix publishing by syncing packages (#12715)", + "packageName": "@fluentui/react-next", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:44:31.717Z" +} diff --git a/change/@fluentui-react-tabs-2020-08-17-18-44-47-prelint.json b/change/@fluentui-react-tabs-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..e063ec5031f5de --- /dev/null +++ b/change/@fluentui-react-tabs-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fix publishing by syncing packages (#12715)", + "packageName": "@fluentui/react-tabs", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:44:36.828Z" +} diff --git a/change/@fluentui-storybook-2020-08-17-18-44-47-prelint.json b/change/@fluentui-storybook-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..566a2ad7dfa643 --- /dev/null +++ b/change/@fluentui-storybook-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fixing publish", + "packageName": "@fluentui/storybook", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:44:40.315Z" +} diff --git a/change/@fluentui-web-components-2020-08-17-18-44-47-prelint.json b/change/@fluentui-web-components-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..0e263f1e4f8cb4 --- /dev/null +++ b/change/@fluentui-web-components-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fixing publish", + "packageName": "@fluentui/web-components", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:44:47.258Z" +} diff --git a/change/@uifabric-api-docs-2020-08-17-18-44-47-prelint.json b/change/@uifabric-api-docs-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..26c1629295e466 --- /dev/null +++ b/change/@uifabric-api-docs-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fixing publish", + "packageName": "@uifabric/api-docs", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:43:06.490Z" +} diff --git a/change/@uifabric-azure-themes-2020-08-17-18-44-47-prelint.json b/change/@uifabric-azure-themes-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..e683d995302d8b --- /dev/null +++ b/change/@uifabric-azure-themes-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fix publish", + "packageName": "@uifabric/azure-themes", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:43:10.482Z" +} diff --git a/change/@uifabric-charting-2020-08-17-18-44-47-prelint.json b/change/@uifabric-charting-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..59f4723eb44bb5 --- /dev/null +++ b/change/@uifabric-charting-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fix publish", + "packageName": "@uifabric/charting", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:43:16.456Z" +} diff --git a/change/@uifabric-date-time-2020-08-17-18-44-47-prelint.json b/change/@uifabric-date-time-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..4d04424775677f --- /dev/null +++ b/change/@uifabric-date-time-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fixing publish", + "packageName": "@uifabric/date-time", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:43:25.042Z" +} diff --git a/change/@uifabric-example-app-base-2020-08-17-18-44-47-prelint.json b/change/@uifabric-example-app-base-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..0543570db041ed --- /dev/null +++ b/change/@uifabric-example-app-base-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fixing publish", + "packageName": "@uifabric/example-app-base", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:43:29.897Z" +} diff --git a/change/@uifabric-experiments-2020-08-17-18-44-47-prelint.json b/change/@uifabric-experiments-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..a993e0521098f2 --- /dev/null +++ b/change/@uifabric-experiments-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fixing publish", + "packageName": "@uifabric/experiments", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:43:33.306Z" +} diff --git a/change/@uifabric-fabric-website-2020-08-17-18-44-47-prelint.json b/change/@uifabric-fabric-website-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..992a7d7e00bbd7 --- /dev/null +++ b/change/@uifabric-fabric-website-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "Update web components to use latest version of fast-element (#14573)", + "packageName": "@uifabric/fabric-website", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:43:02.681Z" +} diff --git a/change/@uifabric-fabric-website-resources-2020-08-17-18-44-47-prelint.json b/change/@uifabric-fabric-website-resources-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..de3b49f8e54f4d --- /dev/null +++ b/change/@uifabric-fabric-website-resources-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fixing publish", + "packageName": "@uifabric/fabric-website-resources", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:43:01.540Z" +} diff --git a/change/@uifabric-fluent-theme-2020-08-17-18-44-47-prelint.json b/change/@uifabric-fluent-theme-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..c05c1080e45cf2 --- /dev/null +++ b/change/@uifabric-fluent-theme-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fixing publish", + "packageName": "@uifabric/fluent-theme", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:43:38.970Z" +} diff --git a/change/@uifabric-mdl2-theme-2020-08-17-18-44-47-prelint.json b/change/@uifabric-mdl2-theme-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..04f8e4c72ebd51 --- /dev/null +++ b/change/@uifabric-mdl2-theme-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fixing publish", + "packageName": "@uifabric/mdl2-theme", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:43:40.563Z" +} diff --git a/change/@uifabric-react-cards-2020-08-17-18-44-47-prelint.json b/change/@uifabric-react-cards-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..6ab44e8d6e491c --- /dev/null +++ b/change/@uifabric-react-cards-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fixing publish", + "packageName": "@uifabric/react-cards", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:43:48.138Z" +} diff --git a/change/@uifabric-theme-samples-2020-08-17-18-44-47-prelint.json b/change/@uifabric-theme-samples-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..598095d1baf124 --- /dev/null +++ b/change/@uifabric-theme-samples-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fixing publish", + "packageName": "@uifabric/theme-samples", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:44:42.267Z" +} diff --git a/change/@uifabric-tsx-editor-2020-08-17-18-44-47-prelint.json b/change/@uifabric-tsx-editor-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..dc965e6e4d8568 --- /dev/null +++ b/change/@uifabric-tsx-editor-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fixing publish", + "packageName": "@uifabric/tsx-editor", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:44:43.953Z" +} diff --git a/change/@uifabric-variants-2020-08-17-18-44-47-prelint.json b/change/@uifabric-variants-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..a7c80056082222 --- /dev/null +++ b/change/@uifabric-variants-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fixing publish", + "packageName": "@uifabric/variants", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:44:45.570Z" +} diff --git a/change/office-ui-fabric-react-2020-08-17-18-44-47-prelint.json b/change/office-ui-fabric-react-2020-08-17-18-44-47-prelint.json new file mode 100644 index 00000000000000..78feb02ce367e9 --- /dev/null +++ b/change/office-ui-fabric-react-2020-08-17-18-44-47-prelint.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "fixing publish", + "packageName": "office-ui-fabric-react", + "email": "kchau@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-08-18T01:43:42.139Z" +} diff --git a/packages/api-docs/package.json b/packages/api-docs/package.json index 6447a953d7f0bd..e13cedaa519b13 100644 --- a/packages/api-docs/package.json +++ b/packages/api-docs/package.json @@ -26,7 +26,7 @@ "@uifabric/react-cards": "^0.110.23", "@uifabric/styling": "^7.14.13", "@uifabric/utilities": "^7.28.0", - "office-ui-fabric-react": "^7.128.1" + "office-ui-fabric-react": "^7.128.2" }, "dependencies": { "@microsoft/api-extractor-model": "7.7.1", diff --git a/packages/azure-themes/package.json b/packages/azure-themes/package.json index 0f44ebe1a4603b..814a6fe81b88d1 100644 --- a/packages/azure-themes/package.json +++ b/packages/azure-themes/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/azure-themes", - "version": "7.3.4", + "version": "7.3.5", "description": "Azure themes for Fluent UI React", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -32,7 +32,7 @@ "dependencies": { "@uifabric/merge-styles": "^7.16.6", "@uifabric/set-version": "^7.0.21", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "tslib": "^1.10.0" } } diff --git a/packages/charting/package.json b/packages/charting/package.json index 036c7306bed1df..6b52e41ecb8602 100644 --- a/packages/charting/package.json +++ b/packages/charting/package.json @@ -70,7 +70,7 @@ }, "peerDependencies": { "@types/react": ">=16.8.0 <17.0.0", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "@types/react-dom": ">=16.8.0 <17.0.0", "react": ">=16.8.0 <17.0.0", "react-dom": ">=16.8.0 <17.0.0" diff --git a/packages/codemods/package.json b/packages/codemods/package.json index 28a3eb1530d0da..3b3ee38e4fed9f 100644 --- a/packages/codemods/package.json +++ b/packages/codemods/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/codemods", - "version": "0.6.16", + "version": "0.7.0", "description": "Tool enabling easy upgrades to new Fluent UI versions", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -32,7 +32,7 @@ }, "dependencies": { "tslib": "^1.10.0", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "react": "16.8.6", "semver": "^6.2.0", "ts-morph": "^6.0.0", diff --git a/packages/date-time/package.json b/packages/date-time/package.json index 560f2572a1f057..a1622dd81f5c18 100644 --- a/packages/date-time/package.json +++ b/packages/date-time/package.json @@ -55,7 +55,7 @@ "@uifabric/set-version": "^7.0.21", "@uifabric/styling": "^7.14.13", "@uifabric/utilities": "^7.28.0", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/example-app-base/package.json b/packages/example-app-base/package.json index 64b70944502666..2c2462caf6bddb 100644 --- a/packages/example-app-base/package.json +++ b/packages/example-app-base/package.json @@ -43,14 +43,14 @@ "dependencies": { "@microsoft/load-themed-styles": "^1.10.26", "@uifabric/example-data": "^7.1.2", - "@uifabric/fluent-theme": "^7.1.130", + "@uifabric/fluent-theme": "^7.1.131", "@uifabric/react-hooks": "^7.8.2", "@uifabric/set-version": "^7.0.21", - "@uifabric/tsx-editor": "^0.11.129", + "@uifabric/tsx-editor": "^0.11.130", "color-check": "0.0.2", "markdown-to-jsx": "6.11.4", "office-ui-fabric-core": "^11.0.0", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "react-custom-scrollbars": "^4.2.1", "react-syntax-highlighter": "^10.1.3", "tslib": "^1.10.0" diff --git a/packages/examples/package.json b/packages/examples/package.json index ce5cbbb67174a6..127b97c1da3aa4 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -29,7 +29,7 @@ "@fluentui/react-focus": "^7.12.33", "@microsoft/load-themed-styles": "^1.10.26", "@uifabric/api-docs": "^7.3.39", - "@uifabric/azure-themes": "^7.3.4", + "@uifabric/azure-themes": "^7.3.5", "@uifabric/charting": "^3.0.9", "@uifabric/date-time": "^7.14.3", "@uifabric/example-app-base": "^7.12.113", @@ -37,7 +37,7 @@ "@uifabric/experiments": "^7.28.2", "@uifabric/fabric-website-resources": "^7.6.121", "@uifabric/file-type-icons": "^7.4.14", - "@uifabric/fluent-theme": "^7.1.130", + "@uifabric/fluent-theme": "^7.1.131", "@uifabric/foundation": "^7.7.47", "@uifabric/icons": "^7.3.73", "@uifabric/mdl2-theme": "^0.1.131", @@ -45,8 +45,8 @@ "@uifabric/react-hooks": "^7.8.2", "@uifabric/styling": "^7.14.13", "@uifabric/utilities": "^7.28.0", - "@uifabric/variants": "^7.1.115", - "office-ui-fabric-react": "^7.128.1", + "@uifabric/variants": "^7.1.116", + "office-ui-fabric-react": "^7.128.2", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/experiments/package.json b/packages/experiments/package.json index fc28098809066b..7665bedee4d1b3 100644 --- a/packages/experiments/package.json +++ b/packages/experiments/package.json @@ -52,10 +52,10 @@ }, "dependencies": { "@microsoft/load-themed-styles": "^1.10.26", - "@uifabric/azure-themes": "^7.3.4", + "@uifabric/azure-themes": "^7.3.5", "@uifabric/example-data": "^7.1.2", "@uifabric/file-type-icons": "^7.4.14", - "@uifabric/fluent-theme": "^7.1.130", + "@uifabric/fluent-theme": "^7.1.131", "@uifabric/foundation": "^7.7.47", "@uifabric/icons": "^7.3.73", "@uifabric/merge-styles": "^7.16.6", @@ -64,9 +64,9 @@ "@uifabric/styling": "^7.14.13", "@uifabric/theme-samples": "^7.0.125", "@uifabric/utilities": "^7.28.0", - "@uifabric/variants": "^7.1.115", + "@uifabric/variants": "^7.1.116", "deep-assign": "^2.0.0", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "prop-types": "^15.7.2", "tslib": "^1.10.0" }, diff --git a/packages/fluent-theme/package.json b/packages/fluent-theme/package.json index a25ef520ef1f93..e0464594416b9e 100644 --- a/packages/fluent-theme/package.json +++ b/packages/fluent-theme/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/fluent-theme", - "version": "7.1.130", + "version": "7.1.131", "description": "Fluent theming for use with Fabric components.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -29,8 +29,8 @@ "@uifabric/merge-styles": "^7.16.6", "@uifabric/set-version": "^7.0.21", "@uifabric/styling": "^7.14.13", - "@uifabric/variants": "^7.1.115", - "office-ui-fabric-react": "^7.128.1", + "@uifabric/variants": "^7.1.116", + "office-ui-fabric-react": "^7.128.2", "tslib": "^1.10.0" } } diff --git a/packages/fluentui/perf-test/package.json b/packages/fluentui/perf-test/package.json index 4e9c75194236c6..84f95b158184ff 100644 --- a/packages/fluentui/perf-test/package.json +++ b/packages/fluentui/perf-test/package.json @@ -4,7 +4,7 @@ "version": "0.51.0", "private": true, "dependencies": { - "office-ui-fabric-react": "^7.128.1" + "office-ui-fabric-react": "^7.128.2" }, "scripts": { "build": "just-scripts build", diff --git a/packages/fluentui/react-bindings/package.json b/packages/fluentui/react-bindings/package.json index 307c6fed315ebf..9a247c4350f3fb 100644 --- a/packages/fluentui/react-bindings/package.json +++ b/packages/fluentui/react-bindings/package.json @@ -11,7 +11,7 @@ "@fluentui/keyboard-key": "^0.2.10", "@fluentui/react-component-event-listener": "^0.51.0", "@fluentui/react-component-ref": "^0.51.0", - "@fluentui/react-compose": "^0.14.5", + "@fluentui/react-compose": "^0.15.0", "@fluentui/react-northstar-fela-renderer": "^0.51.0", "@fluentui/react-northstar-styles-renderer": "^0.51.0", "@fluentui/state": "^0.51.0", diff --git a/packages/fluentui/react-northstar/package.json b/packages/fluentui/react-northstar/package.json index 7efc5d56d56a63..4d5da45875f81c 100644 --- a/packages/fluentui/react-northstar/package.json +++ b/packages/fluentui/react-northstar/package.json @@ -14,7 +14,7 @@ "@fluentui/react-component-event-listener": "^0.51.0", "@fluentui/react-component-nesting-registry": "^0.51.0", "@fluentui/react-component-ref": "^0.51.0", - "@fluentui/react-compose": "^0.14.5", + "@fluentui/react-compose": "^0.15.0", "@fluentui/react-context-selector": "^0.51.0", "@fluentui/react-icons-northstar": "^0.51.0", "@fluentui/react-northstar-styles-renderer": "^0.51.0", diff --git a/packages/lists/package.json b/packages/lists/package.json index edd7237329ffb7..7ef694462769db 100644 --- a/packages/lists/package.json +++ b/packages/lists/package.json @@ -49,7 +49,7 @@ "dependencies": { "@microsoft/load-themed-styles": "^1.10.26", "@uifabric/set-version": "^7.0.21", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/mdl2-theme/package.json b/packages/mdl2-theme/package.json index 15eb9a7a49eb05..0064cd7c420f39 100644 --- a/packages/mdl2-theme/package.json +++ b/packages/mdl2-theme/package.json @@ -28,8 +28,8 @@ "dependencies": { "@uifabric/set-version": "^7.0.21", "@uifabric/styling": "^7.14.13", - "@uifabric/variants": "^7.1.115", - "office-ui-fabric-react": "^7.128.1", + "@uifabric/variants": "^7.1.116", + "office-ui-fabric-react": "^7.128.2", "tslib": "^1.10.0" } } diff --git a/packages/office-ui-fabric-react/package.json b/packages/office-ui-fabric-react/package.json index bbaad5a2fe3c06..c335fd7f6857d7 100644 --- a/packages/office-ui-fabric-react/package.json +++ b/packages/office-ui-fabric-react/package.json @@ -1,6 +1,6 @@ { "name": "office-ui-fabric-react", - "version": "7.128.1", + "version": "7.128.2", "description": "Reusable React components for building experiences for Microsoft 365.", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/react-avatar/package.json b/packages/react-avatar/package.json index b2a69e48366dd5..281006ebcdcaa7 100644 --- a/packages/react-avatar/package.json +++ b/packages/react-avatar/package.json @@ -48,7 +48,7 @@ }, "dependencies": { "@fluentui/accessibility": "^0.51.0", - "@fluentui/react-compose": "^0.14.5", + "@fluentui/react-compose": "^0.15.0", "@fluentui/react-stylesheets": "^0.1.16", "@fluentui/react-theme-provider": "^0.7.2", "@uifabric/react-hooks": "^7.8.2", diff --git a/packages/react-button/package.json b/packages/react-button/package.json index a33b3386a1a233..c6eb2d92dd8e53 100644 --- a/packages/react-button/package.json +++ b/packages/react-button/package.json @@ -48,7 +48,7 @@ "react-test-renderer": "^16.3.0" }, "dependencies": { - "@fluentui/react-compose": "^0.14.5", + "@fluentui/react-compose": "^0.15.0", "@fluentui/keyboard-key": "^0.2.10", "@fluentui/react-icons": "^0.1.48", "@fluentui/react-theme-provider": "^0.7.2", @@ -56,7 +56,7 @@ "@uifabric/react-hooks": "^7.8.2", "@uifabric/set-version": "^7.0.21", "@uifabric/utilities": "^7.28.0", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/react-cards/package.json b/packages/react-cards/package.json index ee170006591229..d7f3e79fb506ea 100644 --- a/packages/react-cards/package.json +++ b/packages/react-cards/package.json @@ -47,14 +47,14 @@ }, "dependencies": { "@microsoft/load-themed-styles": "^1.10.26", - "@uifabric/azure-themes": "^7.3.4", + "@uifabric/azure-themes": "^7.3.5", "@uifabric/file-type-icons": "^7.4.14", "@uifabric/foundation": "^7.7.47", "@uifabric/set-version": "^7.0.21", "@uifabric/styling": "^7.14.13", "@uifabric/theme-samples": "^7.0.125", "@uifabric/utilities": "^7.28.0", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/react-compose/package.json b/packages/react-compose/package.json index 86a8c85bfa1453..5cd76fe25cf833 100644 --- a/packages/react-compose/package.json +++ b/packages/react-compose/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-compose", - "version": "0.14.5", + "version": "0.15.0", "description": "Fluent UI React component composition.", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/react-flex/package.json b/packages/react-flex/package.json index f338a9cbfc6fb8..38559a44d25a54 100644 --- a/packages/react-flex/package.json +++ b/packages/react-flex/package.json @@ -37,10 +37,10 @@ "dependencies": { "@fluentui/react-bindings": "^0.51.0", "@fluentui/react-button": "^0.9.3", - "@fluentui/react-compose": "^0.14.5", + "@fluentui/react-compose": "^0.15.0", "@fluentui/react-theme-provider": "^0.7.2", "@uifabric/set-version": "^7.0.21", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/react-image/package.json b/packages/react-image/package.json index a58d96cbd7449f..840c6796ec6d22 100644 --- a/packages/react-image/package.json +++ b/packages/react-image/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-image", - "version": "0.1.14", + "version": "0.2.0", "description": "Fluent UI React Image component.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -46,7 +46,7 @@ "react-test-renderer": "^16.3.0" }, "dependencies": { - "@fluentui/react-compose": "^0.14.5", + "@fluentui/react-compose": "^0.15.0", "@fluentui/react-theme-provider": "^0.7.2", "@microsoft/load-themed-styles": "^1.10.26", "@uifabric/react-hooks": "^7.8.2", diff --git a/packages/react-next/package.json b/packages/react-next/package.json index 1dd98cd188a41b..029626709efd3f 100644 --- a/packages/react-next/package.json +++ b/packages/react-next/package.json @@ -60,7 +60,7 @@ }, "dependencies": { "@fluentui/react-button": "^0.9.3", - "@fluentui/react-compose": "^0.14.5", + "@fluentui/react-compose": "^0.15.0", "@fluentui/react-focus": "^7.12.33", "@fluentui/react-icons": "^0.1.48", "@fluentui/react-tabs": "^0.2.13", @@ -71,7 +71,7 @@ "@uifabric/react-hooks": "^7.8.2", "@uifabric/set-version": "^7.0.21", "@uifabric/utilities": "^7.28.0", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/react-tabs/package.json b/packages/react-tabs/package.json index 3846db64a8055b..1068a2960fe1d4 100644 --- a/packages/react-tabs/package.json +++ b/packages/react-tabs/package.json @@ -50,7 +50,7 @@ "@uifabric/set-version": "^7.0.21", "@uifabric/styling": "^7.14.13", "@uifabric/utilities": "^7.28.0", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/react/package.json b/packages/react/package.json index 791fa37f7e0dee..c03ecc85a971ce 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@uifabric/set-version": "^7.0.21", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 0c16935e1808e4..03b53a8fbea19f 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -28,7 +28,7 @@ "tslib": "^1.10.0", "@fluentui/react-theme-provider": "^0.7.2", "@storybook/addon-knobs": "^5.3.8", - "@uifabric/azure-themes": "^7.3.4", + "@uifabric/azure-themes": "^7.3.5", "@uifabric/mdl2-theme": "^0.1.131", "@uifabric/theme-samples": "^7.0.125" }, diff --git a/packages/theme-samples/package.json b/packages/theme-samples/package.json index 42e0d7b2294184..5e3eac5e98af10 100644 --- a/packages/theme-samples/package.json +++ b/packages/theme-samples/package.json @@ -27,8 +27,8 @@ }, "dependencies": { "@uifabric/set-version": "^7.0.21", - "@uifabric/variants": "^7.1.115", - "office-ui-fabric-react": "^7.128.1", + "@uifabric/variants": "^7.1.116", + "office-ui-fabric-react": "^7.128.2", "tslib": "^1.10.0" } } diff --git a/packages/tsx-editor/package.json b/packages/tsx-editor/package.json index 28fb8111419464..c63e0e116d78b5 100644 --- a/packages/tsx-editor/package.json +++ b/packages/tsx-editor/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/tsx-editor", - "version": "0.11.129", + "version": "0.11.130", "description": "Live tsx editor for Fabric website.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -41,7 +41,7 @@ "@uifabric/example-data": "^7.1.2", "@uifabric/monaco-editor": "^0.5.16", "@uifabric/react-hooks": "^7.8.2", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "raw-loader": "^0.5.1", "react-syntax-highlighter": "^10.1.3", "tslib": "^1.10.0", diff --git a/packages/variants/package.json b/packages/variants/package.json index d954de4073cb2c..7dcac2118bd2f5 100644 --- a/packages/variants/package.json +++ b/packages/variants/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/variants", - "version": "7.1.115", + "version": "7.1.116", "description": "Fluent UI React subtheme generator.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,7 +28,7 @@ }, "dependencies": { "@uifabric/set-version": "^7.0.21", - "office-ui-fabric-react": "^7.128.1", + "office-ui-fabric-react": "^7.128.2", "tslib": "^1.10.0" } } diff --git a/packages/web-components/package.json b/packages/web-components/package.json index 20affbc9598e12..38c7341b027f5e 100644 --- a/packages/web-components/package.json +++ b/packages/web-components/package.json @@ -2,7 +2,7 @@ "name": "@fluentui/web-components", "description": "A library of Fluent Web Components", "sideEffects": false, - "version": "0.1.5", + "version": "0.1.6", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4"