This commit is contained in:
Fluent UI Build 2022-10-26 11:06:03 +00:00
Родитель f9fb5726c8
Коммит 61f2f0dbd2
29 изменённых файлов: 252 добавлений и 60 удалений

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

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "feat: add validation into mergeClasses for makeResetStyles calls",
"packageName": "@griffel/core",
"email": "olfedias@microsoft.com",
"dependentChangeType": "patch"
}

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

@ -1,7 +0,0 @@
{
"type": "none",
"comment": "fix: cleanup dependencies in @griffel/devtools",
"packageName": "@griffel/devtools",
"email": "olfedias@microsoft.com",
"dependentChangeType": "none"
}

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

@ -1,7 +0,0 @@
{
"type": "minor",
"comment": "feat: add support for makeResetStyles",
"packageName": "@griffel/jest-serializer",
"email": "olfedias@microsoft.com",
"dependentChangeType": "patch"
}

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

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "fix: add export for __resetCSS",
"packageName": "@griffel/react",
"email": "olfedias@microsoft.com",
"dependentChangeType": "patch"
}

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

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "chore: allow React 18 in peerDependencies",
"packageName": "@griffel/react",
"email": "olfedias@microsoft.com",
"dependentChangeType": "patch"
}

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

@ -1,6 +1,21 @@
{
"name": "@griffel/babel-preset",
"entries": [
{
"date": "Wed, 26 Oct 2022 11:06:03 GMT",
"tag": "@griffel/babel-preset_v1.4.3",
"version": "1.4.3",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@griffel/babel-preset",
"comment": "Bump @griffel/core to v1.8.1",
"commit": "f9fb5726c89abff0c7f5e07c6e1d1c8e0ebbcde6"
}
]
}
},
{
"date": "Wed, 19 Oct 2022 08:34:48 GMT",
"tag": "@griffel/babel-preset_v1.4.2",

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

@ -1,9 +1,17 @@
# Change Log - @griffel/babel-preset
This log was last generated on Wed, 19 Oct 2022 08:34:48 GMT and should not be manually modified.
This log was last generated on Wed, 26 Oct 2022 11:06:03 GMT and should not be manually modified.
<!-- Start content -->
## 1.4.3
Wed, 26 Oct 2022 11:06:03 GMT
### Patches
- Bump @griffel/core to v1.8.1
## 1.4.2
Wed, 19 Oct 2022 08:34:48 GMT

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

@ -1,6 +1,6 @@
{
"name": "@griffel/babel-preset",
"version": "1.4.2",
"version": "1.4.3",
"description": "Babel preset with build time transforms for Griffel",
"license": "MIT",
"repository": {
@ -20,6 +20,6 @@
"tslib": "^2.1.0"
},
"peerDependencies": {
"@griffel/core": "^1.8.0"
"@griffel/core": "^1.8.1"
}
}

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

@ -1,6 +1,21 @@
{
"name": "@griffel/core",
"entries": [
{
"date": "Wed, 26 Oct 2022 11:06:03 GMT",
"tag": "@griffel/core_v1.8.1",
"version": "1.8.1",
"comments": {
"patch": [
{
"author": "olfedias@microsoft.com",
"package": "@griffel/core",
"commit": "5f2b99cb41fe1fc8c1676c3319e6d8fccd95dd26",
"comment": "feat: add validation into mergeClasses for makeResetStyles calls"
}
]
}
},
{
"date": "Thu, 13 Oct 2022 08:36:18 GMT",
"tag": "@griffel/core_v1.8.0",

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

@ -1,9 +1,17 @@
# Change Log - @griffel/core
This log was last generated on Thu, 13 Oct 2022 08:36:18 GMT and should not be manually modified.
This log was last generated on Wed, 26 Oct 2022 11:06:03 GMT and should not be manually modified.
<!-- Start content -->
## 1.8.1
Wed, 26 Oct 2022 11:06:03 GMT
### Patches
- feat: add validation into mergeClasses for makeResetStyles calls (olfedias@microsoft.com)
## 1.8.0
Thu, 13 Oct 2022 08:36:18 GMT

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

@ -1,6 +1,6 @@
{
"name": "@griffel/core",
"version": "1.8.0",
"version": "1.8.1",
"description": "DOM implementation of Atomic CSS-in-JS",
"license": "MIT",
"repository": {

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

@ -1,6 +1,29 @@
{
"name": "@griffel/devtools",
"entries": [
{
"date": "Wed, 26 Oct 2022 11:06:03 GMT",
"tag": "@griffel/devtools_v0.2.4",
"version": "0.2.4",
"comments": {
"none": [
{
"author": "olfedias@microsoft.com",
"package": "@griffel/devtools",
"commit": "f9fb5726c89abff0c7f5e07c6e1d1c8e0ebbcde6",
"comment": "fix: cleanup dependencies in @griffel/devtools"
}
],
"patch": [
{
"author": "beachball",
"package": "@griffel/devtools",
"comment": "Bump @griffel/react to v1.4.2",
"commit": "f9fb5726c89abff0c7f5e07c6e1d1c8e0ebbcde6"
}
]
}
},
{
"date": "Thu, 13 Oct 2022 08:36:18 GMT",
"tag": "@griffel/devtools_v0.2.3",

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

@ -1,9 +1,17 @@
# Change Log - @griffel/devtools
This log was last generated on Thu, 13 Oct 2022 08:36:18 GMT and should not be manually modified.
This log was last generated on Wed, 26 Oct 2022 11:06:03 GMT and should not be manually modified.
<!-- Start content -->
## 0.2.4
Wed, 26 Oct 2022 11:06:03 GMT
### Patches
- Bump @griffel/react to v1.4.2
## 0.2.3
Thu, 13 Oct 2022 08:36:18 GMT

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

@ -1,6 +1,6 @@
{
"name": "@griffel/devtools",
"version": "0.2.3",
"version": "0.2.4",
"description": "Griffel chrome devtools extension",
"license": "MIT",
"repository": {
@ -8,6 +8,6 @@
"url": "https://github.com/microsoft/griffel"
},
"devDependencies": {
"@griffel/react": "^1.4.1"
"@griffel/react": "^1.4.2"
}
}

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

@ -1,6 +1,27 @@
{
"name": "@griffel/jest-serializer",
"entries": [
{
"date": "Wed, 26 Oct 2022 11:06:03 GMT",
"tag": "@griffel/jest-serializer_v1.1.0",
"version": "1.1.0",
"comments": {
"minor": [
{
"author": "olfedias@microsoft.com",
"package": "@griffel/jest-serializer",
"commit": "5f2b99cb41fe1fc8c1676c3319e6d8fccd95dd26",
"comment": "feat: add support for makeResetStyles"
},
{
"author": "beachball",
"package": "@griffel/jest-serializer",
"comment": "Bump @griffel/core to v1.8.1",
"commit": "f9fb5726c89abff0c7f5e07c6e1d1c8e0ebbcde6"
}
]
}
},
{
"date": "Thu, 13 Oct 2022 08:36:18 GMT",
"tag": "@griffel/jest-serializer_v1.0.13",

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

@ -1,9 +1,18 @@
# Change Log - @griffel/jest-serializer
This log was last generated on Thu, 13 Oct 2022 08:36:18 GMT and should not be manually modified.
This log was last generated on Wed, 26 Oct 2022 11:06:03 GMT and should not be manually modified.
<!-- Start content -->
## 1.1.0
Wed, 26 Oct 2022 11:06:03 GMT
### Minor changes
- feat: add support for makeResetStyles (olfedias@microsoft.com)
- Bump @griffel/core to v1.8.1
## 1.0.13
Thu, 13 Oct 2022 08:36:18 GMT

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

@ -1,6 +1,6 @@
{
"name": "@griffel/jest-serializer",
"version": "1.0.13",
"version": "1.1.0",
"description": "Jest serializer for Griffel",
"license": "MIT",
"repository": {
@ -11,6 +11,6 @@
"tslib": "^2.1.0"
},
"peerDependencies": {
"@griffel/core": "^1.8.0"
"@griffel/core": "^1.8.1"
}
}

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

@ -1,6 +1,27 @@
{
"name": "@griffel/next-extraction-plugin",
"entries": [
{
"date": "Wed, 26 Oct 2022 11:06:03 GMT",
"tag": "@griffel/next-extraction-plugin_v0.0.7",
"version": "0.0.7",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@griffel/next-extraction-plugin",
"comment": "Bump @griffel/webpack-extraction-plugin to v0.2.1",
"commit": "f9fb5726c89abff0c7f5e07c6e1d1c8e0ebbcde6"
},
{
"author": "beachball",
"package": "@griffel/next-extraction-plugin",
"comment": "Bump @griffel/core to v1.8.1",
"commit": "f9fb5726c89abff0c7f5e07c6e1d1c8e0ebbcde6"
}
]
}
},
{
"date": "Thu, 13 Oct 2022 08:36:18 GMT",
"tag": "@griffel/next-extraction-plugin_v0.0.6",

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

@ -1,9 +1,18 @@
# Change Log - @griffel/next-extraction-plugin
This log was last generated on Thu, 13 Oct 2022 08:36:18 GMT and should not be manually modified.
This log was last generated on Wed, 26 Oct 2022 11:06:03 GMT and should not be manually modified.
<!-- Start content -->
## 0.0.7
Wed, 26 Oct 2022 11:06:03 GMT
### Patches
- Bump @griffel/webpack-extraction-plugin to v0.2.1
- Bump @griffel/core to v1.8.1
## 0.0.6
Thu, 13 Oct 2022 08:36:18 GMT

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

@ -1,6 +1,6 @@
{
"name": "@griffel/next-extraction-plugin",
"version": "0.0.6",
"version": "0.0.7",
"description": "NextJS plugin that add Griffel's CSS extraction to webpack loaders pipeline",
"license": "MIT",
"repository": {
@ -8,11 +8,11 @@
"url": "https://github.com/microsoft/griffel"
},
"dependencies": {
"@griffel/webpack-extraction-plugin": "^0.2.0",
"@griffel/webpack-extraction-plugin": "^0.2.1",
"browserslist": "^4.19.1"
},
"peerDependencies": {
"@griffel/core": "^1.8.0",
"@griffel/core": "^1.8.1",
"next": "^12.0.5",
"webpack": "^5"
}

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

@ -1,6 +1,33 @@
{
"name": "@griffel/react",
"entries": [
{
"date": "Wed, 26 Oct 2022 11:06:03 GMT",
"tag": "@griffel/react_v1.4.2",
"version": "1.4.2",
"comments": {
"patch": [
{
"author": "olfedias@microsoft.com",
"package": "@griffel/react",
"commit": "d37c4b57efacd1d878d9c93aa06707fe972b89a9",
"comment": "fix: add export for __resetCSS"
},
{
"author": "olfedias@microsoft.com",
"package": "@griffel/react",
"commit": "f9fb5726c89abff0c7f5e07c6e1d1c8e0ebbcde6",
"comment": "chore: allow React 18 in peerDependencies"
},
{
"author": "beachball",
"package": "@griffel/react",
"comment": "Bump @griffel/core to v1.8.1",
"commit": "f9fb5726c89abff0c7f5e07c6e1d1c8e0ebbcde6"
}
]
}
},
{
"date": "Thu, 13 Oct 2022 08:36:18 GMT",
"tag": "@griffel/react_v1.4.1",

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

@ -1,9 +1,19 @@
# Change Log - @griffel/react
This log was last generated on Thu, 13 Oct 2022 08:36:18 GMT and should not be manually modified.
This log was last generated on Wed, 26 Oct 2022 11:06:03 GMT and should not be manually modified.
<!-- Start content -->
## 1.4.2
Wed, 26 Oct 2022 11:06:03 GMT
### Patches
- fix: add export for __resetCSS (olfedias@microsoft.com)
- chore: allow React 18 in peerDependencies (olfedias@microsoft.com)
- Bump @griffel/core to v1.8.1
## 1.4.1
Thu, 13 Oct 2022 08:36:18 GMT

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

@ -1,6 +1,6 @@
{
"name": "@griffel/react",
"version": "1.4.1",
"version": "1.4.2",
"description": "React implementation of Atomic CSS-in-JS",
"license": "MIT",
"repository": {
@ -9,7 +9,7 @@
},
"sideEffects": false,
"dependencies": {
"@griffel/core": "^1.8.0",
"@griffel/core": "^1.8.1",
"tslib": "^2.1.0"
},
"peerDependencies": {

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

@ -1,6 +1,21 @@
{
"name": "@griffel/webpack-extraction-plugin",
"entries": [
{
"date": "Wed, 26 Oct 2022 11:06:03 GMT",
"tag": "@griffel/webpack-extraction-plugin_v0.2.1",
"version": "0.2.1",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@griffel/webpack-extraction-plugin",
"comment": "Bump @griffel/core to v1.8.1",
"commit": "f9fb5726c89abff0c7f5e07c6e1d1c8e0ebbcde6"
}
]
}
},
{
"date": "Thu, 13 Oct 2022 08:36:18 GMT",
"tag": "@griffel/webpack-extraction-plugin_v0.2.0",

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

@ -1,9 +1,17 @@
# Change Log - @griffel/webpack-extraction-plugin
This log was last generated on Thu, 13 Oct 2022 08:36:18 GMT and should not be manually modified.
This log was last generated on Wed, 26 Oct 2022 11:06:03 GMT and should not be manually modified.
<!-- Start content -->
## 0.2.1
Wed, 26 Oct 2022 11:06:03 GMT
### Patches
- Bump @griffel/core to v1.8.1
## 0.2.0
Thu, 13 Oct 2022 08:36:18 GMT

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

@ -1,6 +1,6 @@
{
"name": "@griffel/webpack-extraction-plugin",
"version": "0.2.0",
"version": "0.2.1",
"description": "Webpack plugin that performs CSS extraction for Griffel",
"license": "MIT",
"repository": {
@ -16,7 +16,7 @@
"tslib": "^2.1.0"
},
"peerDependencies": {
"@griffel/core": "^1.8.0",
"@griffel/core": "^1.8.1",
"webpack": "^5"
}
}

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

@ -1,6 +1,27 @@
{
"name": "@griffel/webpack-loader",
"entries": [
{
"date": "Wed, 26 Oct 2022 11:06:03 GMT",
"tag": "@griffel/webpack-loader_v2.1.3",
"version": "2.1.3",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@griffel/webpack-loader",
"comment": "Bump @griffel/babel-preset to v1.4.3",
"commit": "f9fb5726c89abff0c7f5e07c6e1d1c8e0ebbcde6"
},
{
"author": "beachball",
"package": "@griffel/webpack-loader",
"comment": "Bump @griffel/react to v1.4.2",
"commit": "f9fb5726c89abff0c7f5e07c6e1d1c8e0ebbcde6"
}
]
}
},
{
"date": "Wed, 19 Oct 2022 08:34:48 GMT",
"tag": "@griffel/webpack-loader_v2.1.2",

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

@ -1,9 +1,18 @@
# Change Log - @griffel/webpack-loader
This log was last generated on Wed, 19 Oct 2022 08:34:48 GMT and should not be manually modified.
This log was last generated on Wed, 26 Oct 2022 11:06:03 GMT and should not be manually modified.
<!-- Start content -->
## 2.1.3
Wed, 26 Oct 2022 11:06:03 GMT
### Patches
- Bump @griffel/babel-preset to v1.4.3
- Bump @griffel/react to v1.4.2
## 2.1.2
Wed, 19 Oct 2022 08:34:48 GMT

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

@ -1,6 +1,6 @@
{
"name": "@griffel/webpack-loader",
"version": "2.1.2",
"version": "2.1.3",
"description": "Webpack loader that performs build time transforms for Griffel",
"license": "MIT",
"repository": {
@ -9,14 +9,14 @@
},
"dependencies": {
"@babel/core": "^7.12.13",
"@griffel/babel-preset": "^1.4.2",
"@griffel/babel-preset": "^1.4.3",
"enhanced-resolve": "^5.8.2",
"loader-utils": "^2.0.0",
"schema-utils": "^3.1.1",
"tslib": "^2.1.0"
},
"peerDependencies": {
"@griffel/react": "^1.4.1",
"@griffel/react": "^1.4.2",
"webpack": "^5"
}
}