Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Microsoft FAST Builds committed Mar 8, 2022
1 parent 8f5549b commit 7b3e2cd
Show file tree
Hide file tree
Showing 41 changed files with 388 additions and 127 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.

15 changes: 15 additions & 0 deletions examples/design-system-tutorial/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "fast-design-system-demo",
"entries": [
{
"date": "Tue, 08 Mar 2022 07:12:45 GMT",
"tag": "fast-design-system-demo_v1.0.0",
"version": "1.0.0",
"comments": {
"patch": [
{
"comment": "Bump @microsoft/fast-components to v2.22.1",
"author": "[email protected]",
"commit": "bb9c277af2b51fa445e75282c7432346c081f674",
"package": "fast-design-system-demo"
}
]
}
},
{
"date": "Sun, 06 Mar 2022 07:13:48 GMT",
"tag": "fast-design-system-demo_v1.0.0",
Expand Down
10 changes: 9 additions & 1 deletion examples/design-system-tutorial/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Change Log - fast-design-system-demo

This log was last generated on Sun, 06 Mar 2022 07:13:48 GMT and should not be manually modified.
This log was last generated on Tue, 08 Mar 2022 07:12:45 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.0

Tue, 08 Mar 2022 07:12:45 GMT

### Patches

- Bump @microsoft/fast-components to v2.22.1 ([email protected])

## 1.0.0

Sun, 06 Mar 2022 07:13:48 GMT

### Patches
Expand Down
6 changes: 3 additions & 3 deletions examples/design-system-tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"license": "ISC",
"dependencies": {
"@microsoft/fast-colors": "^5.1.5",
"@microsoft/fast-element": "^1.7.2",
"@microsoft/fast-foundation": "^2.35.0",
"@microsoft/fast-components": "^2.22.0",
"@microsoft/fast-element": "^1.8.0",
"@microsoft/fast-foundation": "^2.35.1",
"@microsoft/fast-components": "^2.22.1",
"tslib": "^1.11.1"
},
"devDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/tooling/fast-figma-plugin-msft/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@microsoft/fast-figma-plugin-msft",
"entries": [
{
"date": "Tue, 08 Mar 2022 07:12:45 GMT",
"tag": "@microsoft/fast-figma-plugin-msft_v0.8.16",
"version": "0.8.16",
"comments": {
"patch": [
{
"comment": "Bump @microsoft/fast-components to v2.22.1",
"author": "[email protected]",
"commit": "bb9c277af2b51fa445e75282c7432346c081f674",
"package": "@microsoft/fast-figma-plugin-msft"
}
]
}
},
{
"date": "Sun, 06 Mar 2022 07:13:48 GMT",
"tag": "@microsoft/fast-figma-plugin-msft_v0.8.16",
Expand Down
10 changes: 9 additions & 1 deletion packages/tooling/fast-figma-plugin-msft/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Change Log - @microsoft/fast-figma-plugin-msft

This log was last generated on Sun, 06 Mar 2022 07:13:48 GMT and should not be manually modified.
This log was last generated on Tue, 08 Mar 2022 07:12:45 GMT and should not be manually modified.

<!-- Start content -->

## 0.8.16

Tue, 08 Mar 2022 07:12:45 GMT

### Patches

- Bump @microsoft/fast-components to v2.22.1 ([email protected])

## 0.8.16

Sun, 06 Mar 2022 07:13:48 GMT

### Patches
Expand Down
6 changes: 3 additions & 3 deletions packages/tooling/fast-figma-plugin-msft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"dependencies": {
"@fluentui/web-components": "^2.2.1",
"@microsoft/fast-colors": "^5.1.5",
"@microsoft/fast-components": "^2.22.0",
"@microsoft/fast-element": "^1.7.2",
"@microsoft/fast-react-wrapper": "^0.1.35"
"@microsoft/fast-components": "^2.22.1",
"@microsoft/fast-element": "^1.8.0",
"@microsoft/fast-react-wrapper": "^0.1.36"
}
}
20 changes: 20 additions & 0 deletions packages/tooling/fast-vscode-syntax-highlighting/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "fast-tagged-templates",
"entries": [
{
"date": "Tue, 08 Mar 2022 07:12:45 GMT",
"tag": "fast-tagged-templates_v0.1.0",
"version": "0.1.0",
"comments": {
"minor": [
{
"comment": "add comment-style tags for syntax highlighting",
"author": "[email protected]",
"commit": "bc22a1f65b18528613605e866b0bf39b5245d51c",
"package": "fast-tagged-templates"
}
]
}
}
]
}
14 changes: 14 additions & 0 deletions packages/tooling/fast-vscode-syntax-highlighting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Change Log - fast-tagged-templates

This log was last generated on Tue, 08 Mar 2022 07:12:45 GMT and should not be manually modified.

<!-- Start content -->

## 0.1.0

Tue, 08 Mar 2022 07:12:45 GMT

### Minor changes

- add comment-style tags for syntax highlighting ([email protected])

## 0.0.1

Wed, 08 Dec 2021 01:13:59 GMT
Expand Down
100 changes: 50 additions & 50 deletions packages/tooling/fast-vscode-syntax-highlighting/package.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
{
"name": "fast-tagged-templates",
"displayName": "FAST Tagged Template Literals",
"description": "Syntax highlighting support for CSS and HTML tagged template literals",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
},
"version": "0.0.1",
"license": "MIT",
"engines": {
"vscode": "^1.49.0"
},
"categories": [
"Programming Languages"
],
"contributes": {
"grammars": [
{
"embeddedLanguages": {
"meta.embedded.block.css": "css",
"meta.embedded.block.html": "html"
},
"injectTo": [
"source.js",
"source.ts"
],
"path": "./syntaxes/fast-tagged-templates.tmLanguage.json",
"scopeName": "source.js.tagged-templates.injection"
},
{
"path": "./syntaxes/injection.json",
"scopeName": "invalid-expression-comment.injection",
"injectTo": [
"source.js",
"source.ts"
]
}
"name": "fast-tagged-templates",
"displayName": "FAST Tagged Template Literals",
"description": "Syntax highlighting support for CSS and HTML tagged template literals",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
},
"version": "0.1.0",
"license": "MIT",
"engines": {
"vscode": "^1.49.0"
},
"categories": [
"Programming Languages"
],
"contributes": {
"grammars": [
{
"embeddedLanguages": {
"meta.embedded.block.css": "css",
"meta.embedded.block.html": "html"
},
"injectTo": [
"source.js",
"source.ts"
],
"path": "./syntaxes/fast-tagged-templates.tmLanguage.json",
"scopeName": "source.js.tagged-templates.injection"
},
{
"path": "./syntaxes/injection.json",
"scopeName": "invalid-expression-comment.injection",
"injectTo": [
"source.js",
"source.ts"
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/fast.git"
},
"bugs": {
"url": "https://github.com/Microsoft/fast/issues/new/choose"
},
"icon": "images/fast-logo.png",
"beachball": {
"shouldPublish": false
}
}
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/fast.git"
},
"bugs": {
"url": "https://github.com/Microsoft/fast/issues/new/choose"
},
"icon": "images/fast-logo.png",
"beachball": {
"shouldPublish": false
}
}
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, 08 Mar 2022 07:12:45 GMT",
"tag": "@microsoft/fast-react-wrapper_v0.1.36",
"version": "0.1.36",
"comments": {
"patch": [
{
"comment": "Bump @microsoft/fast-element to v1.8.0",
"author": "[email protected]",
"commit": "0e506c6c67a8a7d75e4ef9cfbd000f9da810dc14",
"package": "@microsoft/fast-react-wrapper"
}
]
}
},
{
"date": "Sun, 06 Mar 2022 07:13:48 GMT",
"tag": "@microsoft/fast-react-wrapper_v0.1.35",
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 Sun, 06 Mar 2022 07:13:48 GMT and should not be manually modified.
This log was last generated on Tue, 08 Mar 2022 07:12:45 GMT and should not be manually modified.

<!-- Start content -->

## 0.1.36

Tue, 08 Mar 2022 07:12:45 GMT

### Patches

- Bump @microsoft/fast-element to v1.8.0 ([email protected])

## 0.1.35

Sun, 06 Mar 2022 07:13:48 GMT
Expand Down
6 changes: 3 additions & 3 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": "0.1.35",
"version": "0.1.36",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -85,8 +85,8 @@
"webpack": "^4.44.0"
},
"dependencies": {
"@microsoft/fast-element": "^1.7.2",
"@microsoft/fast-foundation": "^2.35.0"
"@microsoft/fast-element": "^1.8.0",
"@microsoft/fast-foundation": "^2.35.1"
},
"peerDependencies": {
"react": ">=16.9.0"
Expand Down
23 changes: 23 additions & 0 deletions packages/web-components/fast-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@microsoft/fast-components",
"entries": [
{
"date": "Tue, 08 Mar 2022 07:12:45 GMT",
"tag": "@microsoft/fast-components_v2.22.1",
"version": "2.22.1",
"comments": {
"none": [
{
"comment": "Fix CSS typo in radio group stories",
"author": "[email protected]",
"commit": "638cf9870c50b314b4b34cc055a3f59862e301ca",
"package": "@microsoft/fast-components"
}
],
"patch": [
{
"comment": "flex items should be aligned on cross axis.",
"author": "[email protected]",
"commit": "bb9c277af2b51fa445e75282c7432346c081f674",
"package": "@microsoft/fast-components"
}
]
}
},
{
"date": "Sun, 06 Mar 2022 07:13:48 GMT",
"tag": "@microsoft/fast-components_v2.22.0",
Expand Down
Loading

0 comments on commit 7b3e2cd

Please sign in to comment.