Manually bump packages that are out of sync with NPM (#688)

* Add no-op comments to packages to create change files

* Change files

* Remove no-ops

* remove comment from win32 test app to force a change file

* Change files
This commit is contained in:
Saad Najmi 2021-05-13 01:06:32 -05:00 коммит произвёл GitHub
Родитель db8b3fc2a6
Коммит 1602018b21
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
8 изменённых файлов: 49 добавлений и 2 удалений

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

@ -1,7 +1,6 @@
'use strict';
import { FluentTesterApp } from '@fluentui-react-native/tester';
/* eslint-disable-next-line @typescript-eslint/camelcase */
import { AppRegistry } from 'react-native';
AppRegistry.registerComponent('FluentTester', () => FluentTesterApp);

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

@ -0,0 +1,8 @@
{
"type": "patch",
"comment": "Force a package update to sync npm version and repo version",
"packageName": "@fluentui/react-native",
"email": "sanajmi@microsoft.com",
"dependentChangeType": "patch",
"date": "2021-05-13T05:33:00.741Z"
}

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

@ -0,0 +1,8 @@
{
"type": "patch",
"comment": "Force a package update to sync npm version and repo version",
"packageName": "@fluentui-react-native/android-theme",
"email": "sanajmi@microsoft.com",
"dependentChangeType": "patch",
"date": "2021-05-13T05:33:03.350Z"
}

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

@ -0,0 +1,8 @@
{
"type": "patch",
"comment": "Force a package update to sync npm version and repo version",
"packageName": "@fluentui-react-native/experimental-shimmer",
"email": "sanajmi@microsoft.com",
"dependentChangeType": "patch",
"date": "2021-05-13T05:32:57.545Z"
}

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

@ -0,0 +1,8 @@
{
"type": "patch",
"comment": "Force a package update to sync npm version and repo version",
"packageName": "@fluentui-react-native/radio-group",
"email": "sanajmi@microsoft.com",
"dependentChangeType": "patch",
"date": "2021-05-13T05:32:54.803Z"
}

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

@ -0,0 +1,8 @@
{
"type": "patch",
"comment": "Force a package update to sync npm version and repo version",
"packageName": "@fluentui-react-native/tester",
"email": "sanajmi@microsoft.com",
"dependentChangeType": "patch",
"date": "2021-05-13T05:32:48.503Z"
}

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

@ -0,0 +1,8 @@
{
"type": "patch",
"comment": "remove comment from win32 test app to force a change file",
"packageName": "@fluentui-react-native/tester-win32",
"email": "sanajmi@microsoft.com",
"dependentChangeType": "patch",
"date": "2021-05-13T05:42:30.116Z"
}

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

@ -1,2 +1,2 @@
export * from './Shimmer';
export * from './Shimmer.types';
export * from './Shimmer.types';