This commit is contained in:
nicholasrice 2022-06-01 15:24:04 -07:00
Родитель 27b81b994e
Коммит 048f38dc96
22 изменённых файлов: 178 добавлений и 24 удалений

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "prerelease",
"comment": "Force version update",
"packageName": "@microsoft/fast-foundation",
"email": "nicholasrice@users.noreply.github.com",
"dependentChangeType": "prerelease"
}

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "fast-design-system-demo",
"entries": [
{
"date": "Wed, 01 Jun 2022 22:21:24 GMT",
"tag": "fast-design-system-demo_v1.0.0",
"version": "1.0.0",
"comments": {
"prerelease": [
{
"comment": "Bump @microsoft/fast-foundation to v3.0.0-alpha.2",
"author": "nicholasrice@users.noreply.github.com",
"commit": "e4740b8f077b77954ae82ff698f144181e1504a7",
"package": "fast-design-system-demo"
}
]
}
},
{
"date": "Wed, 01 Jun 2022 17:53:14 GMT",
"tag": "fast-design-system-demo_v1.0.0",

Просмотреть файл

@ -1,11 +1,19 @@
# Change Log - fast-design-system-demo
This log was last generated on Thu, 26 May 2022 07:11:44 GMT and should not be manually modified.
This log was last generated on Wed, 01 Jun 2022 22:21:24 GMT and should not be manually modified.
<!-- Start content -->
## 1.0.0
Wed, 01 Jun 2022 22:21:24 GMT
### Changes
- Bump @microsoft/fast-foundation to v3.0.0-alpha.2 (nicholasrice@users.noreply.github.com)
## 1.0.0
Thu, 26 May 2022 07:11:44 GMT
### Patches

Просмотреть файл

@ -13,7 +13,7 @@
"dependencies": {
"@microsoft/fast-colors": "^5.3.1",
"@microsoft/fast-element": "^2.0.0-beta.1",
"@microsoft/fast-foundation": "^3.0.0-alpha.1",
"@microsoft/fast-foundation": "^3.0.0-alpha.2",
"@microsoft/fast-components": "^2.30.6",
"tslib": "^2.4.0"
},

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@microsoft/fast-figma-plugin-msft",
"entries": [
{
"date": "Wed, 01 Jun 2022 22:21:24 GMT",
"tag": "@microsoft/fast-figma-plugin-msft_v0.8.16",
"version": "0.8.16",
"comments": {
"prerelease": [
{
"comment": "Bump @microsoft/fast-react-wrapper to v1.0.0-alpha.2",
"author": "nicholasrice@users.noreply.github.com",
"commit": "e4740b8f077b77954ae82ff698f144181e1504a7",
"package": "@microsoft/fast-figma-plugin-msft"
}
]
}
},
{
"date": "Wed, 01 Jun 2022 17:53:14 GMT",
"tag": "@microsoft/fast-figma-plugin-msft_v0.8.16",

Просмотреть файл

@ -1,11 +1,19 @@
# Change Log - @microsoft/fast-figma-plugin-msft
This log was last generated on Thu, 26 May 2022 07:11:44 GMT and should not be manually modified.
This log was last generated on Wed, 01 Jun 2022 22:21:24 GMT and should not be manually modified.
<!-- Start content -->
## 0.8.16
Wed, 01 Jun 2022 22:21:24 GMT
### Changes
- Bump @microsoft/fast-react-wrapper to v1.0.0-alpha.2 (nicholasrice@users.noreply.github.com)
## 0.8.16
Thu, 26 May 2022 07:11:44 GMT
### Patches

Просмотреть файл

@ -56,6 +56,6 @@
"@microsoft/fast-colors": "^5.3.1",
"@microsoft/fast-components": "^2.30.6",
"@microsoft/fast-element": "^1.0.0",
"@microsoft/fast-react-wrapper": "^1.0.0-alpha.1"
"@microsoft/fast-react-wrapper": "^1.0.0-alpha.2"
}
}

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@microsoft/adaptive-ui",
"entries": [
{
"date": "Wed, 01 Jun 2022 22:21:24 GMT",
"tag": "@microsoft/adaptive-ui_v1.0.0-alpha.2",
"version": "1.0.0-alpha.2",
"comments": {
"prerelease": [
{
"comment": "Bump @microsoft/fast-foundation to v3.0.0-alpha.2",
"author": "nicholasrice@users.noreply.github.com",
"commit": "e4740b8f077b77954ae82ff698f144181e1504a7",
"package": "@microsoft/adaptive-ui"
}
]
}
},
{
"date": "Wed, 01 Jun 2022 17:53:14 GMT",
"tag": "@microsoft/adaptive-ui_v1.0.0-alpha.1",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @microsoft/adaptive-ui
This log was last generated on Wed, 01 Jun 2022 17:53:14 GMT and should not be manually modified.
This log was last generated on Wed, 01 Jun 2022 22:21:24 GMT and should not be manually modified.
<!-- Start content -->
## 1.0.0-alpha.2
Wed, 01 Jun 2022 22:21:24 GMT
### Changes
- Bump @microsoft/fast-foundation to v3.0.0-alpha.2 (nicholasrice@users.noreply.github.com)
## 1.0.0-alpha.1
Wed, 01 Jun 2022 17:53:14 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/adaptive-ui",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "A collection of design utilities supporting basic styling and Adaptive UI",
"type": "module",
"main": "dist/esm/index.js",
@ -43,7 +43,7 @@
},
"dependencies": {
"@microsoft/fast-colors": "^5.3.1",
"@microsoft/fast-foundation": "3.0.0-alpha.1"
"@microsoft/fast-foundation": "3.0.0-alpha.2"
},
"devDependencies": {
"@microsoft/api-extractor": "7.24.2",

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@microsoft/fast-react-wrapper",
"entries": [
{
"date": "Wed, 01 Jun 2022 22:21:24 GMT",
"tag": "@microsoft/fast-react-wrapper_v1.0.0-alpha.2",
"version": "1.0.0-alpha.2",
"comments": {
"prerelease": [
{
"comment": "Bump @microsoft/fast-foundation to v3.0.0-alpha.2",
"author": "nicholasrice@users.noreply.github.com",
"commit": "e4740b8f077b77954ae82ff698f144181e1504a7",
"package": "@microsoft/fast-react-wrapper"
}
]
}
},
{
"date": "Wed, 01 Jun 2022 17:53:14 GMT",
"tag": "@microsoft/fast-react-wrapper_v1.0.0-alpha.1",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @microsoft/fast-react-wrapper
This log was last generated on Wed, 01 Jun 2022 17:53:14 GMT and should not be manually modified.
This log was last generated on Wed, 01 Jun 2022 22:21:24 GMT and should not be manually modified.
<!-- Start content -->
## 1.0.0-alpha.2
Wed, 01 Jun 2022 22:21:24 GMT
### Changes
- Bump @microsoft/fast-foundation to v3.0.0-alpha.2 (nicholasrice@users.noreply.github.com)
## 1.0.0-alpha.1
Wed, 01 Jun 2022 17:53:14 GMT

Просмотреть файл

@ -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.1",
"version": "1.0.0-alpha.2",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
@ -83,7 +83,7 @@
},
"dependencies": {
"@microsoft/fast-element": "^2.0.0-beta.1",
"@microsoft/fast-foundation": "^3.0.0-alpha.1"
"@microsoft/fast-foundation": "^3.0.0-alpha.2"
},
"peerDependencies": {
"react": ">=16.9.0"

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@microsoft/fast-foundation",
"entries": [
{
"date": "Wed, 01 Jun 2022 22:21:24 GMT",
"tag": "@microsoft/fast-foundation_v3.0.0-alpha.2",
"version": "3.0.0-alpha.2",
"comments": {
"prerelease": [
{
"comment": "Force version update",
"author": "nicholasrice@users.noreply.github.com",
"commit": "e4740b8f077b77954ae82ff698f144181e1504a7",
"package": "@microsoft/fast-foundation"
}
]
}
},
{
"date": "Wed, 01 Jun 2022 17:53:14 GMT",
"tag": "@microsoft/fast-foundation_v3.0.0-alpha.1",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @microsoft/fast-foundation
This log was last generated on Wed, 01 Jun 2022 17:53:14 GMT and should not be manually modified.
This log was last generated on Wed, 01 Jun 2022 22:21:24 GMT and should not be manually modified.
<!-- Start content -->
## 3.0.0-alpha.2
Wed, 01 Jun 2022 22:21:24 GMT
### Changes
- Force version update (nicholasrice@users.noreply.github.com)
## 3.0.0-alpha.1
Wed, 01 Jun 2022 17:53:14 GMT

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@microsoft/fast-foundation",
"description": "A library of Web Component building blocks",
"sideEffects": false,
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@microsoft/fast-ssr",
"entries": [
{
"date": "Wed, 01 Jun 2022 22:21:24 GMT",
"tag": "@microsoft/fast-ssr_v1.0.0-beta.2",
"version": "1.0.0-beta.2",
"comments": {
"prerelease": [
{
"comment": "Bump @microsoft/fast-foundation to v3.0.0-alpha.2",
"author": "nicholasrice@users.noreply.github.com",
"commit": "e4740b8f077b77954ae82ff698f144181e1504a7",
"package": "@microsoft/fast-ssr"
}
]
}
},
{
"date": "Wed, 01 Jun 2022 17:53:14 GMT",
"tag": "@microsoft/fast-ssr_v1.0.0-beta.1",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @microsoft/fast-ssr
This log was last generated on Wed, 01 Jun 2022 17:53:14 GMT and should not be manually modified.
This log was last generated on Wed, 01 Jun 2022 22:21:24 GMT and should not be manually modified.
<!-- Start content -->
## 1.0.0-beta.2
Wed, 01 Jun 2022 22:21:24 GMT
### Changes
- Bump @microsoft/fast-foundation to v3.0.0-alpha.2 (nicholasrice@users.noreply.github.com)
## 1.0.0-beta.1
Wed, 01 Jun 2022 17:53:14 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/fast-ssr",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"type": "module",
"author": {
"name": "Microsoft",
@ -56,7 +56,7 @@
},
"devDependencies": {
"@microsoft/fast-element": "^2.0.0-beta.1",
"@microsoft/fast-foundation": "^3.0.0-alpha.1",
"@microsoft/fast-foundation": "^3.0.0-alpha.2",
"@microsoft/api-extractor": "7.24.2",
"@playwright/test": "^1.20.1",
"@types/express": "^4.17.13",

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@microsoft/site-utilities",
"entries": [
{
"date": "Wed, 01 Jun 2022 22:21:24 GMT",
"tag": "@microsoft/site-utilities_v0.9.0",
"version": "0.9.0",
"comments": {
"prerelease": [
{
"comment": "Bump @microsoft/fast-foundation to v3.0.0-alpha.2",
"author": "nicholasrice@users.noreply.github.com",
"commit": "e4740b8f077b77954ae82ff698f144181e1504a7",
"package": "@microsoft/site-utilities"
}
]
}
},
{
"date": "Wed, 01 Jun 2022 17:53:14 GMT",
"tag": "@microsoft/site-utilities_v0.9.0",

Просмотреть файл

@ -1,11 +1,19 @@
# Change Log - @microsoft/site-utilities
This log was last generated on Thu, 26 May 2022 07:11:44 GMT and should not be manually modified.
This log was last generated on Wed, 01 Jun 2022 22:21:24 GMT and should not be manually modified.
<!-- Start content -->
## 0.9.0
Wed, 01 Jun 2022 22:21:24 GMT
### Changes
- Bump @microsoft/fast-foundation to v3.0.0-alpha.2 (nicholasrice@users.noreply.github.com)
## 0.9.0
Thu, 26 May 2022 07:11:44 GMT
### Patches

Просмотреть файл

@ -32,6 +32,6 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@microsoft/fast-foundation": "^3.0.0-alpha.1"
"@microsoft/fast-foundation": "^3.0.0-alpha.2"
}
}