Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Microsoft FAST Builds committed Jan 23, 2024
1 parent aed89ca commit c64110d
Show file tree
Hide file tree
Showing 11 changed files with 67 additions and 28 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/utilities/fast-react-wrapper/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@microsoft/fast-react-wrapper",
"entries": [
{
"date": "Tue, 23 Jan 2024 19:35:35 GMT",
"tag": "@microsoft/fast-react-wrapper_v0.3.23",
"version": "0.3.23",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@microsoft/fast-react-wrapper",
"comment": "Bump @microsoft/fast-foundation to v2.49.5",
"commit": "aed89cac2414d10223f158ed2d0a1185a2461fdd"
}
]
}
},
{
"date": "Thu, 09 Nov 2023 19:30:24 GMT",
"tag": "@microsoft/fast-react-wrapper_v0.3.22",
Expand Down
10 changes: 9 additions & 1 deletion packages/utilities/fast-react-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @microsoft/fast-react-wrapper

This log was last generated on Thu, 09 Nov 2023 19:30:24 GMT and should not be manually modified.
This log was last generated on Tue, 23 Jan 2024 19:35:35 GMT and should not be manually modified.

<!-- Start content -->

## 0.3.23

Tue, 23 Jan 2024 19:35:35 GMT

### Patches

- Bump @microsoft/fast-foundation to v2.49.5

## 0.3.22

Thu, 09 Nov 2023 19:30:24 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/utilities/fast-react-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/fast-react-wrapper",
"description": "A utility for wrapping web components for use in React.",
"sideEffects": false,
"version": "0.3.22",
"version": "0.3.23",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -88,7 +88,7 @@
},
"dependencies": {
"@microsoft/fast-element": "^1.12.0",
"@microsoft/fast-foundation": "^2.49.4"
"@microsoft/fast-foundation": "^2.49.5"
},
"peerDependencies": {
"react": ">=16.9.0"
Expand Down
27 changes: 27 additions & 0 deletions packages/web-components/fast-foundation/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@microsoft/fast-foundation",
"entries": [
{
"date": "Tue, 23 Jan 2024 19:35:35 GMT",
"tag": "@microsoft/fast-foundation_v2.49.5",
"version": "2.49.5",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@microsoft/fast-foundation",
"commit": "31be91ffc7f588094a4986d8fad956fe671b28ce",
"comment": "Fix design token inheritance bug"
},
{
"author": "[email protected]",
"package": "@microsoft/fast-foundation",
"commit": "aed89cac2414d10223f158ed2d0a1185a2461fdd",
"comment": "fix typing issue for menu to fix build issue"
},
{
"author": "[email protected]",
"package": "@microsoft/fast-foundation",
"commit": "ad6f1fbcb4d7e0dd8fabe5fc9bd9582c744edccb",
"comment": "Allow non-MenuItem-derived types to be indented properly"
}
]
}
},
{
"date": "Thu, 09 Nov 2023 19:30:24 GMT",
"tag": "@microsoft/fast-foundation_v2.49.4",
Expand Down
12 changes: 11 additions & 1 deletion packages/web-components/fast-foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @microsoft/fast-foundation

This log was last generated on Thu, 09 Nov 2023 19:30:24 GMT and should not be manually modified.
This log was last generated on Tue, 23 Jan 2024 19:35:35 GMT and should not be manually modified.

<!-- Start content -->

## 2.49.5

Tue, 23 Jan 2024 19:35:35 GMT

### Patches

- Fix design token inheritance bug ([email protected])
- fix typing issue for menu to fix build issue ([email protected])
- Allow non-MenuItem-derived types to be indented properly ([email protected])

## 2.49.4

Thu, 09 Nov 2023 19:30:24 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": "2.49.4",
"version": "2.49.5",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down
2 changes: 1 addition & 1 deletion sites/fast-color-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@microsoft/fast-colors": "^5.3.0",
"@microsoft/fast-components": "^2.30.6",
"@microsoft/fast-element": "^1.12.0",
"@microsoft/fast-foundation": "^2.49.4",
"@microsoft/fast-foundation": "^2.49.5",
"@microsoft/fast-web-utilities": "^5.4.1"
}
}
2 changes: 1 addition & 1 deletion sites/fast-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@fluentui/svg-icons": "^1.1.139",
"@microsoft/fast-components": "2.30.5",
"@microsoft/fast-element": "^1.12.0",
"@microsoft/fast-foundation": "^2.49.4",
"@microsoft/fast-foundation": "^2.49.5",
"@microsoft/fast-web-utilities": "^5.4.1",
"@microsoft/site-utilities": "^0.9.0",
"@rollup/plugin-alias": "^3.1.1",
Expand Down

0 comments on commit c64110d

Please sign in to comment.