From e4d06210e5d6a88c42198e69f46187e0afa8b4cc Mon Sep 17 00:00:00 2001 From: Fluent UI Build Date: Mon, 11 May 2020 12:36:34 +0000 Subject: [PATCH] applying package updates --- apps/a11y-tests/package.json | 6 +-- apps/dom-tests/package.json | 6 +-- apps/fabric-website-resources/package.json | 32 +++++++-------- apps/fabric-website/package.json | 24 +++++------ apps/perf-test/package.json | 8 ++-- apps/pr-deploy-site/CHANGELOG.json | 15 +++++++ apps/pr-deploy-site/CHANGELOG.md | 11 ++++- apps/pr-deploy-site/package.json | 12 +++--- apps/server-rendered-app/package.json | 6 +-- apps/ssr-tests/package.json | 4 +- apps/test-bundles/package.json | 8 ++-- apps/theming-designer/package.json | 12 +++--- apps/todo-app/package.json | 2 +- apps/vr-tests/package.json | 10 ++--- ...05-17-45-11-feat-react-theme-provider.json | 8 ---- ...act-next-2020-05-05-16-15-06-xgao-css.json | 8 ---- ...05-17-43-28-feat-react-theme-provider.json | 8 ---- ...e-styles-2020-05-05-16-15-06-xgao-css.json | 8 ---- ...tilities-2020-05-05-16-15-06-xgao-css.json | 8 ---- ...020-05-06-13-04-57-xgao-checkbox-scss.json | 8 ---- ...t-2020-05-08-15-29-47-xgao-shimmer-hc.json | 8 ---- packages/api-docs/package.json | 12 +++--- packages/azure-themes/package.json | 6 +-- packages/charting/package.json | 12 +++--- packages/date-time/package.json | 12 +++--- packages/example-app-base/package.json | 10 ++--- packages/examples/package.json | 40 +++++++++---------- packages/experiments/package.json | 28 ++++++------- packages/file-type-icons/package.json | 4 +- packages/fluent-theme/package.json | 10 ++--- packages/fluentui/perf-test/package.json | 2 +- packages/fluentui/react-bindings/package.json | 2 +- packages/fluentui/react-theming/package.json | 4 +- packages/foundation/package.json | 10 ++--- packages/icons/package.json | 4 +- .../jest-serializer-merge-styles/package.json | 4 +- packages/lists/package.json | 6 +-- packages/mdl2-theme/package.json | 8 ++-- packages/merge-styles/CHANGELOG.json | 15 +++++++ packages/merge-styles/CHANGELOG.md | 11 ++++- packages/merge-styles/package.json | 2 +- .../office-ui-fabric-react/CHANGELOG.json | 21 ++++++++++ packages/office-ui-fabric-react/CHANGELOG.md | 12 +++++- packages/office-ui-fabric-react/package.json | 22 +++++----- packages/react-cards/package.json | 20 +++++----- packages/react-focus/package.json | 10 ++--- packages/react-hooks/package.json | 4 +- packages/react-icons/package.json | 6 +-- packages/react-next/CHANGELOG.json | 15 +++++++ packages/react-next/CHANGELOG.md | 11 ++++- packages/react-next/package.json | 4 +- packages/react-stylesheets/package.json | 4 +- packages/react-theme-provider/CHANGELOG.json | 20 ++++++++++ packages/react-theme-provider/CHANGELOG.md | 13 ++++++ packages/react-theme-provider/package.json | 6 +-- packages/react/CHANGELOG.json | 15 +++++++ packages/react/package.json | 4 +- packages/styling/package.json | 6 +-- packages/test-utilities/package.json | 4 +- packages/theme-samples/package.json | 6 +-- packages/tsx-editor/package.json | 8 ++-- packages/utilities/CHANGELOG.json | 15 +++++++ packages/utilities/CHANGELOG.md | 11 ++++- packages/utilities/package.json | 8 ++-- packages/variants/package.json | 4 +- 65 files changed, 391 insertions(+), 272 deletions(-) delete mode 100644 change/@fluentui-react-2020-05-05-17-45-11-feat-react-theme-provider.json delete mode 100644 change/@fluentui-react-next-2020-05-05-16-15-06-xgao-css.json delete mode 100644 change/@fluentui-react-theme-provider-2020-05-05-17-43-28-feat-react-theme-provider.json delete mode 100644 change/@uifabric-merge-styles-2020-05-05-16-15-06-xgao-css.json delete mode 100644 change/@uifabric-utilities-2020-05-05-16-15-06-xgao-css.json delete mode 100644 change/office-ui-fabric-react-2020-05-06-13-04-57-xgao-checkbox-scss.json delete mode 100644 change/office-ui-fabric-react-2020-05-08-15-29-47-xgao-shimmer-hc.json create mode 100644 packages/react-theme-provider/CHANGELOG.json create mode 100644 packages/react-theme-provider/CHANGELOG.md diff --git a/apps/a11y-tests/package.json b/apps/a11y-tests/package.json index 84542bdcd1780..1f8960eb04c06 100644 --- a/apps/a11y-tests/package.json +++ b/apps/a11y-tests/package.json @@ -13,13 +13,13 @@ "update-snapshots": "just-scripts jest -u" }, "dependencies": { - "@uifabric/fabric-website-resources": "^7.6.55", + "@uifabric/fabric-website-resources": "^7.6.56", "axe-core": "^3.2.2", "axe-puppeteer": "^1.0.0", "axe-sarif-converter": "^2.0.1", "glob": "^7.1.2", "mkdirp": "^0.5.1", - "office-ui-fabric-react": "^7.111.0", + "office-ui-fabric-react": "^7.111.1", "puppeteer": "^1.13.0", "tslib": "^1.10.0", "react": "16.8.6", @@ -35,7 +35,7 @@ "@types/react-dom": "16.8.4", "@types/sarif": "^2.1.1", "@uifabric/build": "^7.0.0", - "@uifabric/icons": "^7.3.37", + "@uifabric/icons": "^7.3.38", "@uifabric/tslint-rules": "^7.2.1" } } diff --git a/apps/dom-tests/package.json b/apps/dom-tests/package.json index 4013cba146171..075ecf7f8d657 100644 --- a/apps/dom-tests/package.json +++ b/apps/dom-tests/package.json @@ -16,11 +16,11 @@ }, "dependencies": { "@microsoft/load-themed-styles": "^1.10.26", - "@uifabric/experiments": "^7.23.22", + "@uifabric/experiments": "^7.23.23", "@uifabric/set-version": "^7.0.12", "es6-promise": "^4.1.0", "immutability-helper": "~2.8.1", - "office-ui-fabric-react": "^7.111.0", + "office-ui-fabric-react": "^7.111.1", "react": "16.8.6", "react-app-polyfill": "~1.0.1", "react-dom": "16.8.6", @@ -34,7 +34,7 @@ "@types/react-dom": "16.8.4", "@types/webpack-env": "1.15.1", "@uifabric/build": "^7.0.0", - "@uifabric/example-app-base": "^7.12.53", + "@uifabric/example-app-base": "^7.12.54", "@uifabric/tslint-rules": "^7.2.1", "expect-puppeteer": "4.1.0", "jest-environment-node": "~24.9.0", diff --git a/apps/fabric-website-resources/package.json b/apps/fabric-website-resources/package.json index 0aeb93f999bc4..9ecd36539e4f6 100644 --- a/apps/fabric-website-resources/package.json +++ b/apps/fabric-website-resources/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/fabric-website-resources", - "version": "7.6.55", + "version": "7.6.56", "description": "Fluent UI React local demo app", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -41,7 +41,7 @@ "@types/sinon": "2.2.2", "@types/webpack-env": "1.15.1", "@uifabric/build": "^7.0.0", - "@uifabric/jest-serializer-merge-styles": "^7.0.22", + "@uifabric/jest-serializer-merge-styles": "^7.0.23", "@uifabric/tslint-rules": "^7.2.1", "enzyme": "~3.10.0", "enzyme-adapter-react-16": "^1.15.0", @@ -51,7 +51,7 @@ "es6-weak-map": "^2.0.2", "highlight.js": "^9.12.0", "office-ui-fabric-core": "^11.0.0", - "office-ui-fabric-react": "^7.111.0", + "office-ui-fabric-react": "^7.111.1", "react": "16.8.6", "react-app-polyfill": "~1.0.1", "react-dom": "16.8.6", @@ -62,20 +62,20 @@ }, "dependencies": { "@microsoft/load-themed-styles": "^1.10.26", - "@uifabric/api-docs": "^7.2.69", - "@uifabric/azure-themes": "^7.1.4", - "@uifabric/example-app-base": "^7.12.53", - "@uifabric/fluent-theme": "^7.1.71", - "@uifabric/icons": "^7.3.37", - "@uifabric/mdl2-theme": "^0.1.72", - "@uifabric/merge-styles": "^7.11.4", - "@uifabric/react-cards": "^0.109.73", + "@uifabric/api-docs": "^7.2.70", + "@uifabric/azure-themes": "^7.1.5", + "@uifabric/example-app-base": "^7.12.54", + "@uifabric/fluent-theme": "^7.1.72", + "@uifabric/icons": "^7.3.38", + "@uifabric/mdl2-theme": "^0.1.73", + "@uifabric/merge-styles": "^7.12.0", + "@uifabric/react-cards": "^0.109.74", "@uifabric/set-version": "^7.0.12", - "@uifabric/styling": "^7.12.4", - "@uifabric/theme-samples": "^7.0.70", - "@uifabric/tsx-editor": "^0.11.68", - "@uifabric/utilities": "^7.16.3", - "@uifabric/variants": "^7.1.60", + "@uifabric/styling": "^7.12.5", + "@uifabric/theme-samples": "^7.0.71", + "@uifabric/tsx-editor": "^0.11.69", + "@uifabric/utilities": "^7.16.4", + "@uifabric/variants": "^7.1.61", "expect-puppeteer": "4.1.0", "jest-environment-node": "~24.9.0", "jest-environment-puppeteer": "^4.1.0", diff --git a/apps/fabric-website/package.json b/apps/fabric-website/package.json index 34840b28b907c..855b6a528cda7 100644 --- a/apps/fabric-website/package.json +++ b/apps/fabric-website/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/fabric-website", - "version": "7.10.43", + "version": "7.10.44", "description": "The official website for the Fluent UI project.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -35,7 +35,7 @@ "@types/webpack-env": "1.15.1", "@uifabric/build": "^7.0.0", "@uifabric/tslint-rules": "^7.2.1", - "@uifabric/tsx-editor": "^0.11.68", + "@uifabric/tsx-editor": "^0.11.69", "es6-promise": "^4.1.0", "es6-weak-map": "^2.0.2", "highlight.js": "^9.12.0", @@ -48,18 +48,18 @@ }, "dependencies": { "@microsoft/load-themed-styles": "^1.10.26", - "@uifabric/api-docs": "^7.2.69", - "@uifabric/example-app-base": "^7.12.53", - "@uifabric/experiments": "^7.23.22", - "@uifabric/fabric-website-resources": "^7.6.55", - "@uifabric/file-type-icons": "^7.2.41", - "@uifabric/fluent-theme": "^7.1.71", - "@uifabric/icons": "^7.3.37", - "@uifabric/react-cards": "^0.109.73", + "@uifabric/api-docs": "^7.2.70", + "@uifabric/example-app-base": "^7.12.54", + "@uifabric/experiments": "^7.23.23", + "@uifabric/fabric-website-resources": "^7.6.56", + "@uifabric/file-type-icons": "^7.2.42", + "@uifabric/fluent-theme": "^7.1.72", + "@uifabric/icons": "^7.3.38", + "@uifabric/react-cards": "^0.109.74", "@uifabric/set-version": "^7.0.12", - "@uifabric/theme-samples": "^7.0.70", + "@uifabric/theme-samples": "^7.0.71", "json-loader": "^0.5.7", - "office-ui-fabric-react": "^7.111.0", + "office-ui-fabric-react": "^7.111.1", "tslib": "^1.10.0", "whatwg-fetch": "2.0.4" } diff --git a/apps/perf-test/package.json b/apps/perf-test/package.json index f0915d2fa5f46..8deec21ec61e4 100644 --- a/apps/perf-test/package.json +++ b/apps/perf-test/package.json @@ -25,14 +25,14 @@ "lodash": "^4.17.15" }, "dependencies": { - "@fluentui/react-next": "^8.0.0-alpha.14", + "@fluentui/react-next": "^8.0.0-alpha.15", "@uifabric/set-version": "^7.0.12", - "@uifabric/example-app-base": "^7.12.53", - "@uifabric/experiments": "^7.23.22", + "@uifabric/example-app-base": "^7.12.54", + "@uifabric/experiments": "^7.23.23", "@microsoft/load-themed-styles": "^1.10.26", "es6-promise": "^4.1.0", "immutability-helper": "~2.8.1", - "office-ui-fabric-react": "^7.111.0", + "office-ui-fabric-react": "^7.111.1", "querystring": "^0.2.0", "react": "16.8.6", "react-app-polyfill": "~1.0.1", diff --git a/apps/pr-deploy-site/CHANGELOG.json b/apps/pr-deploy-site/CHANGELOG.json index 838bfa18dc6f6..0d636ff82ca2d 100644 --- a/apps/pr-deploy-site/CHANGELOG.json +++ b/apps/pr-deploy-site/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@uifabric/pr-deploy-site", "entries": [ + { + "date": "Mon, 11 May 2020 12:36:34 GMT", + "tag": "@uifabric/pr-deploy-site_v7.0.45", + "version": "7.0.45", + "comments": { + "patch": [ + { + "comment": "removing more references to wrong filetype icons from a deprecated folder", + "author": "caperez@microsoft.com", + "commit": "c847450db51500f13847542b8f4c89dd277bb2bb", + "package": "@uifabric/pr-deploy-site" + } + ] + } + }, { "date": "Fri, 08 May 2020 12:35:40 GMT", "tag": "@uifabric/pr-deploy-site_v7.0.45", diff --git a/apps/pr-deploy-site/CHANGELOG.md b/apps/pr-deploy-site/CHANGELOG.md index 5b2ced9570a92..c0672430d19c6 100644 --- a/apps/pr-deploy-site/CHANGELOG.md +++ b/apps/pr-deploy-site/CHANGELOG.md @@ -1,11 +1,20 @@ # Change Log - @uifabric/pr-deploy-site -This log was last generated on Fri, 08 May 2020 12:35:40 GMT and should not be manually modified. +This log was last generated on Mon, 11 May 2020 12:36:34 GMT and should not be manually modified. ## [7.0.45](https://github.com/microsoft/fluentui/tree/@uifabric/pr-deploy-site_v7.0.45) +Mon, 11 May 2020 12:36:34 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@uifabric/pr-deploy-site_v7.0.45..@uifabric/pr-deploy-site_v7.0.45) + +### Patches + +- removing more references to wrong filetype icons from a deprecated folder ([PR #12422](https://github.com/microsoft/fluentui/pull/12422) by caperez@microsoft.com) + +## [7.0.45](https://github.com/microsoft/fluentui/tree/@uifabric/pr-deploy-site_v7.0.45) + Fri, 08 May 2020 12:35:40 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@uifabric/pr-deploy-site_v7.0.45..@uifabric/pr-deploy-site_v7.0.45) diff --git a/apps/pr-deploy-site/package.json b/apps/pr-deploy-site/package.json index 2061306db6b7f..62688babec499 100644 --- a/apps/pr-deploy-site/package.json +++ b/apps/pr-deploy-site/package.json @@ -13,12 +13,12 @@ "license": "MIT", "dependencies": { "@fluentui/docs": "^0.49.0", - "@uifabric/charting": "^2.2.8", - "@uifabric/date-time": "^7.8.74", - "@uifabric/experiments": "^7.23.22", - "@uifabric/fabric-website": "^7.10.43", - "@uifabric/fabric-website-resources": "^7.6.55", - "office-ui-fabric-react": "^7.111.0", + "@uifabric/charting": "^2.2.9", + "@uifabric/date-time": "^7.8.75", + "@uifabric/experiments": "^7.23.23", + "@uifabric/fabric-website": "^7.10.44", + "@uifabric/fabric-website-resources": "^7.6.56", + "office-ui-fabric-react": "^7.111.1", "perf-test": "^7.0.0", "theming-designer": "^7.0.0", "todo-app": "^7.0.0" diff --git a/apps/server-rendered-app/package.json b/apps/server-rendered-app/package.json index d7cdc2b716d5a..54ab3ea1f12f1 100644 --- a/apps/server-rendered-app/package.json +++ b/apps/server-rendered-app/package.json @@ -28,11 +28,11 @@ }, "dependencies": { "@microsoft/load-themed-styles": "^1.10.26", - "@uifabric/icons": "^7.3.37", - "@uifabric/merge-styles": "^7.11.4", + "@uifabric/icons": "^7.3.38", + "@uifabric/merge-styles": "^7.12.0", "@uifabric/set-version": "^7.0.12", "es6-promise": "^4.1.0", - "office-ui-fabric-react": "^7.111.0", + "office-ui-fabric-react": "^7.111.1", "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 17fa565f25745..72a7f13873ff2 100644 --- a/apps/ssr-tests/package.json +++ b/apps/ssr-tests/package.json @@ -18,10 +18,10 @@ "@types/mocha": "2.2.39", "@types/webpack-env": "1.15.1", "@uifabric/build": "^7.0.0", - "@uifabric/fabric-website-resources": "^7.6.55", + "@uifabric/fabric-website-resources": "^7.6.56", "just-scripts-utils": "^0.8.3", "mocha": "^3.3.0", - "office-ui-fabric-react": "^7.111.0", + "office-ui-fabric-react": "^7.111.1", "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 0d1493dc02df7..da5e2455ca733 100644 --- a/apps/test-bundles/package.json +++ b/apps/test-bundles/package.json @@ -29,12 +29,12 @@ "parallel-webpack": "^2.4.0" }, "dependencies": { - "@uifabric/experiments": "^7.23.22", + "@uifabric/experiments": "^7.23.23", "@fluentui/keyboard-key": "^0.2.0", "@uifabric/set-version": "^7.0.12", - "@uifabric/styling": "^7.12.4", - "office-ui-fabric-react": "^7.111.0", - "@fluentui/react-next": "^8.0.0-alpha.14", + "@uifabric/styling": "^7.12.5", + "office-ui-fabric-react": "^7.111.1", + "@fluentui/react-next": "^8.0.0-alpha.15", "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 09eff0efa0887..4a5516f6903eb 100644 --- a/apps/theming-designer/package.json +++ b/apps/theming-designer/package.json @@ -22,16 +22,16 @@ "@uifabric/build": "^7.0.0" }, "dependencies": { - "@uifabric/react-cards": "^0.109.73", - "@uifabric/merge-styles": "^7.11.4", - "@uifabric/example-app-base": "^7.12.53", - "@uifabric/variants": "^7.1.60", + "@uifabric/react-cards": "^0.109.74", + "@uifabric/merge-styles": "^7.12.0", + "@uifabric/example-app-base": "^7.12.54", + "@uifabric/variants": "^7.1.61", "@uifabric/set-version": "^7.0.12", - "@uifabric/icons": "^7.3.37", + "@uifabric/icons": "^7.3.38", "@microsoft/load-themed-styles": "^1.10.26", "es6-promise": "^4.1.0", "immutability-helper": "~2.8.1", - "office-ui-fabric-react": "^7.111.0", + "office-ui-fabric-react": "^7.111.1", "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 4e6ff79bdba7e..41b36e52bf678 100644 --- a/apps/todo-app/package.json +++ b/apps/todo-app/package.json @@ -26,7 +26,7 @@ "@microsoft/load-themed-styles": "^1.10.26", "es6-promise": "^4.1.0", "immutability-helper": "~2.8.1", - "office-ui-fabric-react": "^7.111.0", + "office-ui-fabric-react": "^7.111.1", "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 e91d8c9e962ff..7619dd0448b08 100644 --- a/apps/vr-tests/package.json +++ b/apps/vr-tests/package.json @@ -14,12 +14,12 @@ "test": "just-scripts test" }, "dependencies": { - "@fluentui/react-next": "^8.0.0-alpha.14", + "@fluentui/react-next": "^8.0.0-alpha.15", "@uifabric/example-data": "^7.0.14", - "@uifabric/experiments": "^7.23.22", - "@uifabric/react-cards": "^0.109.73", + "@uifabric/experiments": "^7.23.23", + "@uifabric/react-cards": "^0.109.74", "@uifabric/set-version": "^7.0.12", - "office-ui-fabric-react": "^7.111.0", + "office-ui-fabric-react": "^7.111.1", "react": "16.8.6", "react-app-polyfill": "~1.0.1", "react-dom": "16.8.6", @@ -36,7 +36,7 @@ "@types/react-dom": "16.8.4", "@types/webpack-env": "1.15.1", "@uifabric/build": "^7.0.0", - "@uifabric/date-time": "^7.8.74", + "@uifabric/date-time": "^7.8.75", "@uifabric/tslint-rules": "^7.2.1", "awesome-typescript-loader": "^3.2.3", "babel-loader": "^8.0.6", diff --git a/change/@fluentui-react-2020-05-05-17-45-11-feat-react-theme-provider.json b/change/@fluentui-react-2020-05-05-17-45-11-feat-react-theme-provider.json deleted file mode 100644 index 983a2e8075877..0000000000000 --- a/change/@fluentui-react-2020-05-05-17-45-11-feat-react-theme-provider.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "none", - "comment": "Updating tsconfig with added paths.", - "packageName": "@fluentui/react", - "email": "dzearing@microsoft.com", - "dependentChangeType": "none", - "date": "2020-05-06T00:45:11.416Z" -} \ No newline at end of file diff --git a/change/@fluentui-react-next-2020-05-05-16-15-06-xgao-css.json b/change/@fluentui-react-next-2020-05-05-16-15-06-xgao-css.json deleted file mode 100644 index f044920258f52..0000000000000 --- a/change/@fluentui-react-next-2020-05-05-16-15-06-xgao-css.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "prerelease", - "comment": "Checkbox: convert base styles to scss", - "packageName": "@fluentui/react-next", - "email": "xgao@microsoft.com", - "dependentChangeType": "patch", - "date": "2020-05-05T23:13:50.767Z" -} \ No newline at end of file diff --git a/change/@fluentui-react-theme-provider-2020-05-05-17-43-28-feat-react-theme-provider.json b/change/@fluentui-react-theme-provider-2020-05-05-17-43-28-feat-react-theme-provider.json deleted file mode 100644 index 0d356e118346d..0000000000000 --- a/change/@fluentui-react-theme-provider-2020-05-05-17-43-28-feat-react-theme-provider.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "patch", - "comment": "Initial publishing of the Fluent UI theme provider package.", - "packageName": "@fluentui/react-theme-provider", - "email": "dzearing@microsoft.com", - "dependentChangeType": "patch", - "date": "2020-05-06T00:43:28.229Z" -} \ No newline at end of file diff --git a/change/@uifabric-merge-styles-2020-05-05-16-15-06-xgao-css.json b/change/@uifabric-merge-styles-2020-05-05-16-15-06-xgao-css.json deleted file mode 100644 index 74cc9602520d7..0000000000000 --- a/change/@uifabric-merge-styles-2020-05-05-16-15-06-xgao-css.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minor", - "comment": "Enable repeating selector in css rules for higher specificity", - "packageName": "@uifabric/merge-styles", - "email": "xgao@microsoft.com", - "dependentChangeType": "patch", - "date": "2020-05-05T23:13:32.871Z" -} \ No newline at end of file diff --git a/change/@uifabric-utilities-2020-05-05-16-15-06-xgao-css.json b/change/@uifabric-utilities-2020-05-05-16-15-06-xgao-css.json deleted file mode 100644 index 710dd86f70855..0000000000000 --- a/change/@uifabric-utilities-2020-05-05-16-15-06-xgao-css.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "patch", - "comment": "Update styled and classNamesFunction to support scss base styles", - "packageName": "@uifabric/utilities", - "email": "xgao@microsoft.com", - "dependentChangeType": "patch", - "date": "2020-05-05T23:15:06.107Z" -} \ No newline at end of file diff --git a/change/office-ui-fabric-react-2020-05-06-13-04-57-xgao-checkbox-scss.json b/change/office-ui-fabric-react-2020-05-06-13-04-57-xgao-checkbox-scss.json deleted file mode 100644 index d84ac76e04990..0000000000000 --- a/change/office-ui-fabric-react-2020-05-06-13-04-57-xgao-checkbox-scss.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "patch", - "comment": "Checkbox: remove unneeded text-align css on label", - "packageName": "office-ui-fabric-react", - "email": "xgao@microsoft.com", - "dependentChangeType": "patch", - "date": "2020-05-06T20:04:57.426Z" -} \ No newline at end of file diff --git a/change/office-ui-fabric-react-2020-05-08-15-29-47-xgao-shimmer-hc.json b/change/office-ui-fabric-react-2020-05-08-15-29-47-xgao-shimmer-hc.json deleted file mode 100644 index 0df7cf2a4c085..0000000000000 --- a/change/office-ui-fabric-react-2020-05-08-15-29-47-xgao-shimmer-hc.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "patch", - "comment": "Shimmer: fix high contrast in new edge", - "packageName": "office-ui-fabric-react", - "email": "xgao@microsoft.com", - "dependentChangeType": "patch", - "date": "2020-05-08T22:29:47.685Z" -} \ No newline at end of file diff --git a/packages/api-docs/package.json b/packages/api-docs/package.json index 9ef8ef1772af2..66703031af205 100644 --- a/packages/api-docs/package.json +++ b/packages/api-docs/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/api-docs", - "version": "7.2.69", + "version": "7.2.70", "description": "A package that transforms api-extractor .api.json files into page.json files", "repository": { "type": "git", @@ -21,12 +21,12 @@ "@types/fs-extra": "^8.0.1", "@types/node": "^10.3.2", "@uifabric/build": "^7.0.0", - "@uifabric/merge-styles": "^7.11.4", - "@uifabric/react-cards": "^0.109.73", - "@uifabric/styling": "^7.12.4", + "@uifabric/merge-styles": "^7.12.0", + "@uifabric/react-cards": "^0.109.74", + "@uifabric/styling": "^7.12.5", "@uifabric/tslint-rules": "^7.2.1", - "@uifabric/utilities": "^7.16.3", - "office-ui-fabric-react": "^7.111.0" + "@uifabric/utilities": "^7.16.4", + "office-ui-fabric-react": "^7.111.1" }, "dependencies": { "@microsoft/api-extractor-model": "7.7.1", diff --git a/packages/azure-themes/package.json b/packages/azure-themes/package.json index 06aef6cef4f9e..d49a177a9a429 100644 --- a/packages/azure-themes/package.json +++ b/packages/azure-themes/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/azure-themes", - "version": "7.1.4", + "version": "7.1.5", "description": "Azure themes for Fluent UI React", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -27,9 +27,9 @@ "@uifabric/tslint-rules": "^7.2.1" }, "dependencies": { - "@uifabric/merge-styles": "^7.11.4", + "@uifabric/merge-styles": "^7.12.0", "@uifabric/set-version": "^7.0.12", - "office-ui-fabric-react": "^7.111.0", + "office-ui-fabric-react": "^7.111.1", "tslib": "^1.10.0" } } diff --git a/packages/charting/package.json b/packages/charting/package.json index 253ed8cbd4c6e..357d14068289c 100644 --- a/packages/charting/package.json +++ b/packages/charting/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/charting", - "version": "2.2.8", + "version": "2.2.9", "description": "Experimental React charting components for building experiences for Microsoft 365.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -39,8 +39,8 @@ "@types/sinon": "2.2.2", "@types/webpack-env": "1.15.1", "@uifabric/build": "^7.0.0", - "@uifabric/example-app-base": "^7.12.53", - "@uifabric/jest-serializer-merge-styles": "^7.0.22", + "@uifabric/example-app-base": "^7.12.54", + "@uifabric/jest-serializer-merge-styles": "^7.0.23", "@uifabric/tslint-rules": "^7.2.1", "enzyme": "~3.10.0", "enzyme-adapter-react-16": "^1.15.0", @@ -53,7 +53,7 @@ "sinon": "^4.1.3" }, "dependencies": { - "@fluentui/react-focus": "^7.11.0", + "@fluentui/react-focus": "^7.11.1", "@microsoft/load-themed-styles": "^1.10.26", "@types/d3-array": "1.2.1", "@types/d3-axis": "1.0.10", @@ -62,7 +62,7 @@ "@types/d3-selection": "1.4.1", "@types/d3-shape": "^1.2.3", "@types/d3-time-format": "^2.1.0", - "@uifabric/icons": "^7.3.37", + "@uifabric/icons": "^7.3.38", "@uifabric/set-version": "^7.0.12", "d3-array": "1.2.1", "d3-axis": "1.0.8", @@ -71,7 +71,7 @@ "d3-selection": "1.3.0", "d3-shape": "^1.2.0", "d3-time-format": "^2.1.3", - "office-ui-fabric-react": "^7.111.0", + "office-ui-fabric-react": "^7.111.1", "prop-types": "^15.7.2", "tslib": "^1.10.0" }, diff --git a/packages/date-time/package.json b/packages/date-time/package.json index d2f3b73e880a1..c4cf295f15e52 100644 --- a/packages/date-time/package.json +++ b/packages/date-time/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/date-time", - "version": "7.8.74", + "version": "7.8.75", "description": "Date and time related React components for building experiences for Microsoft 365.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -37,8 +37,8 @@ "@types/react-test-renderer": "^16.0.0", "@types/webpack-env": "1.15.1", "@uifabric/build": "^7.0.0", - "@uifabric/example-app-base": "^7.12.53", - "@uifabric/jest-serializer-merge-styles": "^7.0.22", + "@uifabric/example-app-base": "^7.12.54", + "@uifabric/jest-serializer-merge-styles": "^7.0.23", "@uifabric/tslint-rules": "^7.2.1", "enzyme": "~3.10.0", "enzyme-adapter-react-16": "^1.15.0", @@ -51,9 +51,9 @@ "dependencies": { "@microsoft/load-themed-styles": "^1.10.26", "@uifabric/set-version": "^7.0.12", - "@uifabric/styling": "^7.12.4", - "@uifabric/utilities": "^7.16.3", - "office-ui-fabric-react": "^7.111.0", + "@uifabric/styling": "^7.12.5", + "@uifabric/utilities": "^7.16.4", + "office-ui-fabric-react": "^7.111.1", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/example-app-base/package.json b/packages/example-app-base/package.json index 13d583b17e78e..a81ad1d4a284e 100644 --- a/packages/example-app-base/package.json +++ b/packages/example-app-base/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/example-app-base", - "version": "7.12.53", + "version": "7.12.54", "description": "Fluent UI React components for building documentation sites.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -47,14 +47,14 @@ "dependencies": { "@microsoft/load-themed-styles": "^1.10.26", "@uifabric/example-data": "^7.0.14", - "@uifabric/fluent-theme": "^7.1.71", - "@uifabric/react-hooks": "^7.3.2", + "@uifabric/fluent-theme": "^7.1.72", + "@uifabric/react-hooks": "^7.3.3", "@uifabric/set-version": "^7.0.12", - "@uifabric/tsx-editor": "^0.11.68", + "@uifabric/tsx-editor": "^0.11.69", "color-check": "0.0.2", "markdown-to-jsx": "6.6.1", "office-ui-fabric-core": "^11.0.0", - "office-ui-fabric-react": "^7.111.0", + "office-ui-fabric-react": "^7.111.1", "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 b6d4827f862c4..21d1e77a42124 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/examples", - "version": "0.1.52", + "version": "0.1.53", "description": "Example code and docs for Fluent UI packages.", "repository": { "type": "git", @@ -26,27 +26,27 @@ "react-dom": "16.8.6" }, "dependencies": { - "@fluentui/react-focus": "^7.11.0", + "@fluentui/react-focus": "^7.11.1", "@microsoft/load-themed-styles": "^1.10.26", - "@uifabric/api-docs": "^7.2.69", - "@uifabric/azure-themes": "^7.1.4", - "@uifabric/charting": "^2.2.8", - "@uifabric/date-time": "^7.8.74", - "@uifabric/example-app-base": "^7.12.53", + "@uifabric/api-docs": "^7.2.70", + "@uifabric/azure-themes": "^7.1.5", + "@uifabric/charting": "^2.2.9", + "@uifabric/date-time": "^7.8.75", + "@uifabric/example-app-base": "^7.12.54", "@uifabric/example-data": "^7.0.14", - "@uifabric/experiments": "^7.23.22", - "@uifabric/fabric-website-resources": "^7.6.55", - "@uifabric/file-type-icons": "^7.2.41", - "@uifabric/fluent-theme": "^7.1.71", - "@uifabric/foundation": "^7.7.11", - "@uifabric/icons": "^7.3.37", - "@uifabric/mdl2-theme": "^0.1.72", - "@uifabric/react-cards": "^0.109.73", - "@uifabric/react-hooks": "^7.3.2", - "@uifabric/styling": "^7.12.4", - "@uifabric/utilities": "^7.16.3", - "@uifabric/variants": "^7.1.60", - "office-ui-fabric-react": "^7.111.0", + "@uifabric/experiments": "^7.23.23", + "@uifabric/fabric-website-resources": "^7.6.56", + "@uifabric/file-type-icons": "^7.2.42", + "@uifabric/fluent-theme": "^7.1.72", + "@uifabric/foundation": "^7.7.12", + "@uifabric/icons": "^7.3.38", + "@uifabric/mdl2-theme": "^0.1.73", + "@uifabric/react-cards": "^0.109.74", + "@uifabric/react-hooks": "^7.3.3", + "@uifabric/styling": "^7.12.5", + "@uifabric/utilities": "^7.16.4", + "@uifabric/variants": "^7.1.61", + "office-ui-fabric-react": "^7.111.1", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/experiments/package.json b/packages/experiments/package.json index 9987e5849e125..58f14ca27cbfc 100644 --- a/packages/experiments/package.json +++ b/packages/experiments/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/experiments", - "version": "7.23.22", + "version": "7.23.23", "description": "Experimental React components for building experiences for Microsoft 365.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -40,8 +40,8 @@ "@types/sinon": "2.2.2", "@types/webpack-env": "1.15.1", "@uifabric/build": "^7.0.0", - "@uifabric/example-app-base": "^7.12.53", - "@uifabric/jest-serializer-merge-styles": "^7.0.22", + "@uifabric/example-app-base": "^7.12.54", + "@uifabric/jest-serializer-merge-styles": "^7.0.23", "@uifabric/tslint-rules": "^7.2.1", "enzyme": "~3.10.0", "enzyme-adapter-react-16": "^1.15.0", @@ -56,20 +56,20 @@ }, "dependencies": { "@microsoft/load-themed-styles": "^1.10.26", - "@uifabric/azure-themes": "^7.1.4", + "@uifabric/azure-themes": "^7.1.5", "@uifabric/example-data": "^7.0.14", - "@uifabric/file-type-icons": "^7.2.41", - "@uifabric/fluent-theme": "^7.1.71", - "@uifabric/foundation": "^7.7.11", - "@uifabric/icons": "^7.3.37", - "@uifabric/merge-styles": "^7.11.4", + "@uifabric/file-type-icons": "^7.2.42", + "@uifabric/fluent-theme": "^7.1.72", + "@uifabric/foundation": "^7.7.12", + "@uifabric/icons": "^7.3.38", + "@uifabric/merge-styles": "^7.12.0", "@uifabric/set-version": "^7.0.12", - "@uifabric/styling": "^7.12.4", - "@uifabric/theme-samples": "^7.0.70", - "@uifabric/utilities": "^7.16.3", - "@uifabric/variants": "^7.1.60", + "@uifabric/styling": "^7.12.5", + "@uifabric/theme-samples": "^7.0.71", + "@uifabric/utilities": "^7.16.4", + "@uifabric/variants": "^7.1.61", "deep-assign": "^2.0.0", - "office-ui-fabric-react": "^7.111.0", + "office-ui-fabric-react": "^7.111.1", "prop-types": "^15.7.2", "tslib": "^1.10.0" }, diff --git a/packages/file-type-icons/package.json b/packages/file-type-icons/package.json index b380a0b2c3ee2..88419d05fb542 100644 --- a/packages/file-type-icons/package.json +++ b/packages/file-type-icons/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/file-type-icons", - "version": "7.2.41", + "version": "7.2.42", "description": "Fluent UI React file type icon set.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -34,7 +34,7 @@ }, "dependencies": { "@uifabric/set-version": "^7.0.12", - "@uifabric/styling": "^7.12.4", + "@uifabric/styling": "^7.12.5", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/fluent-theme/package.json b/packages/fluent-theme/package.json index 366fad1062d97..3eec869fd5531 100644 --- a/packages/fluent-theme/package.json +++ b/packages/fluent-theme/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/fluent-theme", - "version": "7.1.71", + "version": "7.1.72", "description": "Fluent theming for use with Fabric components.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -26,11 +26,11 @@ "@uifabric/tslint-rules": "^7.2.1" }, "dependencies": { - "@uifabric/merge-styles": "^7.11.4", + "@uifabric/merge-styles": "^7.12.0", "@uifabric/set-version": "^7.0.12", - "@uifabric/styling": "^7.12.4", - "@uifabric/variants": "^7.1.60", - "office-ui-fabric-react": "^7.111.0", + "@uifabric/styling": "^7.12.5", + "@uifabric/variants": "^7.1.61", + "office-ui-fabric-react": "^7.111.1", "tslib": "^1.10.0" } } diff --git a/packages/fluentui/perf-test/package.json b/packages/fluentui/perf-test/package.json index 7cdce7609caff..95deb384289f4 100644 --- a/packages/fluentui/perf-test/package.json +++ b/packages/fluentui/perf-test/package.json @@ -4,7 +4,7 @@ "version": "0.49.0", "private": true, "dependencies": { - "office-ui-fabric-react": "^7.111.0" + "office-ui-fabric-react": "^7.111.1" }, "scripts": { "build": "just-scripts build", diff --git a/packages/fluentui/react-bindings/package.json b/packages/fluentui/react-bindings/package.json index 26954af178896..5b2dcbc7c1d8a 100644 --- a/packages/fluentui/react-bindings/package.json +++ b/packages/fluentui/react-bindings/package.json @@ -12,7 +12,7 @@ "@fluentui/react-compose": "^0.2.12", "@fluentui/state": "^0.49.0", "@fluentui/styles": "^0.49.0", - "@uifabric/utilities": "^7.16.3", + "@uifabric/utilities": "^7.16.4", "classnames": "^2.2.6", "fela": "^10.6.1", "keyboard-key": "1.0.1", diff --git a/packages/fluentui/react-theming/package.json b/packages/fluentui/react-theming/package.json index 0dedfd668e688..fa6ae814e5e4c 100644 --- a/packages/fluentui/react-theming/package.json +++ b/packages/fluentui/react-theming/package.json @@ -28,8 +28,8 @@ "dependencies": { "@types/classnames": "^2.2.9", "@types/jss": "^9.5.8", - "@uifabric/merge-styles": "^7.11.4", - "@uifabric/utilities": "^7.16.3", + "@uifabric/merge-styles": "^7.12.0", + "@uifabric/utilities": "^7.16.4", "classnames": "^2.2.6", "jss": "^10.0.0", "jss-preset-default": "^10.0.0" diff --git a/packages/foundation/package.json b/packages/foundation/package.json index 7a73ed0ceb4a7..ab6689b31bce1 100644 --- a/packages/foundation/package.json +++ b/packages/foundation/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/foundation", - "version": "7.7.11", + "version": "7.7.12", "description": "Foundation library for building Fabric components.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -35,7 +35,7 @@ "@types/react-test-renderer": "^16.0.0", "@types/sinon": "2.2.2", "@uifabric/build": "^7.0.0", - "@uifabric/jest-serializer-merge-styles": "^7.0.22", + "@uifabric/jest-serializer-merge-styles": "^7.0.23", "@uifabric/tslint-rules": "^7.2.1", "enzyme": "~3.10.0", "enzyme-adapter-react-16": "^1.15.0", @@ -47,10 +47,10 @@ "sinon": "^4.1.3" }, "dependencies": { - "@uifabric/merge-styles": "^7.11.4", + "@uifabric/merge-styles": "^7.12.0", "@uifabric/set-version": "^7.0.12", - "@uifabric/styling": "^7.12.4", - "@uifabric/utilities": "^7.16.3", + "@uifabric/styling": "^7.12.5", + "@uifabric/utilities": "^7.16.4", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/icons/package.json b/packages/icons/package.json index 69a183cf85f01..102c97d09ba19 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/icons", - "version": "7.3.37", + "version": "7.3.38", "description": "Fluent UI React icon set.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -29,7 +29,7 @@ }, "dependencies": { "@uifabric/set-version": "^7.0.12", - "@uifabric/styling": "^7.12.4", + "@uifabric/styling": "^7.12.5", "tslib": "^1.10.0" } } diff --git a/packages/jest-serializer-merge-styles/package.json b/packages/jest-serializer-merge-styles/package.json index c4cda59a3d412..ed7e5785f0867 100644 --- a/packages/jest-serializer-merge-styles/package.json +++ b/packages/jest-serializer-merge-styles/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/jest-serializer-merge-styles", - "version": "7.0.22", + "version": "7.0.23", "description": "Jest serializer for merge-styles.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -37,6 +37,6 @@ }, "dependencies": { "@uifabric/set-version": "^7.0.12", - "@uifabric/merge-styles": "^7.11.4" + "@uifabric/merge-styles": "^7.12.0" } } diff --git a/packages/lists/package.json b/packages/lists/package.json index 8a24663fc694b..c77c63f32f089 100644 --- a/packages/lists/package.json +++ b/packages/lists/package.json @@ -36,8 +36,8 @@ "@types/react-dom": "16.8.4", "@types/react-test-renderer": "^16.0.0", "@types/webpack-env": "1.15.1", - "@uifabric/example-app-base": "^7.12.53", - "@uifabric/jest-serializer-merge-styles": "^7.0.22", + "@uifabric/example-app-base": "^7.12.54", + "@uifabric/jest-serializer-merge-styles": "^7.0.23", "@uifabric/tslint-rules": "^7.2.1", "enzyme": "~3.10.0", "enzyme-adapter-react-16": "^1.15.0", @@ -51,7 +51,7 @@ "dependencies": { "@microsoft/load-themed-styles": "^1.10.26", "@uifabric/set-version": "^7.0.12", - "office-ui-fabric-react": "^7.111.0", + "office-ui-fabric-react": "^7.111.1", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/mdl2-theme/package.json b/packages/mdl2-theme/package.json index c4c3dad5ab3a4..ede1ccd17cabe 100644 --- a/packages/mdl2-theme/package.json +++ b/packages/mdl2-theme/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/mdl2-theme", - "version": "0.1.72", + "version": "0.1.73", "description": "MDL2 theming for use with Fabric components.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -27,9 +27,9 @@ }, "dependencies": { "@uifabric/set-version": "^7.0.12", - "@uifabric/styling": "^7.12.4", - "@uifabric/variants": "^7.1.60", - "office-ui-fabric-react": "^7.111.0", + "@uifabric/styling": "^7.12.5", + "@uifabric/variants": "^7.1.61", + "office-ui-fabric-react": "^7.111.1", "tslib": "^1.10.0" } } diff --git a/packages/merge-styles/CHANGELOG.json b/packages/merge-styles/CHANGELOG.json index 66b18554cbf4a..d5fc1750d0a80 100644 --- a/packages/merge-styles/CHANGELOG.json +++ b/packages/merge-styles/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@uifabric/merge-styles", "entries": [ + { + "date": "Mon, 11 May 2020 12:36:34 GMT", + "tag": "@uifabric/merge-styles_v7.12.0", + "version": "7.12.0", + "comments": { + "minor": [ + { + "comment": "Enable repeating selector in css rules for higher specificity", + "author": "xgao@microsoft.com", + "commit": "1619b355712d83844b4b63283e9370b5ff6a17f5", + "package": "@uifabric/merge-styles" + } + ] + } + }, { "date": "Fri, 08 May 2020 12:35:40 GMT", "tag": "@uifabric/merge-styles_v7.11.4", diff --git a/packages/merge-styles/CHANGELOG.md b/packages/merge-styles/CHANGELOG.md index a84111a478f07..42c296c79eafd 100644 --- a/packages/merge-styles/CHANGELOG.md +++ b/packages/merge-styles/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @uifabric/merge-styles -This log was last generated on Fri, 08 May 2020 12:35:40 GMT and should not be manually modified. +This log was last generated on Mon, 11 May 2020 12:36:34 GMT and should not be manually modified. +## [7.12.0](https://github.com/microsoft/fluentui/tree/@uifabric/merge-styles_v7.12.0) + +Mon, 11 May 2020 12:36:34 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@uifabric/merge-styles_v7.11.4..@uifabric/merge-styles_v7.12.0) + +### Minor changes + +- Enable repeating selector in css rules for higher specificity ([PR #13014](https://github.com/microsoft/fluentui/pull/13014) by xgao@microsoft.com) + ## [7.11.4](https://github.com/microsoft/fluentui/tree/@uifabric/merge-styles_v7.11.4) Fri, 08 May 2020 12:35:40 GMT diff --git a/packages/merge-styles/package.json b/packages/merge-styles/package.json index 3847715695a8d..a4095dc063637 100644 --- a/packages/merge-styles/package.json +++ b/packages/merge-styles/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/merge-styles", - "version": "7.11.4", + "version": "7.12.0", "description": "Style loading utilities.", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/office-ui-fabric-react/CHANGELOG.json b/packages/office-ui-fabric-react/CHANGELOG.json index 663056c947222..77cb049edac25 100644 --- a/packages/office-ui-fabric-react/CHANGELOG.json +++ b/packages/office-ui-fabric-react/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "office-ui-fabric-react", "entries": [ + { + "date": "Mon, 11 May 2020 12:36:34 GMT", + "tag": "office-ui-fabric-react_v7.111.1", + "version": "7.111.1", + "comments": { + "patch": [ + { + "comment": "Checkbox: remove unneeded text-align css on label", + "author": "xgao@microsoft.com", + "commit": "1619b355712d83844b4b63283e9370b5ff6a17f5", + "package": "office-ui-fabric-react" + }, + { + "comment": "Shimmer: fix high contrast in new edge", + "author": "xgao@microsoft.com", + "commit": "30930030f46240cc305d9cd687370382eef7d0b0", + "package": "office-ui-fabric-react" + } + ] + } + }, { "date": "Fri, 08 May 2020 12:35:40 GMT", "tag": "office-ui-fabric-react_v7.111.0", diff --git a/packages/office-ui-fabric-react/CHANGELOG.md b/packages/office-ui-fabric-react/CHANGELOG.md index dd846c64d2651..b9122615c90d0 100644 --- a/packages/office-ui-fabric-react/CHANGELOG.md +++ b/packages/office-ui-fabric-react/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - office-ui-fabric-react -This log was last generated on Fri, 08 May 2020 12:35:40 GMT and should not be manually modified. +This log was last generated on Mon, 11 May 2020 12:36:34 GMT and should not be manually modified. +## [7.111.1](https://github.com/microsoft/fluentui/tree/office-ui-fabric-react_v7.111.1) + +Mon, 11 May 2020 12:36:34 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/office-ui-fabric-react_v7.111.0..office-ui-fabric-react_v7.111.1) + +### Patches + +- Checkbox: remove unneeded text-align css on label ([PR #13014](https://github.com/microsoft/fluentui/pull/13014) by xgao@microsoft.com) +- Shimmer: fix high contrast in new edge ([PR #13073](https://github.com/microsoft/fluentui/pull/13073) by xgao@microsoft.com) + ## [7.111.0](https://github.com/microsoft/fluentui/tree/office-ui-fabric-react_v7.111.0) Fri, 08 May 2020 12:35:40 GMT diff --git a/packages/office-ui-fabric-react/package.json b/packages/office-ui-fabric-react/package.json index 4199bd8c0f07f..06f4c72b78bcb 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.111.0", + "version": "7.111.1", "description": "Reusable React components for building experiences for Microsoft 365.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -48,8 +48,8 @@ "@types/webpack-env": "1.15.1", "@uifabric/build": "^7.0.0", "@uifabric/example-data": "^7.0.14", - "@uifabric/jest-serializer-merge-styles": "^7.0.22", - "@uifabric/test-utilities": "^7.0.22", + "@uifabric/jest-serializer-merge-styles": "^7.0.23", + "@uifabric/test-utilities": "^7.0.23", "@uifabric/tslint-rules": "^7.2.1", "@uifabric/webpack-utils": "^7.0.14", "enzyme": "~3.10.0", @@ -72,16 +72,16 @@ "storybook-addon-performance": "^0.9.0" }, "dependencies": { - "@fluentui/react-focus": "^7.11.0", - "@fluentui/react-icons": "^0.1.13", + "@fluentui/react-focus": "^7.11.1", + "@fluentui/react-icons": "^0.1.14", "@microsoft/load-themed-styles": "^1.10.26", - "@uifabric/foundation": "^7.7.11", - "@uifabric/icons": "^7.3.37", - "@uifabric/merge-styles": "^7.11.4", - "@uifabric/react-hooks": "^7.3.2", + "@uifabric/foundation": "^7.7.12", + "@uifabric/icons": "^7.3.38", + "@uifabric/merge-styles": "^7.12.0", + "@uifabric/react-hooks": "^7.3.3", "@uifabric/set-version": "^7.0.12", - "@uifabric/styling": "^7.12.4", - "@uifabric/utilities": "^7.16.3", + "@uifabric/styling": "^7.12.5", + "@uifabric/utilities": "^7.16.4", "prop-types": "^15.7.2", "tslib": "^1.10.0" }, diff --git a/packages/react-cards/package.json b/packages/react-cards/package.json index ad55f129faa72..5fd6499dd2f57 100644 --- a/packages/react-cards/package.json +++ b/packages/react-cards/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/react-cards", - "version": "0.109.73", + "version": "0.109.74", "description": "Card container components to help build experiences with the use of Fabric.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -37,8 +37,8 @@ "@types/resemblejs": "~1.3.28", "@types/webpack-env": "1.15.1", "@uifabric/build": "^7.0.0", - "@uifabric/example-app-base": "^7.12.53", - "@uifabric/jest-serializer-merge-styles": "^7.0.22", + "@uifabric/example-app-base": "^7.12.54", + "@uifabric/jest-serializer-merge-styles": "^7.0.23", "@uifabric/tslint-rules": "^7.2.1", "enzyme": "~3.10.0", "enzyme-adapter-react-16": "^1.15.0", @@ -50,14 +50,14 @@ }, "dependencies": { "@microsoft/load-themed-styles": "^1.10.26", - "@uifabric/azure-themes": "^7.1.4", - "@uifabric/file-type-icons": "^7.2.41", - "@uifabric/foundation": "^7.7.11", + "@uifabric/azure-themes": "^7.1.5", + "@uifabric/file-type-icons": "^7.2.42", + "@uifabric/foundation": "^7.7.12", "@uifabric/set-version": "^7.0.12", - "@uifabric/styling": "^7.12.4", - "@uifabric/theme-samples": "^7.0.70", - "@uifabric/utilities": "^7.16.3", - "office-ui-fabric-react": "^7.111.0", + "@uifabric/styling": "^7.12.5", + "@uifabric/theme-samples": "^7.0.71", + "@uifabric/utilities": "^7.16.4", + "office-ui-fabric-react": "^7.111.1", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/react-focus/package.json b/packages/react-focus/package.json index 363454400ba97..65a3ff9284bb6 100644 --- a/packages/react-focus/package.json +++ b/packages/react-focus/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-focus", - "version": "7.11.0", + "version": "7.11.1", "description": "Focus helpers to be used in React applications.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -36,7 +36,7 @@ "@types/react-test-renderer": "^16.0.0", "@types/webpack-env": "1.15.1", "@uifabric/build": "^7.0.0", - "@uifabric/jest-serializer-merge-styles": "^7.0.22", + "@uifabric/jest-serializer-merge-styles": "^7.0.23", "@uifabric/tslint-rules": "^7.2.1", "enzyme": "~3.10.0", "enzyme-adapter-react-16": "^1.15.0", @@ -47,10 +47,10 @@ "react-test-renderer": "^16.3.0" }, "dependencies": { - "@uifabric/merge-styles": "^7.11.4", + "@uifabric/merge-styles": "^7.12.0", "@uifabric/set-version": "^7.0.12", - "@uifabric/styling": "^7.12.4", - "@uifabric/utilities": "^7.16.3", + "@uifabric/styling": "^7.12.5", + "@uifabric/utilities": "^7.16.4", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index 3c8ff8c3fcfa8..c49a1912029ec 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/react-hooks", - "version": "7.3.2", + "version": "7.3.3", "description": "Fluent UI React hooks.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -40,7 +40,7 @@ }, "dependencies": { "@uifabric/set-version": "^7.0.12", - "@uifabric/utilities": "^7.16.3", + "@uifabric/utilities": "^7.16.4", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index eace42a3d2e53..ae73a1f1fcb48 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-icons", - "version": "0.1.13", + "version": "0.1.14", "description": "React components for building web experiences.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -46,8 +46,8 @@ }, "dependencies": { "@uifabric/set-version": "^7.0.12", - "@uifabric/styling": "^7.12.4", - "@uifabric/utilities": "^7.16.3", + "@uifabric/styling": "^7.12.5", + "@uifabric/utilities": "^7.16.4", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/react-next/CHANGELOG.json b/packages/react-next/CHANGELOG.json index ef40e75081027..8bdb8bfde2dab 100644 --- a/packages/react-next/CHANGELOG.json +++ b/packages/react-next/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-next", "entries": [ + { + "date": "Mon, 11 May 2020 12:36:34 GMT", + "tag": "@fluentui/react-next_v8.0.0-alpha.15", + "version": "8.0.0-alpha.15", + "comments": { + "prerelease": [ + { + "comment": "Checkbox: convert base styles to scss", + "author": "xgao@microsoft.com", + "commit": "1619b355712d83844b4b63283e9370b5ff6a17f5", + "package": "@fluentui/react-next" + } + ] + } + }, { "date": "Fri, 08 May 2020 12:35:40 GMT", "tag": "@fluentui/react-next_v8.0.0-alpha.14", diff --git a/packages/react-next/CHANGELOG.md b/packages/react-next/CHANGELOG.md index 725344d35a9b6..d77e99e7d3594 100644 --- a/packages/react-next/CHANGELOG.md +++ b/packages/react-next/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-next -This log was last generated on Fri, 08 May 2020 12:35:40 GMT and should not be manually modified. +This log was last generated on Mon, 11 May 2020 12:36:34 GMT and should not be manually modified. +## [8.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-next_v8.0.0-alpha.15) + +Mon, 11 May 2020 12:36:34 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-next_v8.0.0-alpha.14..@fluentui/react-next_v8.0.0-alpha.15) + +### Changes + +- Checkbox: convert base styles to scss ([PR #13014](https://github.com/microsoft/fluentui/pull/13014) by xgao@microsoft.com) + ## [8.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-next_v8.0.0-alpha.14) Fri, 08 May 2020 12:35:40 GMT diff --git a/packages/react-next/package.json b/packages/react-next/package.json index aea59a14a9768..afb8c1cfcda6b 100644 --- a/packages/react-next/package.json +++ b/packages/react-next/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-next", - "version": "8.0.0-alpha.14", + "version": "8.0.0-alpha.15", "beachball": { "disallowedChangeTypes": [ "patch", @@ -45,7 +45,7 @@ }, "dependencies": { "@uifabric/set-version": "^7.0.12", - "office-ui-fabric-react": "^7.111.0", + "office-ui-fabric-react": "^7.111.1", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/react-stylesheets/package.json b/packages/react-stylesheets/package.json index 4c0d05f014966..5812dc71027d1 100644 --- a/packages/react-stylesheets/package.json +++ b/packages/react-stylesheets/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-stylesheets", - "version": "0.1.3", + "version": "0.1.4", "description": "React helpers for registering stylesheets contextually.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -36,7 +36,7 @@ "@types/react-test-renderer": "^16.0.0", "@types/webpack-env": "1.15.1", "@uifabric/build": "^7.0.0", - "@uifabric/jest-serializer-merge-styles": "^7.0.22", + "@uifabric/jest-serializer-merge-styles": "^7.0.23", "@uifabric/tslint-rules": "^7.2.1", "enzyme": "~3.10.0", "enzyme-adapter-react-16": "^1.15.0", diff --git a/packages/react-theme-provider/CHANGELOG.json b/packages/react-theme-provider/CHANGELOG.json new file mode 100644 index 0000000000000..c05380398b7ee --- /dev/null +++ b/packages/react-theme-provider/CHANGELOG.json @@ -0,0 +1,20 @@ +{ + "name": "@fluentui/react-theme-provider", + "entries": [ + { + "date": "Mon, 11 May 2020 12:36:34 GMT", + "tag": "@fluentui/react-theme-provider_v0.1.1", + "version": "0.1.1", + "comments": { + "patch": [ + { + "comment": "Initial publishing of the Fluent UI theme provider package.", + "author": "dzearing@microsoft.com", + "commit": "156c760b3320f32bae20f4955f97269536d10372", + "package": "@fluentui/react-theme-provider" + } + ] + } + } + ] +} diff --git a/packages/react-theme-provider/CHANGELOG.md b/packages/react-theme-provider/CHANGELOG.md new file mode 100644 index 0000000000000..cdd50c354dd3e --- /dev/null +++ b/packages/react-theme-provider/CHANGELOG.md @@ -0,0 +1,13 @@ +# Change Log - @fluentui/react-theme-provider + +This log was last generated on Mon, 11 May 2020 12:36:34 GMT and should not be manually modified. + + + +## [0.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-provider_v0.1.1) + +Mon, 11 May 2020 12:36:34 GMT + +### Patches + +- Initial publishing of the Fluent UI theme provider package. ([PR #12996](https://github.com/microsoft/fluentui/pull/12996) by dzearing@microsoft.com) diff --git a/packages/react-theme-provider/package.json b/packages/react-theme-provider/package.json index 3308d9f975be7..67e413a0f9ae5 100644 --- a/packages/react-theme-provider/package.json +++ b/packages/react-theme-provider/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-theme-provider", - "version": "0.1.0", + "version": "0.1.1", "description": "Fluent UI React theme provider component, hook, and theme related utilities.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -43,9 +43,9 @@ "react-test-renderer": "^16.3.0" }, "dependencies": { - "@fluentui/react-stylesheets": "^0.1.2", + "@fluentui/react-stylesheets": "^0.1.4", "@uifabric/set-version": "^7.0.12", - "@uifabric/utilities": "^7.16.3", + "@uifabric/utilities": "^7.16.4", "classnames": "^2.2.6", "tslib": "^1.10.0" }, diff --git a/packages/react/CHANGELOG.json b/packages/react/CHANGELOG.json index 4205066cd2e48..b10b4f6906b4f 100644 --- a/packages/react/CHANGELOG.json +++ b/packages/react/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react", "entries": [ + { + "date": "Mon, 11 May 2020 12:36:34 GMT", + "tag": "@fluentui/react_v7.111.1", + "version": "7.111.1", + "comments": { + "none": [ + { + "comment": "Updating tsconfig with added paths.", + "author": "dzearing@microsoft.com", + "commit": "156c760b3320f32bae20f4955f97269536d10372", + "package": "@fluentui/react" + } + ] + } + }, { "date": "Thu, 07 May 2020 01:06:55 GMT", "tag": "@fluentui/react_v7.110.5", diff --git a/packages/react/package.json b/packages/react/package.json index 4189cdcbb0d5e..5c570e37ad117 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react", - "version": "7.111.0", + "version": "7.111.1", "description": "Reusable React components for building web experiences.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -34,7 +34,7 @@ }, "dependencies": { "@uifabric/set-version": "^7.0.12", - "office-ui-fabric-react": "^7.111.0", + "office-ui-fabric-react": "^7.111.1", "tslib": "^1.10.0" }, "peerDependencies": { diff --git a/packages/styling/package.json b/packages/styling/package.json index c36dfcc7b80ab..8f2977f617eec 100644 --- a/packages/styling/package.json +++ b/packages/styling/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/styling", - "version": "7.12.4", + "version": "7.12.5", "description": "Styling helpers for Fluent UI React.", "repository": { "type": "git", @@ -33,9 +33,9 @@ }, "dependencies": { "@microsoft/load-themed-styles": "^1.10.26", - "@uifabric/merge-styles": "^7.11.4", + "@uifabric/merge-styles": "^7.12.0", "@uifabric/set-version": "^7.0.12", - "@uifabric/utilities": "^7.16.3", + "@uifabric/utilities": "^7.16.4", "tslib": "^1.10.0" } } diff --git a/packages/test-utilities/package.json b/packages/test-utilities/package.json index 05ff0b3f4d96a..e4e528488e7e3 100644 --- a/packages/test-utilities/package.json +++ b/packages/test-utilities/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/test-utilities", - "version": "7.0.22", + "version": "7.0.23", "description": "Utilities used when testing components.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -33,7 +33,7 @@ "@types/react-dom": "16.8.4", "@types/react-test-renderer": "^16.0.0", "@types/webpack-env": "1.15.1", - "@uifabric/jest-serializer-merge-styles": "^7.0.22", + "@uifabric/jest-serializer-merge-styles": "^7.0.23", "@uifabric/tslint-rules": "^7.2.1", "enzyme": "~3.10.0", "enzyme-adapter-react-16": "^1.15.0", diff --git a/packages/theme-samples/package.json b/packages/theme-samples/package.json index 94cba9612d7de..f1b182cf90b9b 100644 --- a/packages/theme-samples/package.json +++ b/packages/theme-samples/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/theme-samples", - "version": "7.0.70", + "version": "7.0.71", "description": "Sample themes for use with Fabric components.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -27,8 +27,8 @@ }, "dependencies": { "@uifabric/set-version": "^7.0.12", - "@uifabric/variants": "^7.1.60", - "office-ui-fabric-react": "^7.111.0", + "@uifabric/variants": "^7.1.61", + "office-ui-fabric-react": "^7.111.1", "tslib": "^1.10.0" } } diff --git a/packages/tsx-editor/package.json b/packages/tsx-editor/package.json index a2b409af8636d..5ec15363658fc 100644 --- a/packages/tsx-editor/package.json +++ b/packages/tsx-editor/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/tsx-editor", - "version": "0.11.68", + "version": "0.11.69", "description": "Live tsx editor for Fabric website.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -34,7 +34,7 @@ "@types/react-test-renderer": "^16.0.0", "@types/webpack-env": "1.15.1", "@uifabric/build": "^7.0.0", - "@uifabric/jest-serializer-merge-styles": "^7.0.22", + "@uifabric/jest-serializer-merge-styles": "^7.0.23", "@uifabric/tslint-rules": "^7.2.1", "enzyme": "~3.10.0", "enzyme-adapter-react-16": "^1.15.0", @@ -48,8 +48,8 @@ "dependencies": { "@microsoft/load-themed-styles": "^1.10.26", "@uifabric/monaco-editor": "^0.5.8", - "@uifabric/react-hooks": "^7.3.2", - "office-ui-fabric-react": "^7.111.0", + "@uifabric/react-hooks": "^7.3.3", + "office-ui-fabric-react": "^7.111.1", "raw-loader": "^0.5.1", "react-syntax-highlighter": "^10.1.3", "tslib": "^1.10.0", diff --git a/packages/utilities/CHANGELOG.json b/packages/utilities/CHANGELOG.json index f3abefe650bf1..4a6929125d7b1 100644 --- a/packages/utilities/CHANGELOG.json +++ b/packages/utilities/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@uifabric/utilities", "entries": [ + { + "date": "Mon, 11 May 2020 12:36:34 GMT", + "tag": "@uifabric/utilities_v7.16.4", + "version": "7.16.4", + "comments": { + "patch": [ + { + "comment": "Update styled and classNamesFunction to support scss base styles", + "author": "xgao@microsoft.com", + "commit": "1619b355712d83844b4b63283e9370b5ff6a17f5", + "package": "@uifabric/utilities" + } + ] + } + }, { "date": "Thu, 07 May 2020 01:06:55 GMT", "tag": "@uifabric/utilities_v7.16.2", diff --git a/packages/utilities/CHANGELOG.md b/packages/utilities/CHANGELOG.md index 369859d6d4360..50c9930755ef3 100644 --- a/packages/utilities/CHANGELOG.md +++ b/packages/utilities/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @uifabric/utilities -This log was last generated on Thu, 07 May 2020 01:06:55 GMT and should not be manually modified. +This log was last generated on Mon, 11 May 2020 12:36:34 GMT and should not be manually modified. +## [7.16.4](https://github.com/microsoft/fluentui/tree/@uifabric/utilities_v7.16.4) + +Mon, 11 May 2020 12:36:34 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@uifabric/utilities_v7.16.2..@uifabric/utilities_v7.16.4) + +### Patches + +- Update styled and classNamesFunction to support scss base styles ([PR #13014](https://github.com/microsoft/fluentui/pull/13014) by xgao@microsoft.com) + ## [7.16.2](https://github.com/microsoft/fluentui/tree/@uifabric/utilities_v7.16.2) Thu, 07 May 2020 01:06:55 GMT diff --git a/packages/utilities/package.json b/packages/utilities/package.json index 88fbbaf126418..ada517d47ecb4 100644 --- a/packages/utilities/package.json +++ b/packages/utilities/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/utilities", - "version": "7.16.3", + "version": "7.16.4", "description": "Fluent UI React utilities for building components.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -36,8 +36,8 @@ "@types/react-test-renderer": "^16.0.0", "@types/sinon": "2.2.2", "@uifabric/build": "^7.0.0", - "@uifabric/jest-serializer-merge-styles": "^7.0.22", - "@uifabric/test-utilities": "^7.0.22", + "@uifabric/jest-serializer-merge-styles": "^7.0.23", + "@uifabric/test-utilities": "^7.0.23", "@uifabric/tslint-rules": "^7.2.1", "enzyme": "~3.10.0", "enzyme-adapter-react-16": "^1.15.0", @@ -48,7 +48,7 @@ "sinon": "^4.1.3" }, "dependencies": { - "@uifabric/merge-styles": "^7.11.4", + "@uifabric/merge-styles": "^7.12.0", "@uifabric/set-version": "^7.0.12", "prop-types": "^15.7.2", "tslib": "^1.10.0" diff --git a/packages/variants/package.json b/packages/variants/package.json index 50ef4d19b5ee1..2f76965962f5b 100644 --- a/packages/variants/package.json +++ b/packages/variants/package.json @@ -1,6 +1,6 @@ { "name": "@uifabric/variants", - "version": "7.1.60", + "version": "7.1.61", "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.12", - "office-ui-fabric-react": "^7.111.0", + "office-ui-fabric-react": "^7.111.1", "tslib": "^1.10.0" } }