Skip to content

Commit

Permalink
Merge branch 'master' into fix-design-token-inheritance-bug-master
Browse files Browse the repository at this point in the history
  • Loading branch information
m-akinc authored Jan 2, 2024
2 parents ecf8888 + 48ce96c commit 62e4231
Show file tree
Hide file tree
Showing 12 changed files with 82 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ build/ @janechu @nicholasrice @chrisdholt @awentzel @EisenbergEffect

# Web components
/packages/web-components/fast-element/ @EisenbergEffect @chrisdholt @janechu @nicholasrice
/packages/web-components/fast-foundation/ @EisenbergEffect @chrisdholt @nicholasrice
/packages/web-components/fast-foundation/ @EisenbergEffect @chrisdholt @bheston @scomea @radium-v @kingoftac

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/utilities/fast-web-utilities/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"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",
Expand Down
21 changes: 21 additions & 0 deletions packages/web-components/fast-foundation/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"package": "@microsoft/fast-foundation",
"commit": "a7144c63191e4412d6441cce81cd04cc03152510",
"comment": "Fix focus issue when clicking on an element in the toolbar"
},
{
"author": "[email protected]",
"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",
Expand Down
11 changes: 10 additions & 1 deletion packages/web-components/fast-foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 ([email protected])
- Fix bug in toolbar click handler when a slotted element has child elements ([email protected])

## 3.0.0-alpha.31

Fri, 18 Aug 2023 22:48:12 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/fast-foundation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
23 changes: 23 additions & 0 deletions packages/web-components/fast-ssr/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"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",
Expand Down
10 changes: 9 additions & 1 deletion packages/web-components/fast-ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/web-components/fast-ssr/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 62e4231

Please sign in to comment.