applying package updates
This commit is contained in:
Родитель
96c9eb864e
Коммит
c45910dcf8
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Fix the redo shortcut keys and correct the next targeted history action",
|
||||
"packageName": "@microsoft/fast-tooling",
|
||||
"email": "7559015+janechu@users.noreply.github.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Fixed an issue where the React Form would error when recieving a custom message",
|
||||
"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": "Sun, 16 Jan 2022 07:07:11 GMT",
|
||||
"tag": "@microsoft/fast-tooling-react_v2.13.4",
|
||||
"version": "2.13.4",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "7559015+janechu@users.noreply.github.com",
|
||||
"package": "@microsoft/fast-tooling-react",
|
||||
"comment": "Fixed an issue where the React Form would error when recieving a custom message",
|
||||
"commit": "96c9eb864ed51a60df13849e267f803f98849f59"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@microsoft/fast-tooling-react",
|
||||
"comment": "Bump @microsoft/fast-tooling to v0.37.1",
|
||||
"commit": "96c9eb864ed51a60df13849e267f803f98849f59"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Thu, 13 Jan 2022 07:07:24 GMT",
|
||||
"tag": "@microsoft/fast-tooling-react_v2.13.3",
|
||||
|
|
|
@ -1,9 +1,18 @@
|
|||
# Change Log - @microsoft/fast-tooling-react
|
||||
|
||||
This log was last generated on Thu, 13 Jan 2022 07:07:24 GMT and should not be manually modified.
|
||||
This log was last generated on Sun, 16 Jan 2022 07:07:11 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 2.13.4
|
||||
|
||||
Sun, 16 Jan 2022 07:07:11 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Fixed an issue where the React Form would error when recieving a custom message (7559015+janechu@users.noreply.github.com)
|
||||
- Bump @microsoft/fast-tooling to v0.37.1
|
||||
|
||||
## 2.13.3
|
||||
|
||||
Thu, 13 Jan 2022 07:07:24 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.13.3",
|
||||
"version": "2.13.4",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
|
@ -123,7 +123,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.37.0",
|
||||
"@microsoft/fast-tooling": "^0.37.1",
|
||||
"@microsoft/fast-web-utilities": "^4.8.1",
|
||||
"@skatejs/val": "^0.5.0",
|
||||
"exenv-es6": "^1.0.0",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@microsoft/fast-tooling",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Sun, 16 Jan 2022 07:07:11 GMT",
|
||||
"tag": "@microsoft/fast-tooling_v0.37.1",
|
||||
"version": "0.37.1",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "7559015+janechu@users.noreply.github.com",
|
||||
"package": "@microsoft/fast-tooling",
|
||||
"comment": "Fix the redo shortcut keys and correct the next targeted history action",
|
||||
"commit": "96c9eb864ed51a60df13849e267f803f98849f59"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Thu, 13 Jan 2022 07:07:24 GMT",
|
||||
"tag": "@microsoft/fast-tooling_v0.37.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @microsoft/fast-tooling
|
||||
|
||||
This log was last generated on Thu, 13 Jan 2022 07:07:24 GMT and should not be manually modified.
|
||||
This log was last generated on Sun, 16 Jan 2022 07:07:11 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.37.1
|
||||
|
||||
Sun, 16 Jan 2022 07:07:11 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Fix the redo shortcut keys and correct the next targeted history action (7559015+janechu@users.noreply.github.com)
|
||||
|
||||
## 0.37.0
|
||||
|
||||
Thu, 13 Jan 2022 07:07:24 GMT
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@microsoft/fast-tooling",
|
||||
"description": "A set of utilities to assist in creating web UI",
|
||||
"sideEffects": false,
|
||||
"version": "0.37.0",
|
||||
"version": "0.37.1",
|
||||
"type": "module",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
|
|
Загрузка…
Ссылка в новой задаче