Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt committed Mar 28, 2023
1 parent 032285c commit 00b41c7
Show file tree
Hide file tree
Showing 26 changed files with 203 additions and 65 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.

6 changes: 3 additions & 3 deletions packages/tooling/adaptive-ui-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"start": "webpack-dev-server"
},
"dependencies": {
"@microsoft/adaptive-ui": "^1.0.0-alpha.26",
"@microsoft/adaptive-ui": "^1.0.0-alpha.27",
"@microsoft/fast-colors": "^5.3.1",
"@microsoft/fast-element": "^2.0.0-beta.22",
"@microsoft/fast-foundation": "^3.0.0-alpha.26"
"@microsoft/fast-element": "^2.0.0-beta.23",
"@microsoft/fast-foundation": "^3.0.0-alpha.27"
},
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/utilities/adaptive-ui/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@microsoft/adaptive-ui",
"entries": [
{
"date": "Tue, 28 Mar 2023 22:14:10 GMT",
"tag": "@microsoft/adaptive-ui_v1.0.0-alpha.27",
"version": "1.0.0-alpha.27",
"comments": {
"prerelease": [
{
"author": "beachball",
"package": "@microsoft/adaptive-ui",
"comment": "Bump @microsoft/fast-foundation to v3.0.0-alpha.27",
"commit": "032285c2bf0311f9f44cbc875b40696fc8f62857"
}
]
}
},
{
"date": "Sat, 11 Mar 2023 00:09:48 GMT",
"tag": "@microsoft/adaptive-ui_v1.0.0-alpha.26",
Expand Down
10 changes: 9 additions & 1 deletion packages/utilities/adaptive-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @microsoft/adaptive-ui

This log was last generated on Sat, 11 Mar 2023 00:09:48 GMT and should not be manually modified.
This log was last generated on Tue, 28 Mar 2023 22:14:10 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.0-alpha.27

Tue, 28 Mar 2023 22:14:10 GMT

### Changes

- Bump @microsoft/fast-foundation to v3.0.0-alpha.27

## 1.0.0-alpha.26

Sat, 11 Mar 2023 00:09:48 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/utilities/adaptive-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/adaptive-ui",
"version": "1.0.0-alpha.26",
"version": "1.0.0-alpha.27",
"description": "A collection of design utilities supporting basic styling and Adaptive UI",
"type": "module",
"main": "dist/esm/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@microsoft/fast-colors": "^5.3.1",
"@microsoft/fast-foundation": "3.0.0-alpha.26"
"@microsoft/fast-foundation": "3.0.0-alpha.27"
},
"devDependencies": {
"@microsoft/api-extractor": "7.24.2",
Expand Down
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.22",
"@microsoft/fast-element": "2.0.0-beta.23",
"tachometer": "^0.7.0"
},
"devDependencies": {
Expand Down
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, 28 Mar 2023 22:14:10 GMT",
"tag": "@microsoft/fast-react-wrapper_v1.0.0-alpha.24",
"version": "1.0.0-alpha.24",
"comments": {
"prerelease": [
{
"author": "beachball",
"package": "@microsoft/fast-react-wrapper",
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.23",
"commit": "032285c2bf0311f9f44cbc875b40696fc8f62857"
}
]
}
},
{
"date": "Sat, 11 Mar 2023 00:09:49 GMT",
"tag": "@microsoft/fast-react-wrapper_v1.0.0-alpha.23",
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, 11 Mar 2023 00:09:49 GMT and should not be manually modified.
This log was last generated on Tue, 28 Mar 2023 22:14:10 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.0-alpha.24

Tue, 28 Mar 2023 22:14:10 GMT

### Changes

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

## 1.0.0-alpha.23

Sat, 11 Mar 2023 00:09:49 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.23",
"version": "1.0.0-alpha.24",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -82,7 +82,7 @@
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@microsoft/fast-element": "^2.0.0-beta.22"
"@microsoft/fast-element": "^2.0.0-beta.23"
},
"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": "Tue, 28 Mar 2023 22:14:10 GMT",
"tag": "@microsoft/fast-element_v2.0.0-beta.23",
"version": "2.0.0-beta.23",
"comments": {
"prerelease": [
{
"author": "rob@bluespire.com",
"package": "@microsoft/fast-element",
"commit": "1d9c23ecd77a4079126b1156567b906efff66350",
"comment": "docs: add missing API docs"
},
{
"author": "rob@bluespire.com",
"package": "@microsoft/fast-element",
"commit": "032285c2bf0311f9f44cbc875b40696fc8f62857",
"comment": "fix: correct types for a break in TypeScript 5 legacy decorators"
}
]
}
},
{
"date": "Sat, 11 Mar 2023 00:09:48 GMT",
"tag": "@microsoft/fast-element_v2.0.0-beta.22",
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, 11 Mar 2023 00:09:48 GMT and should not be manually modified.
This log was last generated on Tue, 28 Mar 2023 22:14:10 GMT and should not be manually modified.

<!-- Start content -->

## 2.0.0-beta.23

Tue, 28 Mar 2023 22:14:10 GMT

### Changes

- docs: add missing API docs (rob@bluespire.com)
- fix: correct types for a break in TypeScript 5 legacy decorators (rob@bluespire.com)

## 2.0.0-beta.22

Sat, 11 Mar 2023 00:09:48 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.22",
"version": "2.0.0-beta.23",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down
39 changes: 39 additions & 0 deletions packages/web-components/fast-foundation/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,45 @@
{
"name": "@microsoft/fast-foundation",
"entries": [
{
"date": "Tue, 28 Mar 2023 22:14:10 GMT",
"tag": "@microsoft/fast-foundation_v3.0.0-alpha.27",
"version": "3.0.0-alpha.27",
"comments": {
"prerelease": [
{
"author": "tebin.raouf@gmail.com",
"package": "@microsoft/fast-foundation",
"commit": "24a23de4c342988c162552aeeab9dc83d10cf501",
"comment": "update @microsoft/fast-element to be fixed for foundation package"
},
{
"author": "chhol@microsoft.com",
"package": "@microsoft/fast-foundation",
"commit": "ae07a0142cf35ae1c6b246140f1ebc419cbaf0e0",
"comment": "update slider changed methods to protected"
},
{
"author": "scomea@microsoft.com",
"package": "@microsoft/fast-foundation",
"commit": "27070ef2fc7aa5cdaeb827f1266eb3c5a0ad2c3e",
"comment": "support row selection in data grid"
},
{
"author": "chhol@microsoft.com",
"package": "@microsoft/fast-foundation",
"commit": "6f37a826129ea14d6e69d0f916bb9561c5c09566",
"comment": "remove activeindicator from tabs component"
},
{
"author": "beachball",
"package": "@microsoft/fast-foundation",
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.23",
"commit": "032285c2bf0311f9f44cbc875b40696fc8f62857"
}
]
}
},
{
"date": "Sat, 11 Mar 2023 00:09:48 GMT",
"tag": "@microsoft/fast-foundation_v3.0.0-alpha.26",
Expand Down
14 changes: 13 additions & 1 deletion packages/web-components/fast-foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# Change Log - @microsoft/fast-foundation

This log was last generated on Sat, 11 Mar 2023 00:09:48 GMT and should not be manually modified.
This log was last generated on Tue, 28 Mar 2023 22:14:10 GMT and should not be manually modified.

<!-- Start content -->

## 3.0.0-alpha.27

Tue, 28 Mar 2023 22:14:10 GMT

### Changes

- update @microsoft/fast-element to be fixed for foundation package (tebin.raouf@gmail.com)
- update slider changed methods to protected (chhol@microsoft.com)
- support row selection in data grid (scomea@microsoft.com)
- remove activeindicator from tabs component (chhol@microsoft.com)
- Bump @microsoft/fast-element to v2.0.0-beta.23

## 3.0.0-alpha.26

Sat, 11 Mar 2023 00:09:48 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.26",
"version": "3.0.0-alpha.27",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -96,7 +96,7 @@
},
"dependencies": {
"@floating-ui/dom": "^1.0.3",
"@microsoft/fast-element": "2.0.0-beta.22",
"@microsoft/fast-element": "2.0.0-beta.23",
"@microsoft/fast-web-utilities": "^6.0.0",
"tabbable": "^5.2.0",
"tslib": "^2.4.0"
Expand Down
15 changes: 15 additions & 0 deletions packages/web-components/fast-router/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@microsoft/fast-router",
"entries": [
{
"date": "Tue, 28 Mar 2023 22:14:10 GMT",
"tag": "@microsoft/fast-router_v1.0.0-alpha.23",
"version": "1.0.0-alpha.23",
"comments": {
"prerelease": [
{
"author": "beachball",
"package": "@microsoft/fast-router",
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.23",
"commit": "032285c2bf0311f9f44cbc875b40696fc8f62857"
}
]
}
},
{
"date": "Sat, 11 Mar 2023 00:09:49 GMT",
"tag": "@microsoft/fast-router_v1.0.0-alpha.22",
Expand Down
10 changes: 9 additions & 1 deletion packages/web-components/fast-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @microsoft/fast-router

This log was last generated on Sat, 11 Mar 2023 00:09:49 GMT and should not be manually modified.
This log was last generated on Tue, 28 Mar 2023 22:14:10 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.0-alpha.23

Tue, 28 Mar 2023 22:14:10 GMT

### Changes

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

## 1.0.0-alpha.22

Sat, 11 Mar 2023 00:09:49 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.22",
"version": "1.0.0-alpha.23",
"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.22"
"@microsoft/fast-element": "^2.0.0-beta.23"
}
}
Loading

0 comments on commit 00b41c7

Please sign in to comment.