This commit is contained in:
Fluent UI Build 2022-05-26 15:06:34 +00:00
Родитель ef665ab8db
Коммит e95cbfe8b1
10 изменённых файлов: 76 добавлений и 14 удалений

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

@ -1,7 +0,0 @@
{
"type": "minor",
"comment": "feat: export useRenderer_unstable",
"packageName": "@griffel/react",
"email": "olfedias@microsoft.com",
"dependentChangeType": "patch"
}

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

@ -1,6 +1,21 @@
{
"name": "@griffel/devtools",
"entries": [
{
"date": "Thu, 26 May 2022 15:06:34 GMT",
"tag": "@griffel/devtools_v0.0.1",
"version": "0.0.1",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@griffel/devtools",
"comment": "Bump @griffel/react to v1.1.0",
"commit": "ef665ab8dbc42c4db6625144357041f55e78c46e"
}
]
}
},
{
"date": "Tue, 17 May 2022 08:34:48 GMT",
"tag": "@griffel/devtools_v0.0.1",

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

@ -1,11 +1,19 @@
# Change Log - @griffel/devtools
This log was last generated on Tue, 17 May 2022 08:34:48 GMT and should not be manually modified.
This log was last generated on Thu, 26 May 2022 15:06:34 GMT and should not be manually modified.
<!-- Start content -->
## 0.0.1
Thu, 26 May 2022 15:06:34 GMT
### Patches
- Bump @griffel/react to v1.1.0
## 0.0.1
Tue, 17 May 2022 08:34:48 GMT
### Patches

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

@ -10,7 +10,7 @@
},
"sideEffects": false,
"dependencies": {
"@griffel/react": "^1.0.5",
"@griffel/react": "^1.1.0",
"js-beautify": "^1.14.0",
"prism-react-renderer": "1.2.1",
"react-dom": ">=16.8.0 <18.0.0",

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

@ -1,6 +1,21 @@
{
"name": "@griffel/react",
"entries": [
{
"date": "Thu, 26 May 2022 15:06:34 GMT",
"tag": "@griffel/react_v1.1.0",
"version": "1.1.0",
"comments": {
"minor": [
{
"author": "olfedias@microsoft.com",
"package": "@griffel/react",
"commit": "ef665ab8dbc42c4db6625144357041f55e78c46e",
"comment": "feat: export useRenderer_unstable"
}
]
}
},
{
"date": "Tue, 17 May 2022 08:34:48 GMT",
"tag": "@griffel/react_v1.0.5",

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

@ -1,9 +1,17 @@
# Change Log - @griffel/react
This log was last generated on Tue, 17 May 2022 08:34:48 GMT and should not be manually modified.
This log was last generated on Thu, 26 May 2022 15:06:34 GMT and should not be manually modified.
<!-- Start content -->
## 1.1.0
Thu, 26 May 2022 15:06:34 GMT
### Minor changes
- feat: export useRenderer_unstable (olfedias@microsoft.com)
## 1.0.5
Tue, 17 May 2022 08:34:48 GMT

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

@ -1,6 +1,6 @@
{
"name": "@griffel/react",
"version": "1.0.5",
"version": "1.1.0",
"description": "React implementation of Atomic CSS-in-JS",
"license": "MIT",
"repository": {

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

@ -1,6 +1,21 @@
{
"name": "@griffel/webpack-loader",
"entries": [
{
"date": "Thu, 26 May 2022 15:06:34 GMT",
"tag": "@griffel/webpack-loader_v2.0.6",
"version": "2.0.6",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@griffel/webpack-loader",
"comment": "Bump @griffel/react to v1.1.0",
"commit": "ef665ab8dbc42c4db6625144357041f55e78c46e"
}
]
}
},
{
"date": "Tue, 17 May 2022 08:34:48 GMT",
"tag": "@griffel/webpack-loader_v2.0.5",

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

@ -1,9 +1,17 @@
# Change Log - @griffel/webpack-loader
This log was last generated on Tue, 17 May 2022 08:34:48 GMT and should not be manually modified.
This log was last generated on Thu, 26 May 2022 15:06:34 GMT and should not be manually modified.
<!-- Start content -->
## 2.0.6
Thu, 26 May 2022 15:06:34 GMT
### Patches
- Bump @griffel/react to v1.1.0
## 2.0.5
Tue, 17 May 2022 08:34:48 GMT

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

@ -1,6 +1,6 @@
{
"name": "@griffel/webpack-loader",
"version": "2.0.5",
"version": "2.0.6",
"description": "Webpack loader that performs build time transforms for Griffel",
"license": "MIT",
"repository": {
@ -16,7 +16,7 @@
"tslib": "^2.1.0"
},
"peerDependencies": {
"@griffel/react": "^1.0.5",
"@griffel/react": "^1.1.0",
"webpack": "^5"
}
}