diff --git a/apps/a11y-tests/CHANGELOG.json b/apps/a11y-tests/CHANGELOG.json index 9814c877833820..9a0a01e9f92b9b 100644 --- a/apps/a11y-tests/CHANGELOG.json +++ b/apps/a11y-tests/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "a11y-tests", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "a11y-tests_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "comment": "Bump @fluentui/react to v8.17.3", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "a11y-tests" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "a11y-tests_v1.0.0", diff --git a/apps/a11y-tests/CHANGELOG.md b/apps/a11y-tests/CHANGELOG.md index f23246567c048a..001442fc03a350 100644 --- a/apps/a11y-tests/CHANGELOG.md +++ b/apps/a11y-tests/CHANGELOG.md @@ -1,11 +1,20 @@ # Change Log - a11y-tests -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. ## [1.0.0](https://github.com/microsoft/fluentui/tree/a11y-tests_v1.0.0) +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/a11y-tests_v1.0.0..a11y-tests_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.17.3 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/a11y-tests_v1.0.0) + Tue, 08 Jun 2021 07:32:44 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/a11y-tests_v1.0.0..a11y-tests_v1.0.0) diff --git a/apps/a11y-tests/package.json b/apps/a11y-tests/package.json index e384938f9fc22d..781b4f218bf3d8 100644 --- a/apps/a11y-tests/package.json +++ b/apps/a11y-tests/package.json @@ -12,7 +12,7 @@ "update-snapshots": "just-scripts jest -u" }, "dependencies": { - "@fluentui/react": "^8.17.2", + "@fluentui/react": "^8.17.3", "axe-core": "3.5.0", "axe-puppeteer": "^1.0.0", "axe-sarif-converter": "^2.0.1", diff --git a/apps/codesandbox-react-template/CHANGELOG.json b/apps/codesandbox-react-template/CHANGELOG.json index b6f0e3b334f166..362b849b9fac7b 100644 --- a/apps/codesandbox-react-template/CHANGELOG.json +++ b/apps/codesandbox-react-template/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "codesandbox-react-template", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "codesandbox-react-template_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "comment": "Bump @fluentui/react to v8.17.3", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "codesandbox-react-template" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "codesandbox-react-template_v1.0.0", diff --git a/apps/codesandbox-react-template/CHANGELOG.md b/apps/codesandbox-react-template/CHANGELOG.md index eb4392ba3c62a9..37f17ce5d868b7 100644 --- a/apps/codesandbox-react-template/CHANGELOG.md +++ b/apps/codesandbox-react-template/CHANGELOG.md @@ -1,11 +1,20 @@ # Change Log - codesandbox-react-template -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. ## [1.0.0](https://github.com/microsoft/fluentui/tree/codesandbox-react-template_v1.0.0) +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/codesandbox-react-template_v1.0.0..codesandbox-react-template_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.17.3 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/codesandbox-react-template_v1.0.0) + Tue, 08 Jun 2021 07:32:44 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/codesandbox-react-template_v1.0.0..codesandbox-react-template_v1.0.0) diff --git a/apps/codesandbox-react-template/package.json b/apps/codesandbox-react-template/package.json index 7b5af756d5b34e..406a89f0b4fa36 100644 --- a/apps/codesandbox-react-template/package.json +++ b/apps/codesandbox-react-template/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@microsoft/load-themed-styles": "^1.10.26", - "@fluentui/react": "^8.17.2", + "@fluentui/react": "^8.17.3", "react": "16.8.6", "react-dom": "16.8.6", "tslib": "^2.1.0" diff --git a/apps/perf-test/CHANGELOG.json b/apps/perf-test/CHANGELOG.json index dc829a5700dd48..7957c57b574ddd 100644 --- a/apps/perf-test/CHANGELOG.json +++ b/apps/perf-test/CHANGELOG.json @@ -1,6 +1,35 @@ { "name": "perf-test", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "perf-test_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "comment": "Bump @fluentui/react to v8.17.3", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "perf-test" + } + ], + "prerelease": [ + { + "comment": "Bump @fluentui/react-tabs to v1.0.0-beta.109", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "perf-test" + }, + { + "comment": "Bump @fluentui/react-button to v9.0.0-alpha.45", + "author": "bsunderhus@microsoft.com", + "commit": "14b56aa2b7a2bb84b1b9f310d400a1849985f9f9", + "package": "perf-test" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "perf-test_v1.0.0", diff --git a/apps/perf-test/CHANGELOG.md b/apps/perf-test/CHANGELOG.md index 144cfda5fb2f2a..2fc21e4293fa26 100644 --- a/apps/perf-test/CHANGELOG.md +++ b/apps/perf-test/CHANGELOG.md @@ -1,11 +1,25 @@ # Change Log - perf-test -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. ## [1.0.0](https://github.com/microsoft/fluentui/tree/perf-test_v1.0.0) +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/perf-test_v1.0.0..perf-test_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.17.3 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + +### Changes + +- Bump @fluentui/react-tabs to v1.0.0-beta.109 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) +- Bump @fluentui/react-button to v9.0.0-alpha.45 ([PR #18400](https://github.com/microsoft/fluentui/pull/18400) by bsunderhus@microsoft.com) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/perf-test_v1.0.0) + Tue, 08 Jun 2021 07:32:44 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/perf-test_v1.0.0..perf-test_v1.0.0) diff --git a/apps/perf-test/package.json b/apps/perf-test/package.json index 1ae9151cc06af8..7bcd62a691e862 100644 --- a/apps/perf-test/package.json +++ b/apps/perf-test/package.json @@ -14,11 +14,11 @@ "dependencies": { "@fluentui/eslint-plugin": "^1.3.1", "@fluentui/make-styles": "^9.0.0-alpha.25", - "@fluentui/react": "^8.17.2", + "@fluentui/react": "^8.17.3", "@fluentui/react-avatar": "^9.0.0-alpha.45", - "@fluentui/react-button": "^9.0.0-alpha.44", + "@fluentui/react-button": "^9.0.0-alpha.45", "@fluentui/react-provider": "^9.0.0-alpha.45", - "@fluentui/react-tabs": "^1.0.0-beta.108", + "@fluentui/react-tabs": "^1.0.0-beta.109", "@fluentui/react-theme-provider": "^9.0.0-alpha.42", "@fluentui/react-theme": "^9.0.0-alpha.15", "@fluentui/scripts": "^1.0.0", diff --git a/apps/public-docsite-resources/CHANGELOG.json b/apps/public-docsite-resources/CHANGELOG.json index 7e22dcf534d666..9fbf35ef0c8768 100644 --- a/apps/public-docsite-resources/CHANGELOG.json +++ b/apps/public-docsite-resources/CHANGELOG.json @@ -1,6 +1,29 @@ { "name": "@fluentui/public-docsite-resources", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/public-docsite-resources_v8.1.23", + "version": "8.1.23", + "comments": { + "patch": [ + { + "comment": "Bump @fluentui/react to v8.17.3", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/public-docsite-resources" + } + ], + "none": [ + { + "comment": "Bump @fluentui/react-examples to v8.28.0", + "author": "lingfan.gao@microsoft.com", + "commit": "691dab1bc362d71fed674267db75d6e84eb7956c", + "package": "@fluentui/public-docsite-resources" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "@fluentui/public-docsite-resources_v8.1.22", diff --git a/apps/public-docsite-resources/CHANGELOG.md b/apps/public-docsite-resources/CHANGELOG.md index c2e855adc0dce6..e31761ca114c68 100644 --- a/apps/public-docsite-resources/CHANGELOG.md +++ b/apps/public-docsite-resources/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/public-docsite-resources -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. +## [8.1.23](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite-resources_v8.1.23) + +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/public-docsite-resources_v8.1.22..@fluentui/public-docsite-resources_v8.1.23) + +### Patches + +- Bump @fluentui/react to v8.17.3 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + ## [8.1.22](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite-resources_v8.1.22) Tue, 08 Jun 2021 07:32:44 GMT diff --git a/apps/public-docsite-resources/package.json b/apps/public-docsite-resources/package.json index fa4da4bedd0edf..c46ec6b6e8c6d0 100644 --- a/apps/public-docsite-resources/package.json +++ b/apps/public-docsite-resources/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/public-docsite-resources", - "version": "8.1.22", + "version": "8.1.23", "description": "Fluent UI React local demo app", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -31,16 +31,16 @@ "react-dom": "16.8.6" }, "dependencies": { - "@fluentui/react": "^8.17.2", - "@fluentui/react-examples": "^8.27.2", + "@fluentui/react": "^8.17.3", + "@fluentui/react-examples": "^8.28.0", "@microsoft/load-themed-styles": "^1.10.26", - "@fluentui/api-docs": "^8.1.20", - "@fluentui/azure-themes": "^8.1.20", - "@fluentui/react-docsite-components": "^8.2.20", + "@fluentui/api-docs": "^8.1.21", + "@fluentui/azure-themes": "^8.1.21", + "@fluentui/react-docsite-components": "^8.2.21", "@fluentui/font-icons-mdl2": "^8.1.2", "@fluentui/set-version": "^8.1.2", - "@fluentui/theme-samples": "^8.1.20", - "@fluentui/react-monaco-editor": "^1.1.20", + "@fluentui/theme-samples": "^8.1.21", + "@fluentui/react-monaco-editor": "^1.1.21", "@types/react": "16.9.42", "office-ui-fabric-core": "^11.0.0", "react": "16.8.6", diff --git a/apps/public-docsite/CHANGELOG.json b/apps/public-docsite/CHANGELOG.json index 5dfb0c4c5b20bf..2840989084ea2e 100644 --- a/apps/public-docsite/CHANGELOG.json +++ b/apps/public-docsite/CHANGELOG.json @@ -1,6 +1,29 @@ { "name": "@fluentui/public-docsite", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/public-docsite_v8.2.23", + "version": "8.2.23", + "comments": { + "patch": [ + { + "comment": "Bump @fluentui/react to v8.17.3", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/public-docsite" + } + ], + "none": [ + { + "comment": "Bump @fluentui/react-examples to v8.28.0", + "author": "lingfan.gao@microsoft.com", + "commit": "691dab1bc362d71fed674267db75d6e84eb7956c", + "package": "@fluentui/public-docsite" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "@fluentui/public-docsite_v8.2.22", diff --git a/apps/public-docsite/CHANGELOG.md b/apps/public-docsite/CHANGELOG.md index 1fd3d71dc9eb2e..a0fccd6c7724be 100644 --- a/apps/public-docsite/CHANGELOG.md +++ b/apps/public-docsite/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/public-docsite -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. +## [8.2.23](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite_v8.2.23) + +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/public-docsite_v8.2.22..@fluentui/public-docsite_v8.2.23) + +### Patches + +- Bump @fluentui/react to v8.17.3 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + ## [8.2.22](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite_v8.2.22) Tue, 08 Jun 2021 07:32:44 GMT diff --git a/apps/public-docsite/package.json b/apps/public-docsite/package.json index e03839b02adee1..f606ad92f7b8af 100644 --- a/apps/public-docsite/package.json +++ b/apps/public-docsite/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/public-docsite", - "version": "8.2.22", + "version": "8.2.23", "description": "The official website for the Fluent UI project.", "sideEffects": true, "main": "lib-commonjs/root.js", @@ -24,22 +24,22 @@ "devDependencies": { "@fluentui/common-styles": "^1.0.8", "@fluentui/eslint-plugin": "^1.3.1", - "@fluentui/react-monaco-editor": "^1.1.20", + "@fluentui/react-monaco-editor": "^1.1.21", "@fluentui/scripts": "^1.0.0", "write-file-webpack-plugin": "^4.1.0" }, "dependencies": { - "@fluentui/api-docs": "^8.1.20", + "@fluentui/api-docs": "^8.1.21", "@fluentui/font-icons-mdl2": "^8.1.2", "@fluentui/public-docsite-setup": "^0.3.5", - "@fluentui/react": "^8.17.2", - "@fluentui/react-docsite-components": "^8.2.20", - "@fluentui/react-examples": "^8.27.2", - "@fluentui/react-experiments": "^8.1.22", + "@fluentui/react": "^8.17.3", + "@fluentui/react-docsite-components": "^8.2.21", + "@fluentui/react-examples": "^8.28.0", + "@fluentui/react-experiments": "^8.1.23", "@fluentui/react-file-type-icons": "^8.1.2", "@fluentui/set-version": "^8.1.2", "@fluentui/theme": "^2.1.2", - "@fluentui/theme-samples": "^8.1.20", + "@fluentui/theme-samples": "^8.1.21", "@fluentui/utilities": "^8.1.2", "@microsoft/load-themed-styles": "^1.10.26", "@types/react": "16.9.42", diff --git a/apps/server-rendered-app/CHANGELOG.json b/apps/server-rendered-app/CHANGELOG.json index 97d8a1855806f1..8e563df60dbcf0 100644 --- a/apps/server-rendered-app/CHANGELOG.json +++ b/apps/server-rendered-app/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "server-rendered-app", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "server-rendered-app_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "comment": "Bump @fluentui/react to v8.17.3", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "server-rendered-app" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "server-rendered-app_v1.0.0", diff --git a/apps/server-rendered-app/CHANGELOG.md b/apps/server-rendered-app/CHANGELOG.md index 70499c4ce2e99a..6ac531ec48eb11 100644 --- a/apps/server-rendered-app/CHANGELOG.md +++ b/apps/server-rendered-app/CHANGELOG.md @@ -1,11 +1,20 @@ # Change Log - server-rendered-app -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. ## [1.0.0](https://github.com/microsoft/fluentui/tree/server-rendered-app_v1.0.0) +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/server-rendered-app_v1.0.0..server-rendered-app_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.17.3 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/server-rendered-app_v1.0.0) + Tue, 08 Jun 2021 07:32:44 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/server-rendered-app_v1.0.0..server-rendered-app_v1.0.0) diff --git a/apps/server-rendered-app/package.json b/apps/server-rendered-app/package.json index e35f06b01bd800..611d6045ad5177 100644 --- a/apps/server-rendered-app/package.json +++ b/apps/server-rendered-app/package.json @@ -24,7 +24,7 @@ "dependencies": { "@fluentui/font-icons-mdl2": "^8.1.2", "@fluentui/merge-styles": "^8.1.2", - "@fluentui/react": "^8.17.2", + "@fluentui/react": "^8.17.3", "@microsoft/load-themed-styles": "^1.10.26", "react": "16.8.6", "react-dom": "16.8.6", diff --git a/apps/ssr-tests/CHANGELOG.json b/apps/ssr-tests/CHANGELOG.json index 9e249d583e2f96..5ada826e201352 100644 --- a/apps/ssr-tests/CHANGELOG.json +++ b/apps/ssr-tests/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "ssr-tests", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "ssr-tests_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "comment": "Bump @fluentui/public-docsite-resources to v8.1.23", + "author": "lingfan.gao@microsoft.com", + "commit": "691dab1bc362d71fed674267db75d6e84eb7956c", + "package": "ssr-tests" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "ssr-tests_v1.0.0", diff --git a/apps/ssr-tests/CHANGELOG.md b/apps/ssr-tests/CHANGELOG.md index 9435a6d8c73f97..e4182878b08f0f 100644 --- a/apps/ssr-tests/CHANGELOG.md +++ b/apps/ssr-tests/CHANGELOG.md @@ -1,11 +1,20 @@ # Change Log - ssr-tests -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. ## [1.0.0](https://github.com/microsoft/fluentui/tree/ssr-tests_v1.0.0) +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/ssr-tests_v1.0.0..ssr-tests_v1.0.0) + +### Patches + +- Bump @fluentui/public-docsite-resources to v8.1.23 ([PR #17958](https://github.com/microsoft/fluentui/pull/17958) by lingfan.gao@microsoft.com) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/ssr-tests_v1.0.0) + Tue, 08 Jun 2021 07:32:44 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/ssr-tests_v1.0.0..ssr-tests_v1.0.0) diff --git a/apps/ssr-tests/package.json b/apps/ssr-tests/package.json index fa2abaf58c2752..ade836865a03f6 100644 --- a/apps/ssr-tests/package.json +++ b/apps/ssr-tests/package.json @@ -13,11 +13,11 @@ }, "license": "MIT", "devDependencies": { - "@fluentui/react": "^8.17.2", + "@fluentui/react": "^8.17.3", "@microsoft/load-themed-styles": "^1.10.26", "@types/mocha": "^7.0.2", "@fluentui/scripts": "^1.0.0", - "@fluentui/public-docsite-resources": "^8.1.22", + "@fluentui/public-docsite-resources": "^8.1.23", "just-scripts-utils": "^1.1.1", "mocha": "^7.1.2", "react": "16.8.6", diff --git a/apps/theming-designer/CHANGELOG.json b/apps/theming-designer/CHANGELOG.json index 0d0c92986e82f0..3f980c7662bc88 100644 --- a/apps/theming-designer/CHANGELOG.json +++ b/apps/theming-designer/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "theming-designer", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "theming-designer_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "comment": "Bump @fluentui/react to v8.17.3", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "theming-designer" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "theming-designer_v1.0.0", diff --git a/apps/theming-designer/CHANGELOG.md b/apps/theming-designer/CHANGELOG.md index 902ad4c4906897..37217c471aef34 100644 --- a/apps/theming-designer/CHANGELOG.md +++ b/apps/theming-designer/CHANGELOG.md @@ -1,11 +1,20 @@ # Change Log - theming-designer -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. ## [1.0.0](https://github.com/microsoft/fluentui/tree/theming-designer_v1.0.0) +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/theming-designer_v1.0.0..theming-designer_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.17.3 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/theming-designer_v1.0.0) + Tue, 08 Jun 2021 07:32:44 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/theming-designer_v1.0.0..theming-designer_v1.0.0) diff --git a/apps/theming-designer/package.json b/apps/theming-designer/package.json index 72ad4ba17aa936..7ce519356f7ef7 100644 --- a/apps/theming-designer/package.json +++ b/apps/theming-designer/package.json @@ -20,9 +20,9 @@ "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react": "^8.17.2", + "@fluentui/react": "^8.17.3", "@fluentui/merge-styles": "^8.1.2", - "@fluentui/react-docsite-components": "^8.2.20", + "@fluentui/react-docsite-components": "^8.2.21", "@fluentui/foundation-legacy": "^8.1.2", "@fluentui/scheme-utilities": "^8.1.2", "@fluentui/set-version": "^8.1.2", diff --git a/apps/todo-app/CHANGELOG.json b/apps/todo-app/CHANGELOG.json index ab6859aa555bf2..3b261bb49e17d3 100644 --- a/apps/todo-app/CHANGELOG.json +++ b/apps/todo-app/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "todo-app", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "todo-app_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "comment": "Bump @fluentui/react to v8.17.3", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "todo-app" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "todo-app_v1.0.0", diff --git a/apps/todo-app/CHANGELOG.md b/apps/todo-app/CHANGELOG.md index 5a99d959d6c6c4..4dcea0b2632666 100644 --- a/apps/todo-app/CHANGELOG.md +++ b/apps/todo-app/CHANGELOG.md @@ -1,11 +1,20 @@ # Change Log - todo-app -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. ## [1.0.0](https://github.com/microsoft/fluentui/tree/todo-app_v1.0.0) +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/todo-app_v1.0.0..todo-app_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.17.3 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/todo-app_v1.0.0) + Tue, 08 Jun 2021 07:32:44 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/todo-app_v1.0.0..todo-app_v1.0.0) diff --git a/apps/todo-app/package.json b/apps/todo-app/package.json index e1707df6c798c9..4bca06d9ffe17c 100644 --- a/apps/todo-app/package.json +++ b/apps/todo-app/package.json @@ -19,7 +19,7 @@ "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react": "^8.17.2", + "@fluentui/react": "^8.17.3", "@microsoft/load-themed-styles": "^1.10.26", "es6-promise": "^4.1.0", "immutability-helper": "~2.8.1", diff --git a/apps/vr-tests/CHANGELOG.json b/apps/vr-tests/CHANGELOG.json index 737c74eb2a9a4a..b5b2017e76659b 100644 --- a/apps/vr-tests/CHANGELOG.json +++ b/apps/vr-tests/CHANGELOG.json @@ -1,6 +1,47 @@ { "name": "vr-tests", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "vr-tests_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "comment": "Bump @fluentui/react to v8.17.3", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "vr-tests" + } + ], + "prerelease": [ + { + "comment": "Bump @fluentui/react-tabs to v1.0.0-beta.109", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "vr-tests" + }, + { + "comment": "Bump @fluentui/react-accordion to v9.0.0-alpha.38", + "author": "bsunderhus@microsoft.com", + "commit": "b7549f7316c033888edd79fa51a02258275925f2", + "package": "vr-tests" + }, + { + "comment": "Bump @fluentui/react-button to v9.0.0-alpha.45", + "author": "bsunderhus@microsoft.com", + "commit": "14b56aa2b7a2bb84b1b9f310d400a1849985f9f9", + "package": "vr-tests" + }, + { + "comment": "Bump @fluentui/react-link to v9.0.0-alpha.45", + "author": "bsunderhus@microsoft.com", + "commit": "442f05b292bf0199f2163c2498939a10ec45498b", + "package": "vr-tests" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "vr-tests_v1.0.0", diff --git a/apps/vr-tests/CHANGELOG.md b/apps/vr-tests/CHANGELOG.md index 9251173ee80351..b9b0e3e777bc6a 100644 --- a/apps/vr-tests/CHANGELOG.md +++ b/apps/vr-tests/CHANGELOG.md @@ -1,11 +1,27 @@ # Change Log - vr-tests -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. ## [1.0.0](https://github.com/microsoft/fluentui/tree/vr-tests_v1.0.0) +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/vr-tests_v1.0.0..vr-tests_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.17.3 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + +### Changes + +- Bump @fluentui/react-tabs to v1.0.0-beta.109 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) +- Bump @fluentui/react-accordion to v9.0.0-alpha.38 ([PR #18419](https://github.com/microsoft/fluentui/pull/18419) by bsunderhus@microsoft.com) +- Bump @fluentui/react-button to v9.0.0-alpha.45 ([PR #18400](https://github.com/microsoft/fluentui/pull/18400) by bsunderhus@microsoft.com) +- Bump @fluentui/react-link to v9.0.0-alpha.45 ([PR #18449](https://github.com/microsoft/fluentui/pull/18449) by bsunderhus@microsoft.com) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/vr-tests_v1.0.0) + Tue, 08 Jun 2021 07:32:44 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/vr-tests_v1.0.0..vr-tests_v1.0.0) diff --git a/apps/vr-tests/package.json b/apps/vr-tests/package.json index 90277107141e8d..41a3403e99a09a 100644 --- a/apps/vr-tests/package.json +++ b/apps/vr-tests/package.json @@ -19,19 +19,19 @@ "@fluentui/eslint-plugin": "^1.3.1", "@fluentui/example-data": "^8.2.3", "@fluentui/font-icons-mdl2": "^8.1.2", - "@fluentui/react": "^8.17.2", - "@fluentui/react-accordion": "^9.0.0-alpha.37", + "@fluentui/react": "^8.17.3", + "@fluentui/react-accordion": "^9.0.0-alpha.38", "@fluentui/react-avatar": "^9.0.0-alpha.45", - "@fluentui/react-button": "^9.0.0-alpha.44", + "@fluentui/react-button": "^9.0.0-alpha.45", "@fluentui/react-cards": "^1.0.0-beta.103", - "@fluentui/react-experiments": "^8.1.22", + "@fluentui/react-experiments": "^8.1.23", "@fluentui/react-divider": "^9.0.0-alpha.33", "@fluentui/react-hooks": "^8.2.2", "@fluentui/react-icons-mdl2": "^1.1.2", - "@fluentui/react-link": "^9.0.0-alpha.44", + "@fluentui/react-link": "^9.0.0-alpha.45", "@fluentui/react-make-styles": "^9.0.0-alpha.41", "@fluentui/react-provider": "^9.0.0-alpha.45", - "@fluentui/react-tabs": "^1.0.0-beta.108", + "@fluentui/react-tabs": "^1.0.0-beta.109", "@fluentui/react-theme": "^9.0.0-alpha.15", "@fluentui/react-theme-provider": "^9.0.0-alpha.42", "@fluentui/scripts": "^1.0.0", diff --git a/change/@fluentui-react-ac8491bb-f335-48e2-be2c-458dd83f06d9.json b/change/@fluentui-react-ac8491bb-f335-48e2-be2c-458dd83f06d9.json deleted file mode 100644 index 99936f775fe62c..00000000000000 --- a/change/@fluentui-react-ac8491bb-f335-48e2-be2c-458dd83f06d9.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Blocking Dialog/Modal always gets assigned role \"alertdialog\" when IsBlocking is true", - "packageName": "@fluentui/react", - "email": "tkrasniqi@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-accordion-ff0420ad-235d-4b77-98c2-653d8641fdca.json b/change/@fluentui-react-accordion-ff0420ad-235d-4b77-98c2-653d8641fdca.json deleted file mode 100644 index 7f204a90ef59e7..00000000000000 --- a/change/@fluentui-react-accordion-ff0420ad-235d-4b77-98c2-653d8641fdca.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "Adds focus indicator style rule", - "packageName": "@fluentui/react-accordion", - "email": "bsunderhus@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-button-52c903ab-2627-431e-be53-48748f6e9ed2.json b/change/@fluentui-react-button-52c903ab-2627-431e-be53-48748f6e9ed2.json deleted file mode 100644 index 2702b5c1ff6614..00000000000000 --- a/change/@fluentui-react-button-52c903ab-2627-431e-be53-48748f6e9ed2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "Adds focus indicator style to react-button", - "packageName": "@fluentui/react-button", - "email": "bsunderhus@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-examples-694ccfed-8e54-41e6-8477-f31a1f124275.json b/change/@fluentui-react-examples-694ccfed-8e54-41e6-8477-f31a1f124275.json deleted file mode 100644 index ad06b999ff1e51..00000000000000 --- a/change/@fluentui-react-examples-694ccfed-8e54-41e6-8477-f31a1f124275.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "Flex migration guide update", - "packageName": "@fluentui/react-examples", - "email": "andredias@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-examples-6b9e424f-d325-49b6-af0a-454a2d705ac3.json b/change/@fluentui-react-examples-6b9e424f-d325-49b6-af0a-454a2d705ac3.json deleted file mode 100644 index 51bdb6492b3661..00000000000000 --- a/change/@fluentui-react-examples-6b9e424f-d325-49b6-af0a-454a2d705ac3.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "Adding label examples and implementation", - "packageName": "@fluentui/react-examples", - "email": "esteban.230@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-examples-84fa03b0-910d-414d-83d9-942d7d04c30f.json b/change/@fluentui-react-examples-84fa03b0-910d-414d-83d9-942d7d04c30f.json deleted file mode 100644 index a37e470de53ab5..00000000000000 --- a/change/@fluentui-react-examples-84fa03b0-910d-414d-83d9-942d7d04c30f.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Removed form from the Dialog.Blocking example", - "packageName": "@fluentui/react-examples", - "email": "tkrasniqi@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-label-011e2f45-b23c-4baa-b451-339ae7160b84.json b/change/@fluentui-react-label-011e2f45-b23c-4baa-b451-339ae7160b84.json deleted file mode 100644 index 92bb407f3086c7..00000000000000 --- a/change/@fluentui-react-label-011e2f45-b23c-4baa-b451-339ae7160b84.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "Adding implementation", - "packageName": "@fluentui/react-label", - "email": "esteban.230@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-link-2ba8d522-d118-4ffb-a94f-f968cc27955a.json b/change/@fluentui-react-link-2ba8d522-d118-4ffb-a94f-f968cc27955a.json deleted file mode 100644 index 6c71dda937e59f..00000000000000 --- a/change/@fluentui-react-link-2ba8d522-d118-4ffb-a94f-f968cc27955a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "Adds Focus indicator style to react-link", - "packageName": "@fluentui/react-link", - "email": "bsunderhus@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-menu-5d87c89c-45c2-462f-aaa2-0f9ca22d8803.json b/change/@fluentui-react-menu-5d87c89c-45c2-462f-aaa2-0f9ca22d8803.json deleted file mode 100644 index be42ff6cfbd97b..00000000000000 --- a/change/@fluentui-react-menu-5d87c89c-45c2-462f-aaa2-0f9ca22d8803.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "Add MenuTriggerChildProps interface", - "packageName": "@fluentui/react-menu", - "email": "lingfan.gao@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-popover-d17d0f5c-9040-467a-a6f1-b8b4c9704ee9.json b/change/@fluentui-react-popover-d17d0f5c-9040-467a-a6f1-b8b4c9704ee9.json deleted file mode 100644 index eb8bbca02b13c1..00000000000000 --- a/change/@fluentui-react-popover-d17d0f5c-9040-467a-a6f1-b8b4c9704ee9.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "Add spec", - "packageName": "@fluentui/react-popover", - "email": "lingfan.gao@microsoft.com", - "dependentChangeType": "none" -} diff --git a/packages/api-docs/CHANGELOG.json b/packages/api-docs/CHANGELOG.json index d155624d5b5a59..a3e540edb132fa 100644 --- a/packages/api-docs/CHANGELOG.json +++ b/packages/api-docs/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/api-docs", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/api-docs_v8.1.21", + "version": "8.1.21", + "comments": { + "patch": [ + { + "comment": "Bump @fluentui/react to v8.17.3", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/api-docs" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "@fluentui/api-docs_v8.1.20", diff --git a/packages/api-docs/CHANGELOG.md b/packages/api-docs/CHANGELOG.md index 2e93819bb0c605..9101b5347f1ef4 100644 --- a/packages/api-docs/CHANGELOG.md +++ b/packages/api-docs/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/api-docs -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. +## [8.1.21](https://github.com/microsoft/fluentui/tree/@fluentui/api-docs_v8.1.21) + +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/api-docs_v8.1.20..@fluentui/api-docs_v8.1.21) + +### Patches + +- Bump @fluentui/react to v8.17.3 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + ## [8.1.20](https://github.com/microsoft/fluentui/tree/@fluentui/api-docs_v8.1.20) Tue, 08 Jun 2021 07:32:44 GMT diff --git a/packages/api-docs/package.json b/packages/api-docs/package.json index f92d851171e50a..4d04846a6979e8 100644 --- a/packages/api-docs/package.json +++ b/packages/api-docs/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/api-docs", - "version": "8.1.20", + "version": "8.1.21", "description": "A package that transforms api-extractor .api.json files into page.json files", "repository": { "type": "git", @@ -24,7 +24,7 @@ "dependencies": { "@fluentui/date-time-utilities": "^8.1.2", "@fluentui/merge-styles": "^8.1.2", - "@fluentui/react": "^8.17.2", + "@fluentui/react": "^8.17.3", "@fluentui/react-focus": "^8.1.3", "@fluentui/style-utilities": "^8.1.2", "@fluentui/theme": "^2.1.2", diff --git a/packages/azure-themes/CHANGELOG.json b/packages/azure-themes/CHANGELOG.json index 76a310d7ddb64e..2998b249d5ad37 100644 --- a/packages/azure-themes/CHANGELOG.json +++ b/packages/azure-themes/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/azure-themes", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/azure-themes_v8.1.21", + "version": "8.1.21", + "comments": { + "patch": [ + { + "comment": "Bump @fluentui/react to v8.17.3", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/azure-themes" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "@fluentui/azure-themes_v8.1.20", diff --git a/packages/azure-themes/CHANGELOG.md b/packages/azure-themes/CHANGELOG.md index ffbf0cf0f01c0b..0b8fb05d6a5175 100644 --- a/packages/azure-themes/CHANGELOG.md +++ b/packages/azure-themes/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/azure-themes -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. +## [8.1.21](https://github.com/microsoft/fluentui/tree/@fluentui/azure-themes_v8.1.21) + +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/azure-themes_v8.1.20..@fluentui/azure-themes_v8.1.21) + +### Patches + +- Bump @fluentui/react to v8.17.3 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + ## [8.1.20](https://github.com/microsoft/fluentui/tree/@fluentui/azure-themes_v8.1.20) Tue, 08 Jun 2021 07:32:44 GMT diff --git a/packages/azure-themes/package.json b/packages/azure-themes/package.json index 372df152f61b9d..9b1f8ec5898c37 100644 --- a/packages/azure-themes/package.json +++ b/packages/azure-themes/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/azure-themes", - "version": "8.1.20", + "version": "8.1.21", "description": "Azure themes for Fluent UI React", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,7 +28,7 @@ "react": "16.8.6" }, "dependencies": { - "@fluentui/react": "^8.17.2", + "@fluentui/react": "^8.17.3", "@fluentui/set-version": "^8.1.2", "tslib": "^2.1.0" } diff --git a/packages/react-accordion/CHANGELOG.json b/packages/react-accordion/CHANGELOG.json index 0fbd84fd753a00..438945253f72e9 100644 --- a/packages/react-accordion/CHANGELOG.json +++ b/packages/react-accordion/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-accordion", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/react-accordion_v9.0.0-alpha.38", + "version": "9.0.0-alpha.38", + "comments": { + "prerelease": [ + { + "comment": "Adds focus indicator style rule", + "author": "bsunderhus@microsoft.com", + "commit": "b7549f7316c033888edd79fa51a02258275925f2", + "package": "@fluentui/react-accordion" + } + ] + } + }, { "date": "Mon, 07 Jun 2021 07:38:15 GMT", "tag": "@fluentui/react-accordion_v9.0.0-alpha.37", diff --git a/packages/react-accordion/CHANGELOG.md b/packages/react-accordion/CHANGELOG.md index c80f36cf0c3e79..1d70ca007e6a7f 100644 --- a/packages/react-accordion/CHANGELOG.md +++ b/packages/react-accordion/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-accordion -This log was last generated on Mon, 07 Jun 2021 07:38:15 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. +## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.38) + +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.37..@fluentui/react-accordion_v9.0.0-alpha.38) + +### Changes + +- Adds focus indicator style rule ([PR #18419](https://github.com/microsoft/fluentui/pull/18419) by bsunderhus@microsoft.com) + ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.37) Mon, 07 Jun 2021 07:38:15 GMT diff --git a/packages/react-accordion/package.json b/packages/react-accordion/package.json index 9d65e0f7c02562..b464c9742de9c6 100644 --- a/packages/react-accordion/package.json +++ b/packages/react-accordion/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-accordion", - "version": "9.0.0-alpha.37", + "version": "9.0.0-alpha.38", "description": "Fluent UI accordion component", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/react-button/CHANGELOG.json b/packages/react-button/CHANGELOG.json index 1488adc1e6b62a..acd3d42a152423 100644 --- a/packages/react-button/CHANGELOG.json +++ b/packages/react-button/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-button", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/react-button_v9.0.0-alpha.45", + "version": "9.0.0-alpha.45", + "comments": { + "prerelease": [ + { + "comment": "Adds focus indicator style to react-button", + "author": "bsunderhus@microsoft.com", + "commit": "14b56aa2b7a2bb84b1b9f310d400a1849985f9f9", + "package": "@fluentui/react-button" + } + ] + } + }, { "date": "Mon, 07 Jun 2021 07:38:15 GMT", "tag": "@fluentui/react-button_v9.0.0-alpha.44", diff --git a/packages/react-button/CHANGELOG.md b/packages/react-button/CHANGELOG.md index 0191619ea8bbbf..f911adeb34e3df 100644 --- a/packages/react-button/CHANGELOG.md +++ b/packages/react-button/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-button -This log was last generated on Mon, 07 Jun 2021 07:38:15 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. +## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.45) + +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.44..@fluentui/react-button_v9.0.0-alpha.45) + +### Changes + +- Adds focus indicator style to react-button ([PR #18400](https://github.com/microsoft/fluentui/pull/18400) by bsunderhus@microsoft.com) + ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.44) Mon, 07 Jun 2021 07:38:15 GMT diff --git a/packages/react-button/package.json b/packages/react-button/package.json index 6436bbda6d0faf..9ea48fdc7e3bd7 100644 --- a/packages/react-button/package.json +++ b/packages/react-button/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-button", - "version": "9.0.0-alpha.44", + "version": "9.0.0-alpha.45", "description": "Fluent UI React Button component.", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/react-charting/CHANGELOG.json b/packages/react-charting/CHANGELOG.json index cfc3073c7a76f5..081dfe20a57046 100644 --- a/packages/react-charting/CHANGELOG.json +++ b/packages/react-charting/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-charting", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/react-charting_v5.2.4", + "version": "5.2.4", + "comments": { + "patch": [ + { + "comment": "Bump @fluentui/react to v8.17.3", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/react-charting" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "@fluentui/react-charting_v5.2.3", diff --git a/packages/react-charting/CHANGELOG.md b/packages/react-charting/CHANGELOG.md index 7af4121b244739..af2306e3d71447 100644 --- a/packages/react-charting/CHANGELOG.md +++ b/packages/react-charting/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-charting -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. +## [5.2.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.4) + +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.3..@fluentui/react-charting_v5.2.4) + +### Patches + +- Bump @fluentui/react to v8.17.3 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + ## [5.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.3) Tue, 08 Jun 2021 07:32:44 GMT diff --git a/packages/react-charting/package.json b/packages/react-charting/package.json index c73327b2fef925..69c84fbc016034 100644 --- a/packages/react-charting/package.json +++ b/packages/react-charting/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-charting", - "version": "5.2.3", + "version": "5.2.4", "description": "Experimental React charting components for building experiences for Microsoft 365.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,7 +28,7 @@ }, "devDependencies": { "@fluentui/eslint-plugin": "^1.3.1", - "@fluentui/react": "^8.17.2", + "@fluentui/react": "^8.17.3", "@types/enzyme": "3.10.3", "@types/enzyme-adapter-react-16": "1.0.3", "@types/react": "16.9.42", @@ -64,7 +64,7 @@ "tslib": "^2.1.0" }, "peerDependencies": { - "@fluentui/react": "^8.17.2", + "@fluentui/react": "^8.17.3", "@types/react": ">=16.8.0 <18.0.0", "@types/react-dom": ">=16.8.0 <18.0.0", "react": ">=16.8.0 <18.0.0", diff --git a/packages/react-components/CHANGELOG.json b/packages/react-components/CHANGELOG.json index e2ece5f105589a..6a4521704c8bf2 100644 --- a/packages/react-components/CHANGELOG.json +++ b/packages/react-components/CHANGELOG.json @@ -1,6 +1,29 @@ { "name": "@fluentui/react-components", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/react-components_v9.0.0-alpha.61", + "version": "9.0.0-alpha.61", + "comments": { + "prerelease": [ + { + "comment": "Bump @fluentui/react-accordion to v9.0.0-alpha.38", + "author": "bsunderhus@microsoft.com", + "commit": "b7549f7316c033888edd79fa51a02258275925f2", + "package": "@fluentui/react-components" + } + ], + "none": [ + { + "comment": "Bump @fluentui/react-popover to v9.0.0-alpha.6", + "author": "lingfan.gao@microsoft.com", + "commit": "691dab1bc362d71fed674267db75d6e84eb7956c", + "package": "@fluentui/react-components" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "@fluentui/react-components_v9.0.0-alpha.60", diff --git a/packages/react-components/CHANGELOG.md b/packages/react-components/CHANGELOG.md index 2b1264c1ddc5f4..94290878f0b344 100644 --- a/packages/react-components/CHANGELOG.md +++ b/packages/react-components/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-components -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. +## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.0-alpha.61) + +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.0.0-alpha.60..@fluentui/react-components_v9.0.0-alpha.61) + +### Changes + +- Bump @fluentui/react-accordion to v9.0.0-alpha.38 ([PR #18419](https://github.com/microsoft/fluentui/pull/18419) by bsunderhus@microsoft.com) + ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.0-alpha.60) Tue, 08 Jun 2021 07:32:44 GMT diff --git a/packages/react-components/package.json b/packages/react-components/package.json index 9454db8574dbe7..120ed82b27bdba 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-components", - "version": "9.0.0-alpha.60", + "version": "9.0.0-alpha.61", "description": "Suite package for converged React components", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -31,15 +31,15 @@ "react-dom": "16.8.6" }, "dependencies": { - "@fluentui/react-accordion": "^9.0.0-alpha.37", + "@fluentui/react-accordion": "^9.0.0-alpha.38", "@fluentui/react-avatar": "^9.0.0-alpha.45", "@fluentui/react-badge": "^9.0.0-alpha.46", - "@fluentui/react-button": "^9.0.0-alpha.44", + "@fluentui/react-button": "^9.0.0-alpha.45", "@fluentui/react-divider": "^9.0.0-alpha.33", "@fluentui/react-image": "^9.0.0-alpha.44", - "@fluentui/react-link": "^9.0.0-alpha.44", + "@fluentui/react-link": "^9.0.0-alpha.45", "@fluentui/react-make-styles": "^9.0.0-alpha.41", - "@fluentui/react-menu": "^9.0.0-alpha.33", + "@fluentui/react-menu": "^9.0.0-alpha.34", "@fluentui/react-popover": "^9.0.0-alpha.6", "@fluentui/react-portal": "^9.0.0-alpha.20", "@fluentui/react-provider": "^9.0.0-alpha.45", diff --git a/packages/react-date-time/CHANGELOG.json b/packages/react-date-time/CHANGELOG.json index 6d884bb9cb14b7..052f460d88a877 100644 --- a/packages/react-date-time/CHANGELOG.json +++ b/packages/react-date-time/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-date-time", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/react-date-time_v8.1.21", + "version": "8.1.21", + "comments": { + "patch": [ + { + "comment": "Bump @fluentui/react to v8.17.3", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/react-date-time" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "@fluentui/react-date-time_v8.1.20", diff --git a/packages/react-date-time/CHANGELOG.md b/packages/react-date-time/CHANGELOG.md index c6684dd79aa64b..0f6fea490d0541 100644 --- a/packages/react-date-time/CHANGELOG.md +++ b/packages/react-date-time/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-date-time -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. +## [8.1.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-date-time_v8.1.21) + +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-date-time_v8.1.20..@fluentui/react-date-time_v8.1.21) + +### Patches + +- Bump @fluentui/react to v8.17.3 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + ## [8.1.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-date-time_v8.1.20) Tue, 08 Jun 2021 07:32:44 GMT diff --git a/packages/react-date-time/package.json b/packages/react-date-time/package.json index 1215ed3f683588..ba20e80149e1b6 100644 --- a/packages/react-date-time/package.json +++ b/packages/react-date-time/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-date-time", - "version": "8.1.20", + "version": "8.1.21", "description": "Date and time related React components for building experiences for Microsoft 365.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -30,7 +30,7 @@ "react-dom": "16.8.6" }, "dependencies": { - "@fluentui/react": "^8.17.2", + "@fluentui/react": "^8.17.3", "@fluentui/set-version": "^8.1.2", "tslib": "^2.1.0" }, diff --git a/packages/react-docsite-components/CHANGELOG.json b/packages/react-docsite-components/CHANGELOG.json index 3358de15bd5737..baefaff226d048 100644 --- a/packages/react-docsite-components/CHANGELOG.json +++ b/packages/react-docsite-components/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-docsite-components", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/react-docsite-components_v8.2.21", + "version": "8.2.21", + "comments": { + "patch": [ + { + "comment": "Bump @fluentui/react to v8.17.3", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/react-docsite-components" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "@fluentui/react-docsite-components_v8.2.20", diff --git a/packages/react-docsite-components/CHANGELOG.md b/packages/react-docsite-components/CHANGELOG.md index dd7c8a01ab6f2c..11b57b7993e18c 100644 --- a/packages/react-docsite-components/CHANGELOG.md +++ b/packages/react-docsite-components/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-docsite-components -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. +## [8.2.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-docsite-components_v8.2.21) + +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-docsite-components_v8.2.20..@fluentui/react-docsite-components_v8.2.21) + +### Patches + +- Bump @fluentui/react to v8.17.3 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + ## [8.2.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-docsite-components_v8.2.20) Tue, 08 Jun 2021 07:32:44 GMT diff --git a/packages/react-docsite-components/package.json b/packages/react-docsite-components/package.json index ec0af38e988e93..f191f824031f9c 100644 --- a/packages/react-docsite-components/package.json +++ b/packages/react-docsite-components/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-docsite-components", - "version": "8.2.20", + "version": "8.2.21", "description": "Fluent UI React components for building documentation sites.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -38,14 +38,14 @@ "react-dom": ">=16.8.0 <18.0.0" }, "dependencies": { - "@fluentui/react": "^8.17.2", + "@fluentui/react": "^8.17.3", "@fluentui/theme": "^2.1.2", "@microsoft/load-themed-styles": "^1.10.26", "@fluentui/example-data": "^8.2.3", "@fluentui/public-docsite-setup": "^0.3.5", "@fluentui/react-hooks": "^8.2.2", "@fluentui/set-version": "^8.1.2", - "@fluentui/react-monaco-editor": "^1.1.20", + "@fluentui/react-monaco-editor": "^1.1.21", "color-check": "0.0.2", "markdown-to-jsx": "6.11.4", "office-ui-fabric-core": "^11.0.0", diff --git a/packages/react-examples/CHANGELOG.json b/packages/react-examples/CHANGELOG.json index 300a76fc4eb1d0..31de774445b72d 100644 --- a/packages/react-examples/CHANGELOG.json +++ b/packages/react-examples/CHANGELOG.json @@ -1,6 +1,135 @@ { "name": "@fluentui/react-examples", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/react-examples_v8.28.0", + "version": "8.28.0", + "comments": { + "none": [ + { + "comment": "Flex migration guide update", + "author": "andredias@microsoft.com", + "commit": "c544e07e2c937a615c8d48eb704a4650f0b46897", + "package": "@fluentui/react-examples" + } + ], + "minor": [ + { + "comment": "Adding label examples and implementation", + "author": "esteban.230@hotmail.com", + "commit": "b18e86032aeaa9f5dbc0db7b51bb551e281f8e92", + "package": "@fluentui/react-examples" + } + ], + "patch": [ + { + "comment": "Removed form from the Dialog.Blocking example", + "author": "tkrasniqi@microsoft.com", + "commit": "5df4f22f0fdfaa989c80ca4c11fa3ca6e2464424", + "package": "@fluentui/react-examples" + }, + { + "comment": "Bump @fluentui/react to v8.17.3", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/react-examples" + }, + { + "comment": "Bump @fluentui/azure-themes to v8.1.21", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/react-examples" + }, + { + "comment": "Bump @fluentui/storybook to v1.0.0", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/react-examples" + }, + { + "comment": "Bump @fluentui/react-charting to v5.2.4", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/react-examples" + }, + { + "comment": "Bump @fluentui/react-docsite-components to v8.2.21", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/react-examples" + }, + { + "comment": "Bump @fluentui/react-experiments to v8.1.23", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/react-examples" + }, + { + "comment": "Bump @fluentui/theme-samples to v8.1.21", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/react-examples" + } + ], + "prerelease": [ + { + "comment": "Bump @fluentui/react-slider to v1.0.0-beta.107", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/react-examples" + }, + { + "comment": "Bump @fluentui/react-tabs to v1.0.0-beta.109", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/react-examples" + }, + { + "comment": "Bump @fluentui/react-toggle to v1.0.0-beta.107", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/react-examples" + }, + { + "comment": "Bump @fluentui/react-accordion to v9.0.0-alpha.38", + "author": "bsunderhus@microsoft.com", + "commit": "b7549f7316c033888edd79fa51a02258275925f2", + "package": "@fluentui/react-examples" + }, + { + "comment": "Bump @fluentui/react-components to v9.0.0-alpha.61", + "author": "lingfan.gao@microsoft.com", + "commit": "691dab1bc362d71fed674267db75d6e84eb7956c", + "package": "@fluentui/react-examples" + }, + { + "comment": "Bump @fluentui/react-button to v9.0.0-alpha.45", + "author": "bsunderhus@microsoft.com", + "commit": "14b56aa2b7a2bb84b1b9f310d400a1849985f9f9", + "package": "@fluentui/react-examples" + }, + { + "comment": "Bump @fluentui/react-label to v9.0.0-alpha.7", + "author": "esteban.230@hotmail.com", + "commit": "b18e86032aeaa9f5dbc0db7b51bb551e281f8e92", + "package": "@fluentui/react-examples" + }, + { + "comment": "Bump @fluentui/react-link to v9.0.0-alpha.45", + "author": "bsunderhus@microsoft.com", + "commit": "442f05b292bf0199f2163c2498939a10ec45498b", + "package": "@fluentui/react-examples" + }, + { + "comment": "Bump @fluentui/react-menu to v9.0.0-alpha.34", + "author": "lingfan.gao@microsoft.com", + "commit": "df1cc08bf14caa1e6bfbbbb5efaf8e0093b6a3a3", + "package": "@fluentui/react-examples" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "@fluentui/react-examples_v8.27.2", diff --git a/packages/react-examples/CHANGELOG.md b/packages/react-examples/CHANGELOG.md index 3a81b1aec10eb5..d728947b69a08d 100644 --- a/packages/react-examples/CHANGELOG.md +++ b/packages/react-examples/CHANGELOG.md @@ -1,9 +1,41 @@ # Change Log - @fluentui/react-examples -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. +## [8.28.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-examples_v8.28.0) + +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-examples_v8.27.2..@fluentui/react-examples_v8.28.0) + +### Minor changes + +- Adding label examples and implementation ([PR #18378](https://github.com/microsoft/fluentui/pull/18378) by esteban.230@hotmail.com) + +### Patches + +- Removed form from the Dialog.Blocking example ([PR #18372](https://github.com/microsoft/fluentui/pull/18372) by tkrasniqi@microsoft.com) +- Bump @fluentui/react to v8.17.3 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) +- Bump @fluentui/azure-themes to v8.1.21 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) +- Bump @fluentui/storybook to v1.0.0 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) +- Bump @fluentui/react-charting to v5.2.4 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) +- Bump @fluentui/react-docsite-components to v8.2.21 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) +- Bump @fluentui/react-experiments to v8.1.23 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) +- Bump @fluentui/theme-samples to v8.1.21 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + +### Changes + +- Bump @fluentui/react-slider to v1.0.0-beta.107 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) +- Bump @fluentui/react-tabs to v1.0.0-beta.109 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) +- Bump @fluentui/react-toggle to v1.0.0-beta.107 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) +- Bump @fluentui/react-accordion to v9.0.0-alpha.38 ([PR #18419](https://github.com/microsoft/fluentui/pull/18419) by bsunderhus@microsoft.com) +- Bump @fluentui/react-components to v9.0.0-alpha.61 ([PR #17958](https://github.com/microsoft/fluentui/pull/17958) by lingfan.gao@microsoft.com) +- Bump @fluentui/react-button to v9.0.0-alpha.45 ([PR #18400](https://github.com/microsoft/fluentui/pull/18400) by bsunderhus@microsoft.com) +- Bump @fluentui/react-label to v9.0.0-alpha.7 ([PR #18378](https://github.com/microsoft/fluentui/pull/18378) by esteban.230@hotmail.com) +- Bump @fluentui/react-link to v9.0.0-alpha.45 ([PR #18449](https://github.com/microsoft/fluentui/pull/18449) by bsunderhus@microsoft.com) +- Bump @fluentui/react-menu to v9.0.0-alpha.34 ([PR #18415](https://github.com/microsoft/fluentui/pull/18415) by lingfan.gao@microsoft.com) + ## [8.27.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-examples_v8.27.2) Tue, 08 Jun 2021 07:32:44 GMT diff --git a/packages/react-examples/package.json b/packages/react-examples/package.json index 895cfda22dd73a..541777d4fcea8c 100644 --- a/packages/react-examples/package.json +++ b/packages/react-examples/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-examples", - "version": "8.27.2", + "version": "8.28.0", "description": "Example code and docs for Fluent UI packages.", "repository": { "type": "git", @@ -32,48 +32,48 @@ "react-test-renderer": "^16.3.0" }, "dependencies": { - "@fluentui/azure-themes": "^8.1.20", + "@fluentui/azure-themes": "^8.1.21", "@fluentui/date-time-utilities": "^8.1.2", "@fluentui/example-data": "^8.2.3", "@fluentui/font-icons-mdl2": "^8.1.2", "@fluentui/foundation-legacy": "^8.1.2", "@fluentui/merge-styles": "^8.1.2", - "@fluentui/react": "^8.17.2", - "@fluentui/react-accordion": "^9.0.0-alpha.37", + "@fluentui/react": "^8.17.3", + "@fluentui/react-accordion": "^9.0.0-alpha.38", "@fluentui/react-avatar": "^9.0.0-alpha.45", "@fluentui/react-badge": "^9.0.0-alpha.46", - "@fluentui/react-button": "^9.0.0-alpha.44", + "@fluentui/react-button": "^9.0.0-alpha.45", "@fluentui/react-cards": "^1.0.0-beta.103", - "@fluentui/react-charting": "^5.2.3", + "@fluentui/react-charting": "^5.2.4", "@fluentui/react-checkbox": "^9.0.0-alpha.2", - "@fluentui/react-components": "^9.0.0-alpha.60", + "@fluentui/react-components": "^9.0.0-alpha.61", "@fluentui/react-divider": "^9.0.0-alpha.33", - "@fluentui/react-docsite-components": "^8.2.20", - "@fluentui/react-experiments": "^8.1.22", + "@fluentui/react-docsite-components": "^8.2.21", + "@fluentui/react-experiments": "^8.1.23", "@fluentui/react-file-type-icons": "^8.1.2", "@fluentui/react-focus": "^8.1.3", "@fluentui/react-hooks": "^8.2.2", "@fluentui/react-icons-mdl2": "^1.1.2", "@fluentui/react-image": "^9.0.0-alpha.44", - "@fluentui/react-label": "^9.0.0-alpha.6", - "@fluentui/react-link": "^9.0.0-alpha.44", + "@fluentui/react-label": "^9.0.0-alpha.7", + "@fluentui/react-link": "^9.0.0-alpha.45", "@fluentui/react-make-styles": "^9.0.0-alpha.41", - "@fluentui/react-menu": "^9.0.0-alpha.33", + "@fluentui/react-menu": "^9.0.0-alpha.34", "@fluentui/react-portal": "^9.0.0-alpha.20", "@fluentui/react-provider": "^9.0.0-alpha.45", "@fluentui/react-shared-contexts": "^9.0.0-alpha.15", - "@fluentui/react-slider": "^1.0.0-beta.106", - "@fluentui/react-tabs": "^1.0.0-beta.108", + "@fluentui/react-slider": "^1.0.0-beta.107", + "@fluentui/react-tabs": "^1.0.0-beta.109", "@fluentui/react-text": "^0.3.3", "@fluentui/react-theme": "^9.0.0-alpha.15", "@fluentui/react-theme-provider": "^9.0.0-alpha.42", - "@fluentui/react-toggle": "^1.0.0-beta.106", + "@fluentui/react-toggle": "^1.0.0-beta.107", "@fluentui/react-tooltip": "^9.0.0-alpha.43", "@fluentui/react-utilities": "^9.0.0-alpha.28", "@fluentui/scheme-utilities": "^8.1.2", "@fluentui/style-utilities": "^8.1.2", "@fluentui/theme": "^2.1.2", - "@fluentui/theme-samples": "^8.1.20", + "@fluentui/theme-samples": "^8.1.21", "@fluentui/utilities": "^8.1.2", "@microsoft/load-themed-styles": "^1.10.26", "@types/react": "16.9.42", diff --git a/packages/react-experiments/CHANGELOG.json b/packages/react-experiments/CHANGELOG.json index 85efba2806d9ca..f8f778e35eb975 100644 --- a/packages/react-experiments/CHANGELOG.json +++ b/packages/react-experiments/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-experiments", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/react-experiments_v8.1.23", + "version": "8.1.23", + "comments": { + "patch": [ + { + "comment": "Bump @fluentui/react to v8.17.3", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/react-experiments" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "@fluentui/react-experiments_v8.1.22", diff --git a/packages/react-experiments/CHANGELOG.md b/packages/react-experiments/CHANGELOG.md index 0bd3033fbfefbb..c557f4a9e2ef58 100644 --- a/packages/react-experiments/CHANGELOG.md +++ b/packages/react-experiments/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-experiments -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. +## [8.1.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-experiments_v8.1.23) + +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-experiments_v8.1.22..@fluentui/react-experiments_v8.1.23) + +### Patches + +- Bump @fluentui/react to v8.17.3 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + ## [8.1.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-experiments_v8.1.22) Tue, 08 Jun 2021 07:32:44 GMT diff --git a/packages/react-experiments/package.json b/packages/react-experiments/package.json index 96cf02e0df5cbb..5af78df9b9cd2d 100644 --- a/packages/react-experiments/package.json +++ b/packages/react-experiments/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-experiments", - "version": "8.1.22", + "version": "8.1.23", "description": "Experimental React components for building experiences for Microsoft 365.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -47,7 +47,7 @@ "react-test-renderer": "^16.3.0" }, "dependencies": { - "@fluentui/react": "^8.17.2", + "@fluentui/react": "^8.17.3", "@fluentui/theme": "^2.1.2", "@microsoft/load-themed-styles": "^1.10.26", "@fluentui/example-data": "^8.2.3", diff --git a/packages/react-label/CHANGELOG.json b/packages/react-label/CHANGELOG.json index 7ac8604b5afadf..16b48c1523fb9b 100644 --- a/packages/react-label/CHANGELOG.json +++ b/packages/react-label/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-label", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/react-label_v9.0.0-alpha.7", + "version": "9.0.0-alpha.7", + "comments": { + "prerelease": [ + { + "comment": "Adding implementation", + "author": "esteban.230@hotmail.com", + "commit": "b18e86032aeaa9f5dbc0db7b51bb551e281f8e92", + "package": "@fluentui/react-label" + } + ] + } + }, { "date": "Mon, 07 Jun 2021 07:38:15 GMT", "tag": "@fluentui/react-label_v9.0.0-alpha.6", diff --git a/packages/react-label/CHANGELOG.md b/packages/react-label/CHANGELOG.md index 17bc0298007847..a7ca7b747365fd 100644 --- a/packages/react-label/CHANGELOG.md +++ b/packages/react-label/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-label -This log was last generated on Mon, 07 Jun 2021 07:38:15 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. +## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.7) + +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.6..@fluentui/react-label_v9.0.0-alpha.7) + +### Changes + +- Adding implementation ([PR #18378](https://github.com/microsoft/fluentui/pull/18378) by esteban.230@hotmail.com) + ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.6) Mon, 07 Jun 2021 07:38:15 GMT diff --git a/packages/react-label/package.json b/packages/react-label/package.json index 5e4429a75f8006..e8165b357d5795 100644 --- a/packages/react-label/package.json +++ b/packages/react-label/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-label", - "version": "9.0.0-alpha.6", + "version": "9.0.0-alpha.7", "description": "Label component for FluentUI library.", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/react-link/CHANGELOG.json b/packages/react-link/CHANGELOG.json index 7b2e079cc77f13..d629af2c876340 100644 --- a/packages/react-link/CHANGELOG.json +++ b/packages/react-link/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-link", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/react-link_v9.0.0-alpha.45", + "version": "9.0.0-alpha.45", + "comments": { + "prerelease": [ + { + "comment": "Adds Focus indicator style to react-link", + "author": "bsunderhus@microsoft.com", + "commit": "442f05b292bf0199f2163c2498939a10ec45498b", + "package": "@fluentui/react-link" + } + ] + } + }, { "date": "Mon, 07 Jun 2021 07:38:15 GMT", "tag": "@fluentui/react-link_v9.0.0-alpha.44", diff --git a/packages/react-link/CHANGELOG.md b/packages/react-link/CHANGELOG.md index 6b0e18fac0de52..612e48eaf13179 100644 --- a/packages/react-link/CHANGELOG.md +++ b/packages/react-link/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-link -This log was last generated on Mon, 07 Jun 2021 07:38:15 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. +## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.45) + +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.44..@fluentui/react-link_v9.0.0-alpha.45) + +### Changes + +- Adds Focus indicator style to react-link ([PR #18449](https://github.com/microsoft/fluentui/pull/18449) by bsunderhus@microsoft.com) + ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.44) Mon, 07 Jun 2021 07:38:15 GMT diff --git a/packages/react-link/package.json b/packages/react-link/package.json index 9d399874f1df30..5d964a1042f020 100644 --- a/packages/react-link/package.json +++ b/packages/react-link/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-link", - "version": "9.0.0-alpha.44", + "version": "9.0.0-alpha.45", "description": "Fluent UI React Link component", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/react-menu/CHANGELOG.json b/packages/react-menu/CHANGELOG.json index fe4e2e47e23fd3..ab5931a7b7916f 100644 --- a/packages/react-menu/CHANGELOG.json +++ b/packages/react-menu/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-menu", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/react-menu_v9.0.0-alpha.34", + "version": "9.0.0-alpha.34", + "comments": { + "prerelease": [ + { + "comment": "Add MenuTriggerChildProps interface", + "author": "lingfan.gao@microsoft.com", + "commit": "df1cc08bf14caa1e6bfbbbb5efaf8e0093b6a3a3", + "package": "@fluentui/react-menu" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "@fluentui/react-menu_v9.0.0-alpha.33", diff --git a/packages/react-menu/CHANGELOG.md b/packages/react-menu/CHANGELOG.md index 7da8de632f1e58..a3846fd2eb37bb 100644 --- a/packages/react-menu/CHANGELOG.md +++ b/packages/react-menu/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-menu -This log was last generated on Mon, 07 Jun 2021 07:38:15 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. +## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.34) + +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.33..@fluentui/react-menu_v9.0.0-alpha.34) + +### Changes + +- Add MenuTriggerChildProps interface ([PR #18415](https://github.com/microsoft/fluentui/pull/18415) by lingfan.gao@microsoft.com) + ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.33) Mon, 07 Jun 2021 07:38:15 GMT diff --git a/packages/react-menu/package.json b/packages/react-menu/package.json index b4c61a9eb0771a..d131f0242cbcc4 100644 --- a/packages/react-menu/package.json +++ b/packages/react-menu/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-menu", - "version": "9.0.0-alpha.33", + "version": "9.0.0-alpha.34", "description": "Fluent UI menu component", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/react-monaco-editor/CHANGELOG.json b/packages/react-monaco-editor/CHANGELOG.json index 9f143139a1174f..c50642c841db89 100644 --- a/packages/react-monaco-editor/CHANGELOG.json +++ b/packages/react-monaco-editor/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-monaco-editor", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/react-monaco-editor_v1.1.21", + "version": "1.1.21", + "comments": { + "patch": [ + { + "comment": "Bump @fluentui/react to v8.17.3", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/react-monaco-editor" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "@fluentui/react-monaco-editor_v1.1.20", diff --git a/packages/react-monaco-editor/CHANGELOG.md b/packages/react-monaco-editor/CHANGELOG.md index 11b2701a180d74..f6699ff52c3acf 100644 --- a/packages/react-monaco-editor/CHANGELOG.md +++ b/packages/react-monaco-editor/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-monaco-editor -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. +## [1.1.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-monaco-editor_v1.1.21) + +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-monaco-editor_v1.1.20..@fluentui/react-monaco-editor_v1.1.21) + +### Patches + +- Bump @fluentui/react to v8.17.3 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + ## [1.1.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-monaco-editor_v1.1.20) Tue, 08 Jun 2021 07:32:44 GMT diff --git a/packages/react-monaco-editor/package.json b/packages/react-monaco-editor/package.json index a4b1fe05d04897..82579a3b58abec 100644 --- a/packages/react-monaco-editor/package.json +++ b/packages/react-monaco-editor/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-monaco-editor", - "version": "1.1.20", + "version": "1.1.21", "description": "Live React example editing using monaco", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -32,7 +32,7 @@ "react-dom": "16.8.6" }, "dependencies": { - "@fluentui/react": "^8.17.2", + "@fluentui/react": "^8.17.3", "@microsoft/load-themed-styles": "^1.10.26", "@fluentui/example-data": "^8.2.3", "@fluentui/monaco-editor": "^1.1.2", diff --git a/packages/react-popover/CHANGELOG.json b/packages/react-popover/CHANGELOG.json index 82676a6828366e..88e1002590c15d 100644 --- a/packages/react-popover/CHANGELOG.json +++ b/packages/react-popover/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-popover", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/react-popover_v9.0.0-alpha.6", + "version": "9.0.0-alpha.6", + "comments": { + "none": [ + { + "comment": "Add spec", + "author": "lingfan.gao@microsoft.com", + "commit": "691dab1bc362d71fed674267db75d6e84eb7956c", + "package": "@fluentui/react-popover" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "@fluentui/react-popover_v9.0.0-alpha.6", diff --git a/packages/react-slider/CHANGELOG.json b/packages/react-slider/CHANGELOG.json index be00baa35a6e83..7dba0d06de4556 100644 --- a/packages/react-slider/CHANGELOG.json +++ b/packages/react-slider/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-slider", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/react-slider_v1.0.0-beta.107", + "version": "1.0.0-beta.107", + "comments": { + "patch": [ + { + "comment": "Bump @fluentui/react to v8.17.3", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/react-slider" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "@fluentui/react-slider_v1.0.0-beta.106", diff --git a/packages/react-slider/CHANGELOG.md b/packages/react-slider/CHANGELOG.md index 8c97583726e45a..c86d1d57ef805c 100644 --- a/packages/react-slider/CHANGELOG.md +++ b/packages/react-slider/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-slider -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. +## [1.0.0-beta.107](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.107) + +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.106..@fluentui/react-slider_v1.0.0-beta.107) + +### Patches + +- Bump @fluentui/react to v8.17.3 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + ## [1.0.0-beta.106](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.106) Tue, 08 Jun 2021 07:32:44 GMT diff --git a/packages/react-slider/package.json b/packages/react-slider/package.json index 6b18f41f470bde..77d520fac3c368 100644 --- a/packages/react-slider/package.json +++ b/packages/react-slider/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-slider", - "version": "1.0.0-beta.106", + "version": "1.0.0-beta.107", "description": "Fluent UI React Slider component", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -37,7 +37,7 @@ "react-dom": "16.8.6" }, "dependencies": { - "@fluentui/react": "^8.17.2", + "@fluentui/react": "^8.17.3", "@fluentui/react-hooks": "^8.2.2", "@fluentui/style-utilities": "^8.1.2", "@fluentui/utilities": "^8.1.2", diff --git a/packages/react-tabs/CHANGELOG.json b/packages/react-tabs/CHANGELOG.json index d50dd480e52add..fb0524c051e11b 100644 --- a/packages/react-tabs/CHANGELOG.json +++ b/packages/react-tabs/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-tabs", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/react-tabs_v1.0.0-beta.109", + "version": "1.0.0-beta.109", + "comments": { + "patch": [ + { + "comment": "Bump @fluentui/react to v8.17.3", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/react-tabs" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "@fluentui/react-tabs_v1.0.0-beta.108", diff --git a/packages/react-tabs/CHANGELOG.md b/packages/react-tabs/CHANGELOG.md index ccbeb88f5b3955..0d66b32c588059 100644 --- a/packages/react-tabs/CHANGELOG.md +++ b/packages/react-tabs/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-tabs -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. +## [1.0.0-beta.109](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabs_v1.0.0-beta.109) + +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabs_v1.0.0-beta.108..@fluentui/react-tabs_v1.0.0-beta.109) + +### Patches + +- Bump @fluentui/react to v8.17.3 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + ## [1.0.0-beta.108](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabs_v1.0.0-beta.108) Tue, 08 Jun 2021 07:32:44 GMT diff --git a/packages/react-tabs/package.json b/packages/react-tabs/package.json index 612b6d4e7c412e..04427bae619eed 100644 --- a/packages/react-tabs/package.json +++ b/packages/react-tabs/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-tabs", - "version": "1.0.0-beta.108", + "version": "1.0.0-beta.109", "description": "Fluent UI React Tabs component", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -36,7 +36,7 @@ "react-dom": "16.8.6" }, "dependencies": { - "@fluentui/react": "^8.17.2", + "@fluentui/react": "^8.17.3", "@fluentui/react-hooks": "^8.2.2", "@fluentui/style-utilities": "^8.1.2", "@fluentui/utilities": "^8.1.2", diff --git a/packages/react-toggle/CHANGELOG.json b/packages/react-toggle/CHANGELOG.json index 41f731df66020d..063749b500ed73 100644 --- a/packages/react-toggle/CHANGELOG.json +++ b/packages/react-toggle/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-toggle", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/react-toggle_v1.0.0-beta.107", + "version": "1.0.0-beta.107", + "comments": { + "patch": [ + { + "comment": "Bump @fluentui/react to v8.17.3", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/react-toggle" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "@fluentui/react-toggle_v1.0.0-beta.106", diff --git a/packages/react-toggle/CHANGELOG.md b/packages/react-toggle/CHANGELOG.md index c1e32d5806a7e6..e8d4b62e527423 100644 --- a/packages/react-toggle/CHANGELOG.md +++ b/packages/react-toggle/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-toggle -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. +## [1.0.0-beta.107](https://github.com/microsoft/fluentui/tree/@fluentui/react-toggle_v1.0.0-beta.107) + +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toggle_v1.0.0-beta.106..@fluentui/react-toggle_v1.0.0-beta.107) + +### Patches + +- Bump @fluentui/react to v8.17.3 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + ## [1.0.0-beta.106](https://github.com/microsoft/fluentui/tree/@fluentui/react-toggle_v1.0.0-beta.106) Tue, 08 Jun 2021 07:32:44 GMT diff --git a/packages/react-toggle/package.json b/packages/react-toggle/package.json index ad91daf1bd6e1c..47e20dc6815201 100644 --- a/packages/react-toggle/package.json +++ b/packages/react-toggle/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-toggle", - "version": "1.0.0-beta.106", + "version": "1.0.0-beta.107", "description": "Fluent UI React Toggle component", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -36,7 +36,7 @@ }, "dependencies": { "@fluentui/react-compose": "^1.0.0-beta.26", - "@fluentui/react": "^8.17.2", + "@fluentui/react": "^8.17.3", "@fluentui/react-hooks": "^8.2.2", "@fluentui/style-utilities": "^8.1.2", "@fluentui/utilities": "^8.1.2", diff --git a/packages/react/CHANGELOG.json b/packages/react/CHANGELOG.json index 11c612c8b6c835..2868a8b676403d 100644 --- a/packages/react/CHANGELOG.json +++ b/packages/react/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/react_v8.17.3", + "version": "8.17.3", + "comments": { + "patch": [ + { + "comment": "Blocking Dialog/Modal always gets assigned role \"alertdialog\" when IsBlocking is true", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/react" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "@fluentui/react_v8.17.2", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 65d976bf7b87d6..07d2c3096d56f4 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. +## [8.17.3](https://github.com/microsoft/fluentui/tree/@fluentui/react_v8.17.3) + +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react_v8.17.2..@fluentui/react_v8.17.3) + +### Patches + +- Blocking Dialog/Modal always gets assigned role "alertdialog" when IsBlocking is true ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + ## [8.17.2](https://github.com/microsoft/fluentui/tree/@fluentui/react_v8.17.2) Tue, 08 Jun 2021 07:32:44 GMT diff --git a/packages/react/package.json b/packages/react/package.json index e3f798ac1fc9fc..572c6856a445c4 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react", - "version": "8.17.2", + "version": "8.17.3", "description": "Reusable React components for building web experiences.", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/storybook/CHANGELOG.json b/packages/storybook/CHANGELOG.json index 2bc9b3b16aed7c..023be4f3b8399e 100644 --- a/packages/storybook/CHANGELOG.json +++ b/packages/storybook/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/storybook", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/storybook_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "comment": "Bump @fluentui/azure-themes to v8.1.21", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/storybook" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "@fluentui/storybook_v1.0.0", diff --git a/packages/storybook/CHANGELOG.md b/packages/storybook/CHANGELOG.md index 15540815c291e6..fbfb7b493a0e1f 100644 --- a/packages/storybook/CHANGELOG.md +++ b/packages/storybook/CHANGELOG.md @@ -1,11 +1,20 @@ # Change Log - @fluentui/storybook -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. ## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/storybook_v1.0.0) +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/storybook_v1.0.0..@fluentui/storybook_v1.0.0) + +### Patches + +- Bump @fluentui/azure-themes to v8.1.21 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/storybook_v1.0.0) + Tue, 08 Jun 2021 07:32:44 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/storybook_v1.0.0..@fluentui/storybook_v1.0.0) diff --git a/packages/storybook/package.json b/packages/storybook/package.json index fd11dfdb0c078f..509af8e5e5689e 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -25,13 +25,13 @@ }, "dependencies": { "@fluentui/react-storybook": "^9.0.0-alpha.0", - "@fluentui/react": "^8.17.2", + "@fluentui/react": "^8.17.3", "@fluentui/theme": "^2.1.2", "@storybook/addon-knobs": "6.0.28", "@storybook/addon-essentials": "6.0.28", "@storybook/addons": "6.0.28", - "@fluentui/azure-themes": "^8.1.20", - "@fluentui/theme-samples": "^8.1.20", + "@fluentui/azure-themes": "^8.1.21", + "@fluentui/theme-samples": "^8.1.21", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/theme-samples/CHANGELOG.json b/packages/theme-samples/CHANGELOG.json index e25be60c3c7190..8e4a963d211abb 100644 --- a/packages/theme-samples/CHANGELOG.json +++ b/packages/theme-samples/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/theme-samples", "entries": [ + { + "date": "Wed, 09 Jun 2021 07:33:38 GMT", + "tag": "@fluentui/theme-samples_v8.1.21", + "version": "8.1.21", + "comments": { + "patch": [ + { + "comment": "Bump @fluentui/react to v8.17.3", + "author": "tkrasniqi@microsoft.com", + "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281", + "package": "@fluentui/theme-samples" + } + ] + } + }, { "date": "Tue, 08 Jun 2021 07:32:44 GMT", "tag": "@fluentui/theme-samples_v8.1.20", diff --git a/packages/theme-samples/CHANGELOG.md b/packages/theme-samples/CHANGELOG.md index ca9734bfbd1a28..e04630d0ecc446 100644 --- a/packages/theme-samples/CHANGELOG.md +++ b/packages/theme-samples/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/theme-samples -This log was last generated on Tue, 08 Jun 2021 07:32:44 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jun 2021 07:33:38 GMT and should not be manually modified. +## [8.1.21](https://github.com/microsoft/fluentui/tree/@fluentui/theme-samples_v8.1.21) + +Wed, 09 Jun 2021 07:33:38 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme-samples_v8.1.20..@fluentui/theme-samples_v8.1.21) + +### Patches + +- Bump @fluentui/react to v8.17.3 ([PR #18298](https://github.com/microsoft/fluentui/pull/18298) by tkrasniqi@microsoft.com) + ## [8.1.20](https://github.com/microsoft/fluentui/tree/@fluentui/theme-samples_v8.1.20) Tue, 08 Jun 2021 07:32:44 GMT diff --git a/packages/theme-samples/package.json b/packages/theme-samples/package.json index d03e8f5e63cc38..e45f17285cee4a 100644 --- a/packages/theme-samples/package.json +++ b/packages/theme-samples/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/theme-samples", - "version": "8.1.20", + "version": "8.1.21", "description": "Sample themes for use with Fabric components.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -26,7 +26,7 @@ "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react": "^8.17.2", + "@fluentui/react": "^8.17.3", "@fluentui/set-version": "^8.1.2", "@fluentui/scheme-utilities": "^8.1.2", "tslib": "^2.1.0"