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 Feb 13, 2025
1 parent 7bbe060 commit 9717820
Show file tree
Hide file tree
Showing 14 changed files with 88 additions and 43 deletions.

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.1",
"@microsoft/fast-element": "^2.1.0",
"@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.1",
"@microsoft/fast-element": "^2.1.0",
"@microsoft/fast-foundation": "^3.0.0-alpha.33",
"tslib": "^2.6.3"
},
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

23 changes: 23 additions & 0 deletions packages/web-components/fast-element/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@microsoft/fast-element",
"entries": [
{
"date": "Thu, 13 Feb 2025 17:34:08 GMT",
"version": "2.1.0",
"tag": "@microsoft/fast-element_v2.1.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@microsoft/fast-element",
"commit": "c4836e507f848b4838eb2c106c17dd18c28240b1",
"comment": "Update the ArrayObserver to better account for sort and reverse"
}
],
"none": [
{
"author": "[email protected]",
"package": "@microsoft/fast-element",
"commit": "c6b9e8a436b7b52e5df02182b663167bb34cad8a",
"comment": "Add documentation explaining some architectural concepts"
}
]
}
},
{
"date": "Wed, 11 Dec 2024 19:53:31 GMT",
"version": "2.0.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/web-components/fast-element/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @microsoft/fast-element

This log was last generated on Wed, 11 Dec 2024 19:53:31 GMT and should not be manually modified.
<!-- This log was last generated on Thu, 13 Feb 2025 17:34:08 GMT and should not be manually modified. -->

<!-- Start content -->

## 2.1.0

Thu, 13 Feb 2025 17:34:08 GMT

### Minor changes

- Update the ArrayObserver to better account for sort and reverse ([email protected])

## 2.0.1

Wed, 11 Dec 2024 19:53:31 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.1",
"version": "2.1.0",
"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": "Thu, 13 Feb 2025 17:34:08 GMT",
"version": "1.0.0-alpha.29",
"tag": "@microsoft/fast-router_v1.0.0-alpha.29",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@microsoft/fast-router",
"commit": "7bbe060abd0ca4b9f7bd7aba3937b604e476eaca",
"comment": "Specify prereleasePrefix, allow bumpDeps"
},
{
"author": "beachball",
"package": "@microsoft/fast-router",
"comment": "Bump @microsoft/fast-element to v2.1.0",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 11 Dec 2024 19:53:31 GMT",
"version": "1.0.0-alpha.29",
Expand Down
4 changes: 2 additions & 2 deletions packages/web-components/fast-router/package.json
Original file line number Diff line number Diff line change
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.1",
"@microsoft/fast-element": "^2.1.0",
"@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.1"
"@microsoft/fast-element": "^2.1.0"
},
"beachball": {
"disallowedChangeTypes": [
Expand Down
21 changes: 21 additions & 0 deletions packages/web-components/fast-ssr/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@microsoft/fast-ssr",
"entries": [
{
"date": "Thu, 13 Feb 2025 17:34:08 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": "7bbe060abd0ca4b9f7bd7aba3937b604e476eaca",
"comment": "Specify prereleasePrefix, allow bumpDeps"
},
{
"author": "beachball",
"package": "@microsoft/fast-ssr",
"comment": "Bump @microsoft/fast-element to v2.1.0",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 11 Dec 2024 19:53:32 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.1"
"@microsoft/fast-element": "^2.1.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
"@microsoft/fast-element": "^2.0.1",
"@microsoft/fast-element": "^2.1.0",
"@microsoft/fast-foundation": "^3.0.0-alpha.33",
"@playwright/test": "^1.49.0",
"@types/express": "^4.17.21",
Expand Down

0 comments on commit 9717820

Please sign in to comment.