Skip to content

Commit

Permalink
apply package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasrice committed Sep 1, 2022
1 parent 6b0f085 commit 1d230aa
Show file tree
Hide file tree
Showing 32 changed files with 281 additions and 142 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.

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": "Thu, 01 Sep 2022 21:53:34 GMT",
"tag": "@microsoft/adaptive-ui_v1.0.0-alpha.9",
"version": "1.0.0-alpha.9",
"comments": {
"prerelease": [
{
"author": "beachball",
"package": "@microsoft/adaptive-ui",
"comment": "Bump @microsoft/fast-foundation to v3.0.0-alpha.9",
"commit": "6b0f08574475d8b28cc2df67bf72b9041c2ad285"
}
]
}
},
{
"date": "Fri, 26 Aug 2022 18:06:44 GMT",
"tag": "@microsoft/adaptive-ui_v1.0.0-alpha.8",
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 Fri, 26 Aug 2022 18:06:44 GMT and should not be manually modified.
This log was last generated on Thu, 01 Sep 2022 21:53:34 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.0-alpha.9

Thu, 01 Sep 2022 21:53:34 GMT

### Changes

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

## 1.0.0-alpha.8

Fri, 26 Aug 2022 18:06:44 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.8",
"version": "1.0.0-alpha.9",
"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.8"
"@microsoft/fast-foundation": "3.0.0-alpha.9"
},
"devDependencies": {
"@microsoft/api-extractor": "7.24.2",
Expand Down
64 changes: 32 additions & 32 deletions packages/utilities/fast-benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "@microsoft/fast-benchmarks",
"version": "1.0.0",
"description": "FAST Benchmarking utility for FAST Libraries.",
"type": "module",
"private": true,
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
},
"license": "MIT",
"scripts": {
"benchmark": "node scripts/index.js",
"benchmark:fast-element:render": "yarn run benchmark --library=fast-element --benchmark=render --versions local master --operations=update10th",
"benchmark:fast-element:observable": "yarn run benchmark --library=fast-element --benchmark=observable --versions local master --localBenchFile=index2 --operations=runFile1k",
"benchmark:fast-element:when:basic": "yarn run benchmark --library=fast-element --benchmark=when --versions local master --localBenchFile=index2 --branchName=master --templates=basic --operations=create10k",
"benchmark:fast-element:when:conditional": "yarn run benchmark --library=fast-element --benchmark=when --versions local master --localBenchFile=index2 --branchName=master --templates=conditional --operations=clickTrigger10x",
"benchmark:fast-element:when:switch": "yarn run benchmark --library=fast-element --benchmark=when --versions local master --localBenchFile=index2 --branchName=master --templates=switch --operations=clickTrigger10x",
"benchmark:fast-element:repeat": "yarn run benchmark --library=fast-element --benchmark=repeat --versions local master --templates=basic --method=reverse --operations=clickTrigger10x",
"benchmark:methods:append": "tach --config ./benchmarks/methods/append/tachometer.json",
"help": "node ./scripts/index.js --help"
},
"dependencies": {
"@microsoft/fast-element": "2.0.0-beta.5",
"tachometer": "^0.7.0"
},
"devDependencies": {
"chalk": "^5.0.1",
"chromedriver": "^103.0.0",
"commander": "^9.2.0",
"cross-spawn": "^7.0.3",
"typescript": "^4.6.2"
}
"name": "@microsoft/fast-benchmarks",
"version": "1.0.0",
"description": "FAST Benchmarking utility for FAST Libraries.",
"type": "module",
"private": true,
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
},
"license": "MIT",
"scripts": {
"benchmark": "node scripts/index.js",
"benchmark:fast-element:render": "yarn run benchmark --library=fast-element --benchmark=render --versions local master --operations=update10th",
"benchmark:fast-element:observable": "yarn run benchmark --library=fast-element --benchmark=observable --versions local master --localBenchFile=index2 --operations=runFile1k",
"benchmark:fast-element:when:basic": "yarn run benchmark --library=fast-element --benchmark=when --versions local master --localBenchFile=index2 --branchName=master --templates=basic --operations=create10k",
"benchmark:fast-element:when:conditional": "yarn run benchmark --library=fast-element --benchmark=when --versions local master --localBenchFile=index2 --branchName=master --templates=conditional --operations=clickTrigger10x",
"benchmark:fast-element:when:switch": "yarn run benchmark --library=fast-element --benchmark=when --versions local master --localBenchFile=index2 --branchName=master --templates=switch --operations=clickTrigger10x",
"benchmark:fast-element:repeat": "yarn run benchmark --library=fast-element --benchmark=repeat --versions local master --templates=basic --method=reverse --operations=clickTrigger10x",
"benchmark:methods:append": "tach --config ./benchmarks/methods/append/tachometer.json",
"help": "node ./scripts/index.js --help"
},
"dependencies": {
"@microsoft/fast-element": "2.0.0-beta.6",
"tachometer": "^0.7.0"
},
"devDependencies": {
"chalk": "^5.0.1",
"chromedriver": "^103.0.0",
"commander": "^9.2.0",
"cross-spawn": "^7.0.3",
"typescript": "^4.6.2"
}
}
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": "Thu, 01 Sep 2022 21:53:34 GMT",
"tag": "@microsoft/fast-react-wrapper_v1.0.0-alpha.7",
"version": "1.0.0-alpha.7",
"comments": {
"prerelease": [
{
"author": "beachball",
"package": "@microsoft/fast-react-wrapper",
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.6",
"commit": "6b0f08574475d8b28cc2df67bf72b9041c2ad285"
}
]
}
},
{
"date": "Thu, 18 Aug 2022 20:46:10 GMT",
"tag": "@microsoft/fast-react-wrapper_v1.0.0-alpha.6",
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 Thu, 18 Aug 2022 20:46:10 GMT and should not be manually modified.
This log was last generated on Thu, 01 Sep 2022 21:53:34 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.0-alpha.7

Thu, 01 Sep 2022 21:53:34 GMT

### Changes

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

## 1.0.0-alpha.6

Thu, 18 Aug 2022 20:46:10 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.6",
"version": "1.0.0-alpha.7",
"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.5"
"@microsoft/fast-element": "^2.0.0-beta.6"
},
"peerDependencies": {
"react": ">=16.9.0"
Expand Down
15 changes: 15 additions & 0 deletions packages/web-components/fast-element/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@microsoft/fast-element",
"entries": [
{
"date": "Thu, 01 Sep 2022 21:53:34 GMT",
"tag": "@microsoft/fast-element_v2.0.0-beta.6",
"version": "2.0.0-beta.6",
"comments": {
"prerelease": [
{
"author": "roeisenb@microsoft.com",
"package": "@microsoft/fast-element",
"commit": "da9ebbe1b7471cd4e6f7b74f2f9bf02fcc54da4f",
"comment": "feat: add new state, ownedState, and computedState APIs"
}
]
}
},
{
"date": "Thu, 18 Aug 2022 20:46:10 GMT",
"tag": "@microsoft/fast-element_v2.0.0-beta.5",
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 Thu, 18 Aug 2022 20:46:10 GMT and should not be manually modified.
This log was last generated on Thu, 01 Sep 2022 21:53:34 GMT and should not be manually modified.

<!-- Start content -->

## 2.0.0-beta.6

Thu, 01 Sep 2022 21:53:34 GMT

### Changes

- feat: add new state, ownedState, and computedState APIs (roeisenb@microsoft.com)

## 2.0.0-beta.5

Thu, 18 Aug 2022 20:46:10 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.5",
"version": "2.0.0-beta.6",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down
Loading

0 comments on commit 1d230aa

Please sign in to comment.