This commit is contained in:
FAST DevOps 2021-11-03 07:07:37 +00:00
Родитель 8ea7ed69c9
Коммит 1bf503a32b
9 изменённых файлов: 70 добавлений и 26 удалений

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

@ -1,7 +0,0 @@
{
"type": "minor",
"comment": "Added CSS box model web component",
"packageName": "@microsoft/fast-tooling",
"email": "44823142+williamw2@users.noreply.github.com",
"dependentChangeType": "patch"
}

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

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "Fixes change event propagation in CSSBoxModel",
"packageName": "@microsoft/fast-tooling",
"email": "44823142+williamw2@users.noreply.github.com",
"dependentChangeType": "patch"
}

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

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "Remove the soft remove UI for linked data as this should only be for regular JSON schema defined data types",
"packageName": "@microsoft/fast-tooling-react",
"email": "7559015+janechu@users.noreply.github.com",
"dependentChangeType": "patch"
}

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

@ -1,6 +1,27 @@
{
"name": "@microsoft/fast-tooling-react",
"entries": [
{
"date": "Wed, 03 Nov 2021 07:07:37 GMT",
"tag": "@microsoft/fast-tooling-react_v2.12.2",
"version": "2.12.2",
"comments": {
"patch": [
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-tooling-react",
"comment": "Remove the soft remove UI for linked data as this should only be for regular JSON schema defined data types",
"commit": "8ea7ed69c97f81e210d239c1c5afc4ff609abfd5"
},
{
"author": "beachball",
"package": "@microsoft/fast-tooling-react",
"comment": "Bump @microsoft/fast-tooling to v0.31.0",
"commit": "8ea7ed69c97f81e210d239c1c5afc4ff609abfd5"
}
]
}
},
{
"date": "Thu, 28 Oct 2021 07:06:12 GMT",
"tag": "@microsoft/fast-tooling-react_v2.12.1",

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

@ -1,9 +1,18 @@
# Change Log - @microsoft/fast-tooling-react
This log was last generated on Thu, 28 Oct 2021 07:06:12 GMT and should not be manually modified.
This log was last generated on Wed, 03 Nov 2021 07:07:37 GMT and should not be manually modified.
<!-- Start content -->
## 2.12.2
Wed, 03 Nov 2021 07:07:37 GMT
### Patches
- Remove the soft remove UI for linked data as this should only be for regular JSON schema defined data types (7559015+janechu@users.noreply.github.com)
- Bump @microsoft/fast-tooling to v0.31.0
## 2.12.1
Thu, 28 Oct 2021 07:06:12 GMT

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

@ -2,7 +2,7 @@
"name": "@microsoft/fast-tooling-react",
"description": "A React-specific set of components and utilities to assist in creating web UI",
"sideEffects": false,
"version": "2.12.1",
"version": "2.12.2",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
@ -121,7 +121,7 @@
"@microsoft/fast-foundation": "^2.13.1",
"@microsoft/fast-jss-manager-react": "^3.0.0 || ^4.0.0",
"@microsoft/fast-jss-utilities": "^4.8.0",
"@microsoft/fast-tooling": "^0.30.2",
"@microsoft/fast-tooling": "^0.31.0",
"@microsoft/fast-web-utilities": "^4.8.1",
"@skatejs/val": "^0.5.0",
"exenv-es6": "^1.0.0",

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

@ -1,6 +1,29 @@
{
"name": "@microsoft/fast-tooling",
"entries": [
{
"date": "Wed, 03 Nov 2021 07:07:37 GMT",
"tag": "@microsoft/fast-tooling_v0.31.0",
"version": "0.31.0",
"comments": {
"minor": [
{
"author": "44823142+williamw2@users.noreply.github.com",
"package": "@microsoft/fast-tooling",
"comment": "Added CSS box model web component",
"commit": "8ea7ed69c97f81e210d239c1c5afc4ff609abfd5"
}
],
"patch": [
{
"author": "44823142+williamw2@users.noreply.github.com",
"package": "@microsoft/fast-tooling",
"comment": "Fixes change event propagation in CSSBoxModel",
"commit": "8ea7ed69c97f81e210d239c1c5afc4ff609abfd5"
}
]
}
},
{
"date": "Thu, 28 Oct 2021 07:06:12 GMT",
"tag": "@microsoft/fast-tooling_v0.30.2",

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

@ -1,9 +1,21 @@
# Change Log - @microsoft/fast-tooling
This log was last generated on Thu, 28 Oct 2021 07:06:12 GMT and should not be manually modified.
This log was last generated on Wed, 03 Nov 2021 07:07:37 GMT and should not be manually modified.
<!-- Start content -->
## 0.31.0
Wed, 03 Nov 2021 07:07:37 GMT
### Minor changes
- Added CSS box model web component (44823142+williamw2@users.noreply.github.com)
### Patches
- Fixes change event propagation in CSSBoxModel (44823142+williamw2@users.noreply.github.com)
## 0.30.2
Thu, 28 Oct 2021 07:06:12 GMT

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

@ -2,7 +2,7 @@
"name": "@microsoft/fast-tooling",
"description": "A set of utilities to assist in creating web UI",
"sideEffects": false,
"version": "0.30.2",
"version": "0.31.0",
"type": "module",
"author": {
"name": "Microsoft",