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 18, 2023
1 parent 2dab94c commit 1f520c2
Show file tree
Hide file tree
Showing 24 changed files with 189 additions and 73 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.

2 changes: 1 addition & 1 deletion packages/utilities/fast-benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"help": "node ./scripts/index.js --help"
},
"dependencies": {
"@microsoft/fast-element": "2.0.0-beta.25",
"@microsoft/fast-element": "2.0.0-beta.26",
"tachometer": "^0.7.0"
},
"devDependencies": {
Expand Down
23 changes: 23 additions & 0 deletions packages/utilities/fast-react-wrapper/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@microsoft/fast-react-wrapper",
"entries": [
{
"date": "Fri, 18 Aug 2023 00:04:39 GMT",
"tag": "@microsoft/fast-react-wrapper_v1.0.0-alpha.27",
"version": "1.0.0-alpha.27",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@microsoft/fast-react-wrapper",
"commit": "2dab94c0eda05bee7c4b497e68951d79d6fcbe46",
"comment": "fix test to use fast-element package export with extension"
}
],
"prerelease": [
{
"author": "beachball",
"package": "@microsoft/fast-react-wrapper",
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.26",
"commit": "2dab94c0eda05bee7c4b497e68951d79d6fcbe46"
}
]
}
},
{
"date": "Sat, 12 Aug 2023 00:26:35 GMT",
"tag": "@microsoft/fast-react-wrapper_v1.0.0-alpha.26",
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 Sat, 12 Aug 2023 00:26:35 GMT and should not be manually modified.
This log was last generated on Fri, 18 Aug 2023 00:04:39 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.0-alpha.27

Fri, 18 Aug 2023 00:04:39 GMT

### Changes

- Bump @microsoft/fast-element to v2.0.0-beta.26

## 1.0.0-alpha.26

Sat, 12 Aug 2023 00:26:35 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": "1.0.0-alpha.26",
"version": "1.0.0-alpha.27",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -83,7 +83,7 @@
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@microsoft/fast-element": "^2.0.0-beta.25"
"@microsoft/fast-element": "^2.0.0-beta.26"
},
"peerDependencies": {
"react": ">=16.9.0"
Expand Down
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": "Fri, 18 Aug 2023 00:04:40 GMT",
"tag": "@microsoft/fast-element_v2.0.0-beta.26",
"version": "2.0.0-beta.26",
"comments": {
"prerelease": [
{
"author": "[email protected]",
"package": "@microsoft/fast-element",
"commit": "2dab94c0eda05bee7c4b497e68951d79d6fcbe46",
"comment": "BREAKING: update fast-element export paths to include extensions"
},
{
"author": "[email protected]",
"package": "@microsoft/fast-element",
"commit": "8a23a94530ec7e6fb269c149bd70ca97e662dbf4",
"comment": "update fast-element exports to be explicit"
}
]
}
},
{
"date": "Sat, 12 Aug 2023 00:26:36 GMT",
"tag": "@microsoft/fast-element_v2.0.0-beta.25",
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 Sat, 12 Aug 2023 00:26:36 GMT and should not be manually modified.
This log was last generated on Fri, 18 Aug 2023 00:04:40 GMT and should not be manually modified.

<!-- Start content -->

## 2.0.0-beta.26

Fri, 18 Aug 2023 00:04:40 GMT

### Changes

- BREAKING: update fast-element export paths to include extensions ([email protected])
- update fast-element exports to be explicit ([email protected])

## 2.0.0-beta.25

Sat, 12 Aug 2023 00:26:36 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.25",
"version": "2.0.0-beta.26",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down
33 changes: 33 additions & 0 deletions packages/web-components/fast-foundation/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
{
"name": "@microsoft/fast-foundation",
"entries": [
{
"date": "Fri, 18 Aug 2023 00:04:39 GMT",
"tag": "@microsoft/fast-foundation_v3.0.0-alpha.30",
"version": "3.0.0-alpha.30",
"comments": {
"prerelease": [
{
"author": "[email protected]",
"package": "@microsoft/fast-foundation",
"commit": "2dab94c0eda05bee7c4b497e68951d79d6fcbe46",
"comment": "update fast-element export paths to include extensions"
},
{
"author": "[email protected]",
"package": "@microsoft/fast-foundation",
"commit": "98a726cdb9d1b0dd5deaa7cb61ef2c23f4758585",
"comment": "add export paths with extensions for each fast-foundation component and utilities"
},
{
"author": "[email protected]",
"package": "@microsoft/fast-foundation",
"commit": "4f0377849de66bd69ac69c1cc7c0ff5bbe7ebbfd",
"comment": "fix: change public static methods for listbox and data grid to not be fat arrow fns"
},
{
"author": "beachball",
"package": "@microsoft/fast-foundation",
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.26",
"commit": "2dab94c0eda05bee7c4b497e68951d79d6fcbe46"
}
]
}
},
{
"date": "Sat, 12 Aug 2023 00:26:35 GMT",
"tag": "@microsoft/fast-foundation_v3.0.0-alpha.29",
Expand Down
13 changes: 12 additions & 1 deletion packages/web-components/fast-foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# Change Log - @microsoft/fast-foundation

This log was last generated on Sat, 12 Aug 2023 00:26:35 GMT and should not be manually modified.
This log was last generated on Fri, 18 Aug 2023 00:04:39 GMT and should not be manually modified.

<!-- Start content -->

## 3.0.0-alpha.30

Fri, 18 Aug 2023 00:04:39 GMT

### Changes

- update fast-element export paths to include extensions ([email protected])
- add export paths with extensions for each fast-foundation component and utilities ([email protected])
- fix: change public static methods for listbox and data grid to not be fat arrow fns ([email protected])
- Bump @microsoft/fast-element to v2.0.0-beta.26

## 3.0.0-alpha.29

Sat, 12 Aug 2023 00:26:35 GMT
Expand Down
4 changes: 2 additions & 2 deletions 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.29",
"version": "3.0.0-alpha.30",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -280,7 +280,7 @@
},
"dependencies": {
"@floating-ui/dom": "^1.0.3",
"@microsoft/fast-element": "2.0.0-beta.25",
"@microsoft/fast-element": "2.0.0-beta.26",
"@microsoft/fast-web-utilities": "^6.0.0",
"tabbable": "^5.2.0",
"tslib": "^2.4.0"
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": "Fri, 18 Aug 2023 00:04:39 GMT",
"tag": "@microsoft/fast-router_v1.0.0-alpha.26",
"version": "1.0.0-alpha.26",
"comments": {
"prerelease": [
{
"author": "[email protected]",
"package": "@microsoft/fast-router",
"commit": "2dab94c0eda05bee7c4b497e68951d79d6fcbe46",
"comment": "update fast-element export paths to include extensions"
},
{
"author": "beachball",
"package": "@microsoft/fast-router",
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.26",
"commit": "2dab94c0eda05bee7c4b497e68951d79d6fcbe46"
}
]
}
},
{
"date": "Sat, 12 Aug 2023 00:26:36 GMT",
"tag": "@microsoft/fast-router_v1.0.0-alpha.25",
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 Sat, 12 Aug 2023 00:26:36 GMT and should not be manually modified.
This log was last generated on Fri, 18 Aug 2023 00:04:39 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.0-alpha.26

Fri, 18 Aug 2023 00:04:39 GMT

### Changes

- update fast-element export paths to include extensions ([email protected])
- Bump @microsoft/fast-element to v2.0.0-beta.26

## 1.0.0-alpha.25

Sat, 12 Aug 2023 00:26:36 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.25",
"version": "1.0.0-alpha.26",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -80,6 +80,6 @@
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@microsoft/fast-element": "^2.0.0-beta.25"
"@microsoft/fast-element": "^2.0.0-beta.26"
}
}
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": "Fri, 18 Aug 2023 00:04:37 GMT",
"tag": "@microsoft/fast-ssr_v1.0.0-beta.30",
"version": "1.0.0-beta.30",
"comments": {
"prerelease": [
{
"author": "[email protected]",
"package": "@microsoft/fast-ssr",
"commit": "2dab94c0eda05bee7c4b497e68951d79d6fcbe46",
"comment": "Breaking: update fast-ssr export paths to include extensions"
},
{
"author": "beachball",
"package": "@microsoft/fast-ssr",
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.26",
"commit": "2dab94c0eda05bee7c4b497e68951d79d6fcbe46"
},
{
"author": "beachball",
"package": "@microsoft/fast-ssr",
"comment": "Bump @microsoft/fast-foundation to v3.0.0-alpha.30",
"commit": "2dab94c0eda05bee7c4b497e68951d79d6fcbe46"
}
]
}
},
{
"date": "Sat, 12 Aug 2023 00:26:36 GMT",
"tag": "@microsoft/fast-ssr_v1.0.0-beta.29",
Expand Down
12 changes: 11 additions & 1 deletion packages/web-components/fast-ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @microsoft/fast-ssr

This log was last generated on Sat, 12 Aug 2023 00:26:36 GMT and should not be manually modified.
This log was last generated on Fri, 18 Aug 2023 00:04:37 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.0-beta.30

Fri, 18 Aug 2023 00:04:37 GMT

### Changes

- Breaking: update fast-ssr export paths to include extensions ([email protected])
- Bump @microsoft/fast-element to v2.0.0-beta.26
- Bump @microsoft/fast-foundation to v3.0.0-alpha.30

## 1.0.0-beta.29

Sat, 12 Aug 2023 00:26:36 GMT
Expand Down
Loading

0 comments on commit 1f520c2

Please sign in to comment.