This commit is contained in:
Chris Holt 2023-12-20 11:06:17 -08:00
Родитель fd65254531
Коммит 1105e3bf9d
11 изменённых файлов: 81 добавлений и 33 удалений

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "prerelease",
"comment": "Fix bug in toolbar click handler when a slotted element has child elements",
"packageName": "@microsoft/fast-foundation",
"email": "20542556+mollykreis@users.noreply.github.com",
"dependentChangeType": "prerelease"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "prerelease",
"comment": "Fix focus issue when clicking on an element in the toolbar",
"packageName": "@microsoft/fast-foundation",
"email": "20542556+mollykreis@users.noreply.github.com",
"dependentChangeType": "prerelease"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "none",
"comment": "use local placeholder image in fast-ssr tests",
"packageName": "@microsoft/fast-ssr",
"email": "863023+radium-v@users.noreply.github.com",
"dependentChangeType": "none"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "none",
"comment": "fix RtlScrollConverter test",
"packageName": "@microsoft/fast-web-utilities",
"email": "863023+radium-v@users.noreply.github.com",
"dependentChangeType": "none"
}

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@microsoft/fast-web-utilities",
"entries": [
{
"date": "Wed, 20 Dec 2023 19:03:47 GMT",
"tag": "@microsoft/fast-web-utilities_v6.0.0",
"version": "6.0.0",
"comments": {
"none": [
{
"author": "863023+radium-v@users.noreply.github.com",
"package": "@microsoft/fast-web-utilities",
"commit": "fd65254531ac3a593b32528d81b44ebf82c8e4ab",
"comment": "fix RtlScrollConverter test"
}
]
}
},
{
"date": "Fri, 16 Jun 2023 18:17:13 GMT",
"tag": "@microsoft/fast-web-utilities_v6.0.0",

Просмотреть файл

@ -1,6 +1,27 @@
{
"name": "@microsoft/fast-foundation",
"entries": [
{
"date": "Wed, 20 Dec 2023 19:03:48 GMT",
"tag": "@microsoft/fast-foundation_v3.0.0-alpha.32",
"version": "3.0.0-alpha.32",
"comments": {
"prerelease": [
{
"author": "20542556+mollykreis@users.noreply.github.com",
"package": "@microsoft/fast-foundation",
"commit": "a7144c63191e4412d6441cce81cd04cc03152510",
"comment": "Fix focus issue when clicking on an element in the toolbar"
},
{
"author": "20542556+mollykreis@users.noreply.github.com",
"package": "@microsoft/fast-foundation",
"commit": "b78c921ec4e49ec9d7ec980f079ec114045df42e",
"comment": "Fix bug in toolbar click handler when a slotted element has child elements"
}
]
}
},
{
"date": "Fri, 18 Aug 2023 22:48:12 GMT",
"tag": "@microsoft/fast-foundation_v3.0.0-alpha.31",

Просмотреть файл

@ -1,9 +1,18 @@
# Change Log - @microsoft/fast-foundation
This log was last generated on Fri, 18 Aug 2023 22:48:12 GMT and should not be manually modified.
This log was last generated on Wed, 20 Dec 2023 19:03:48 GMT and should not be manually modified.
<!-- Start content -->
## 3.0.0-alpha.32
Wed, 20 Dec 2023 19:03:48 GMT
### Changes
- Fix focus issue when clicking on an element in the toolbar (20542556+mollykreis@users.noreply.github.com)
- Fix bug in toolbar click handler when a slotted element has child elements (20542556+mollykreis@users.noreply.github.com)
## 3.0.0-alpha.31
Fri, 18 Aug 2023 22:48:12 GMT

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@microsoft/fast-foundation",
"description": "A library of Web Component building blocks",
"sideEffects": false,
"version": "3.0.0-alpha.31",
"version": "3.0.0-alpha.32",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"

Просмотреть файл

@ -1,6 +1,29 @@
{
"name": "@microsoft/fast-ssr",
"entries": [
{
"date": "Wed, 20 Dec 2023 19:03:48 GMT",
"tag": "@microsoft/fast-ssr_v1.0.0-beta.32",
"version": "1.0.0-beta.32",
"comments": {
"none": [
{
"author": "863023+radium-v@users.noreply.github.com",
"package": "@microsoft/fast-ssr",
"commit": "0eb5c61c4a92655d5aa44960c34474c9d4b95227",
"comment": "use local placeholder image in fast-ssr tests"
}
],
"prerelease": [
{
"author": "beachball",
"package": "@microsoft/fast-ssr",
"comment": "Bump @microsoft/fast-foundation to v3.0.0-alpha.32",
"commit": "fd65254531ac3a593b32528d81b44ebf82c8e4ab"
}
]
}
},
{
"date": "Fri, 18 Aug 2023 22:48:12 GMT",
"tag": "@microsoft/fast-ssr_v1.0.0-beta.31",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @microsoft/fast-ssr
This log was last generated on Fri, 18 Aug 2023 22:48:12 GMT and should not be manually modified.
This log was last generated on Wed, 20 Dec 2023 19:03:48 GMT and should not be manually modified.
<!-- Start content -->
## 1.0.0-beta.32
Wed, 20 Dec 2023 19:03:48 GMT
### Changes
- Bump @microsoft/fast-foundation to v3.0.0-alpha.32
## 1.0.0-beta.31
Fri, 18 Aug 2023 22:48:12 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/fast-ssr",
"version": "1.0.0-beta.31",
"version": "1.0.0-beta.32",
"type": "module",
"author": {
"name": "Microsoft",
@ -61,7 +61,7 @@
},
"devDependencies": {
"@microsoft/fast-element": "^2.0.0-beta.26",
"@microsoft/fast-foundation": "^3.0.0-alpha.31",
"@microsoft/fast-foundation": "^3.0.0-alpha.32",
"@microsoft/api-extractor": "7.24.2",
"@playwright/test": "^1.25.2",
"@types/express": "^4.17.13",