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 Dec 11, 2024
1 parent 1238af4 commit d4be0d2
Show file tree
Hide file tree
Showing 16 changed files with 105 additions and 53 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"directory": "examples/ssr"
},
"dependencies": {
"@microsoft/fast-element": "^2.0.0",
"@microsoft/fast-element": "^2.0.1",
"@microsoft/fast-foundation": "^3.0.0-alpha.33",
"@microsoft/fast-ssr": "^1.0.0-beta.35",
"express": "^4.19.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"directory": "examples/todo-app"
},
"dependencies": {
"@microsoft/fast-element": "^2.0.0",
"@microsoft/fast-element": "^2.0.1",
"@microsoft/fast-foundation": "^3.0.0-alpha.33",
"tslib": "^2.6.3"
},
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions packages/web-components/fast-element/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@microsoft/fast-element",
"entries": [
{
"date": "Wed, 11 Dec 2024 19:53:31 GMT",
"version": "2.0.1",
"tag": "@microsoft/fast-element_v2.0.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@microsoft/fast-element",
"commit": "33111eeff26ab4ae2bbe1c90145170ed175d2217",
"comment": "Patch bumping to apply latest tag to the package"
},
{
"author": "[email protected]",
"package": "@microsoft/fast-element",
"commit": "51a79eb3294897fb1e71b5dcdcce0bea62521e80",
"comment": "fast-element: Simplify conditional checks in element-controller"
}
]
}
},
{
"date": "Mon, 19 Aug 2024 22:04:19 GMT",
"version": "2.0.0",
Expand Down
11 changes: 10 additions & 1 deletion packages/web-components/fast-element/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @microsoft/fast-element

This log was last generated on Mon, 19 Aug 2024 22:04:19 GMT and should not be manually modified.
This log was last generated on Wed, 11 Dec 2024 19:53:31 GMT and should not be manually modified.

<!-- Start content -->

## 2.0.1

Wed, 11 Dec 2024 19:53:31 GMT

### Patches

- Patch bumping to apply latest tag to the package ([email protected])
- fast-element: Simplify conditional checks in element-controller ([email protected])

## 2.0.0

Mon, 19 Aug 2024 22:04:19 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/fast-element/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/fast-element",
"description": "A library for constructing Web Components",
"version": "2.0.0",
"version": "2.0.1",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down
21 changes: 21 additions & 0 deletions packages/web-components/fast-router/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@microsoft/fast-router",
"entries": [
{
"date": "Wed, 11 Dec 2024 19:53:31 GMT",
"version": "1.0.0-alpha.29",
"tag": "@microsoft/fast-router_v1.0.0-alpha.29",
"comments": {
"prerelease": [
{
"author": "[email protected]",
"package": "@microsoft/fast-router",
"commit": "1238af4df3abec01799cb05c5657f8d245cf3f25",
"comment": "Change the router to use peerDependency for fast-element"
},
{
"author": "beachball",
"package": "@microsoft/fast-router",
"comment": "Bump @microsoft/fast-element to v2.0.1",
"commit": "not available"
}
]
}
},
{
"date": "Mon, 19 Aug 2024 22:04:19 GMT",
"version": "1.0.0-alpha.28",
Expand Down
11 changes: 10 additions & 1 deletion packages/web-components/fast-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @microsoft/fast-router

This log was last generated on Mon, 19 Aug 2024 22:04:19 GMT and should not be manually modified.
This log was last generated on Wed, 11 Dec 2024 19:53:31 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.0-alpha.29

Wed, 11 Dec 2024 19:53:31 GMT

### Changes

- Change the router to use peerDependency for fast-element ([email protected])
- Bump @microsoft/fast-element to v2.0.1

## 1.0.0-alpha.28

Mon, 19 Aug 2024 22:04:19 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/web-components/fast-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/fast-router",
"description": "A web-components-based router.",
"sideEffects": false,
"version": "1.0.0-alpha.28",
"version": "1.0.0-alpha.29",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"@microsoft/api-extractor": "^7.47.0",
"@microsoft/fast-element": "^2.0.0",
"@microsoft/fast-element": "^2.0.1",
"@types/chai": "^4.2.11",
"@types/karma": "^6.3.3",
"@types/mocha": "^7.0.2",
Expand Down Expand Up @@ -82,7 +82,7 @@
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
"@microsoft/fast-element": "^2.0.0"
"@microsoft/fast-element": "^2.0.1"
},
"beachball": {
"disallowedChangeTypes": [
Expand Down
27 changes: 27 additions & 0 deletions packages/web-components/fast-ssr/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@microsoft/fast-ssr",
"entries": [
{
"date": "Wed, 11 Dec 2024 19:53:32 GMT",
"version": "1.0.0-beta.35",
"tag": "@microsoft/fast-ssr_v1.0.0-beta.35",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@microsoft/fast-ssr",
"commit": "26c5078fff7b7d4990d4143913a71def113f2874",
"comment": "Update playwright image and dependency to latest"
},
{
"author": "[email protected]",
"package": "@microsoft/fast-ssr",
"commit": "a3c98e184642949bbb5b4318b5e233b49ad0b902",
"comment": "Attempt to address flaky test by increasing timeout"
},
{
"author": "beachball",
"package": "@microsoft/fast-ssr",
"comment": "Bump @microsoft/fast-element to v2.0.1",
"commit": "not available"
}
]
}
},
{
"date": "Mon, 19 Aug 2024 22:04:19 GMT",
"version": "1.0.0-beta.35",
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
Expand Up @@ -56,11 +56,11 @@
"tslib": "^2.6.3"
},
"peerDependencies": {
"@microsoft/fast-element": "^2.0.0"
"@microsoft/fast-element": "^2.0.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
"@microsoft/fast-element": "^2.0.0",
"@microsoft/fast-element": "^2.0.1",
"@microsoft/fast-foundation": "^3.0.0-alpha.33",
"@playwright/test": "^1.49.0",
"@types/express": "^4.17.21",
Expand Down

0 comments on commit d4be0d2

Please sign in to comment.