Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt committed Aug 19, 2024
1 parent 630a5e2 commit 517cf75
Show file tree
Hide file tree
Showing 26 changed files with 182 additions and 118 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"directory": "examples/ssr"
},
"dependencies": {
"@microsoft/fast-element": "^2.0.0-beta.26",
"@microsoft/fast-element": "^2.0.0",
"@microsoft/fast-foundation": "^3.0.0-alpha.33",
"@microsoft/fast-ssr": "^1.0.0-beta.33",
"@microsoft/fast-ssr": "^1.0.0-beta.35",
"express": "^4.19.2",
"fast-todo-app": "1.0.0",
"ts-loader": "^9.3.0",
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-beta.26",
"@microsoft/fast-element": "^2.0.0",
"@microsoft/fast-foundation": "^3.0.0-alpha.33",
"tslib": "^2.6.3"
},
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

55 changes: 55 additions & 0 deletions packages/web-components/fast-element/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,61 @@
{
"name": "@microsoft/fast-element",
"entries": [
{
"date": "Mon, 19 Aug 2024 22:04:19 GMT",
"version": "2.0.0",
"tag": "@microsoft/fast-element_v2.0.0",
"comments": {
"major": [
{
"author": "13071055+chrisdholt@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "630a5e25a953201afa016e54aa77cf68d9d7663a",
"comment": "Update @microsoft/fast-element to major version"
}
],
"none": [
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "78910b1158a6a24b717b3d94616fa93ab6786ab4",
"comment": "Remove yarn and lerna in favor of npm"
},
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "97bf7097a3d85df153df3528a450d7d65dd9b1cc",
"comment": "Add api-extractor generated docs for di and context export paths"
},
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "4f166dc4fb83cca168b1f284da21fc6979fd1420",
"comment": "Update tensile-perf dependency"
},
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "92e82f74b9ec0e5eb28895a6aba6426224ee434d",
"comment": "Add working with decorators doc and updated api-report markdown"
}
],
"prerelease": [
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "035aefc8a25f4f75f3eb2e8cfb4dd0c60e0d2f67",
"comment": "Fix CodeQL issues"
},
{
"author": "171390049+prabhujayapal@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "882eded0b9dbc7d129ae4e634878024a0d7ffc08",
"comment": "Adds support for FASTElement hydration"
}
]
}
},
{
"date": "Thu, 20 Jun 2024 17:00:56 GMT",
"version": "2.0.0-beta.26",
Expand Down
15 changes: 14 additions & 1 deletion packages/web-components/fast-element/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Change Log - @microsoft/fast-element

This log was last generated on Fri, 18 Aug 2023 00:04:40 GMT and should not be manually modified.
This log was last generated on Mon, 19 Aug 2024 22:04:19 GMT and should not be manually modified.

<!-- Start content -->

## 2.0.0

Mon, 19 Aug 2024 22:04:19 GMT

### Major changes

- Update @microsoft/fast-element to major version (13071055+chrisdholt@users.noreply.github.com)

### Changes

- Fix CodeQL issues (7559015+janechu@users.noreply.github.com)
- Adds support for FASTElement hydration (171390049+prabhujayapal@users.noreply.github.com)

## 2.0.0-beta.26

Fri, 18 Aug 2023 00:04:40 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-beta.26",
"version": "2.0.0",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down
35 changes: 35 additions & 0 deletions packages/web-components/fast-router/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
{
"name": "@microsoft/fast-router",
"entries": [
{
"date": "Mon, 19 Aug 2024 22:04:19 GMT",
"version": "1.0.0-alpha.28",
"tag": "@microsoft/fast-router_v1.0.0-alpha.28",
"comments": {
"none": [
{
"author": "13071055+chrisdholt@users.noreply.github.com",
"package": "@microsoft/fast-router",
"commit": "630a5e25a953201afa016e54aa77cf68d9d7663a",
"comment": "update beachball and move disallowedChangeTypes to package.json"
},
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-router",
"commit": "78910b1158a6a24b717b3d94616fa93ab6786ab4",
"comment": "Remove yarn and lerna in favor of npm"
}
],
"prerelease": [
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-router",
"commit": "035aefc8a25f4f75f3eb2e8cfb4dd0c60e0d2f67",
"comment": "Fix CodeQL issues"
},
{
"author": "beachball",
"package": "@microsoft/fast-router",
"comment": "Bump @microsoft/fast-element to v2.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 20 Jun 2024 17:00:56 GMT",
"version": "1.0.0-alpha.27",
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 Thu, 20 Jun 2024 17:00:56 GMT and should not be manually modified.
This log was last generated on Mon, 19 Aug 2024 22:04:19 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.0-alpha.28

Mon, 19 Aug 2024 22:04:19 GMT

### Changes

- Fix CodeQL issues (7559015+janechu@users.noreply.github.com)
- Bump @microsoft/fast-element to v2.0.0

## 1.0.0-alpha.27

Thu, 20 Jun 2024 17:00:56 GMT
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 @@ -2,7 +2,7 @@
"name": "@microsoft/fast-router",
"description": "A web-components-based router.",
"sideEffects": false,
"version": "1.0.0-alpha.27",
"version": "1.0.0-alpha.28",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -81,7 +81,7 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@microsoft/fast-element": "^2.0.0-beta.26"
"@microsoft/fast-element": "^2.0.0"
},
"beachball": {
"disallowedChangeTypes": [
Expand Down
Loading

0 comments on commit 517cf75

Please sign in to comment.