зеркало из https://github.com/microsoft/griffel.git
applying package updates
This commit is contained in:
Родитель
6b98eb67f7
Коммит
a7315c6fa2
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "feat: create isomorphic stylesheet for DOM renderer",
|
||||
"packageName": "@griffel/core",
|
||||
"email": "lingfangao@hotmail.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "chore: add __css() functions for upcoming CSS extraction",
|
||||
"packageName": "@griffel/core",
|
||||
"email": "olfedias@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "feat: add `compareMediaQueries` option to DOM renderer",
|
||||
"packageName": "@griffel/core",
|
||||
"email": "lingfangao@hotmail.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "fix: collect devtools data in __styles",
|
||||
"packageName": "@griffel/core",
|
||||
"email": "yuanboxue@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "feat: insert media queries into separate buckets based on the media query value",
|
||||
"packageName": "@griffel/core",
|
||||
"email": "lingfangao@hotmail.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "feat: add shorthands support for flex property",
|
||||
"packageName": "@griffel/core",
|
||||
"email": "riacarmin@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "feat: update renderToStyleElement to use isomorphic stylesheets from renderer",
|
||||
"packageName": "@griffel/react",
|
||||
"email": "lingfangao@hotmail.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "chore: add __css() functions for upcoming CSS extraction",
|
||||
"packageName": "@griffel/react",
|
||||
"email": "olfedias@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "chore: rename instances of styleElement to stylesheet where appropriate following [#137](https://github.com/microsoft/griffel/pull/137)",
|
||||
"packageName": "@griffel/react",
|
||||
"email": "lingfangao@hotmail.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "feat: update style rehydration to sort media queries",
|
||||
"packageName": "@griffel/react",
|
||||
"email": "lingfangao@hotmail.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@griffel/babel-preset",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 23 Jun 2022 08:37:05 GMT",
|
||||
"tag": "@griffel/babel-preset_v1.3.2",
|
||||
"version": "1.3.2",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@griffel/babel-preset",
|
||||
"comment": "Bump @griffel/core to v1.4.0",
|
||||
"commit": "6b98eb67f7b4399bcc9bd66607e296640449ae98"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Tue, 17 May 2022 08:34:48 GMT",
|
||||
"tag": "@griffel/babel-preset_v1.3.1",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @griffel/babel-preset
|
||||
|
||||
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, 23 Jun 2022 08:37:05 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 1.3.2
|
||||
|
||||
Thu, 23 Jun 2022 08:37:05 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @griffel/core to v1.4.0
|
||||
|
||||
## 1.3.1
|
||||
|
||||
Tue, 17 May 2022 08:34:48 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@griffel/babel-preset",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"description": "Babel preset with build time transforms for Griffel",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
@ -19,6 +19,6 @@
|
|||
"tslib": "^2.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@griffel/core": "^1.3.1"
|
||||
"@griffel/core": "^1.4.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,53 @@
|
|||
{
|
||||
"name": "@griffel/core",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 23 Jun 2022 08:37:05 GMT",
|
||||
"tag": "@griffel/core_v1.4.0",
|
||||
"version": "1.4.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"author": "lingfangao@hotmail.com",
|
||||
"package": "@griffel/core",
|
||||
"commit": "4e4c7c29deae40ae64bd3b6860356d0adeb05e8e",
|
||||
"comment": "feat: create isomorphic stylesheet for DOM renderer"
|
||||
},
|
||||
{
|
||||
"author": "lingfangao@hotmail.com",
|
||||
"package": "@griffel/core",
|
||||
"commit": "5897290e8065eb7631770593944ea194cbced029",
|
||||
"comment": "feat: add `compareMediaQueries` option to DOM renderer"
|
||||
},
|
||||
{
|
||||
"author": "lingfangao@hotmail.com",
|
||||
"package": "@griffel/core",
|
||||
"commit": "307d727163986ff0bb818a76b2186888622da985",
|
||||
"comment": "feat: insert media queries into separate buckets based on the media query value"
|
||||
},
|
||||
{
|
||||
"author": "riacarmin@microsoft.com",
|
||||
"package": "@griffel/core",
|
||||
"commit": "69f7a31db6383e2b41c185314672fe74945f914e",
|
||||
"comment": "feat: add shorthands support for flex property"
|
||||
}
|
||||
],
|
||||
"patch": [
|
||||
{
|
||||
"author": "olfedias@microsoft.com",
|
||||
"package": "@griffel/core",
|
||||
"commit": "d516a9aa3b52032ca3419ad5824109394643296b",
|
||||
"comment": "chore: add __css() functions for upcoming CSS extraction"
|
||||
},
|
||||
{
|
||||
"author": "yuanboxue@microsoft.com",
|
||||
"package": "@griffel/core",
|
||||
"commit": "ba29eb7d7242d8446ce6e084c309eead8bd14cf3",
|
||||
"comment": "fix: collect devtools data in __styles"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Tue, 17 May 2022 08:34:48 GMT",
|
||||
"tag": "@griffel/core_v1.3.1",
|
||||
|
|
|
@ -1,9 +1,25 @@
|
|||
# Change Log - @griffel/core
|
||||
|
||||
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, 23 Jun 2022 08:37:05 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 1.4.0
|
||||
|
||||
Thu, 23 Jun 2022 08:37:05 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- feat: create isomorphic stylesheet for DOM renderer (lingfangao@hotmail.com)
|
||||
- feat: add `compareMediaQueries` option to DOM renderer (lingfangao@hotmail.com)
|
||||
- feat: insert media queries into separate buckets based on the media query value (lingfangao@hotmail.com)
|
||||
- feat: add shorthands support for flex property (riacarmin@microsoft.com)
|
||||
|
||||
### Patches
|
||||
|
||||
- chore: add __css() functions for upcoming CSS extraction (olfedias@microsoft.com)
|
||||
- fix: collect devtools data in __styles (yuanboxue@microsoft.com)
|
||||
|
||||
## 1.3.1
|
||||
|
||||
Tue, 17 May 2022 08:34:48 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@griffel/core",
|
||||
"version": "1.3.1",
|
||||
"version": "1.4.0",
|
||||
"description": "DOM implementation of Atomic CSS-in-JS",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@griffel/devtools",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 23 Jun 2022 08:37:05 GMT",
|
||||
"tag": "@griffel/devtools_v0.0.1",
|
||||
"version": "0.0.1",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@griffel/devtools",
|
||||
"comment": "Bump @griffel/react to v1.2.0",
|
||||
"commit": "6b98eb67f7b4399bcc9bd66607e296640449ae98"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Thu, 26 May 2022 15:06:34 GMT",
|
||||
"tag": "@griffel/devtools_v0.0.1",
|
||||
|
|
|
@ -1,11 +1,19 @@
|
|||
# Change Log - @griffel/devtools
|
||||
|
||||
This log was last generated on Thu, 26 May 2022 15:06:34 GMT and should not be manually modified.
|
||||
This log was last generated on Thu, 23 Jun 2022 08:37:05 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.0.1
|
||||
|
||||
Thu, 23 Jun 2022 08:37:05 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @griffel/react to v1.2.0
|
||||
|
||||
## 0.0.1
|
||||
|
||||
Thu, 26 May 2022 15:06:34 GMT
|
||||
|
||||
### Patches
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"sideEffects": false,
|
||||
"dependencies": {
|
||||
"@griffel/react": "^1.1.0",
|
||||
"@griffel/react": "^1.2.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/jest-serializer",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 23 Jun 2022 08:37:05 GMT",
|
||||
"tag": "@griffel/jest-serializer_v1.0.6",
|
||||
"version": "1.0.6",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@griffel/jest-serializer",
|
||||
"comment": "Bump @griffel/core to v1.4.0",
|
||||
"commit": "6b98eb67f7b4399bcc9bd66607e296640449ae98"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Tue, 17 May 2022 08:34:48 GMT",
|
||||
"tag": "@griffel/jest-serializer_v1.0.5",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @griffel/jest-serializer
|
||||
|
||||
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, 23 Jun 2022 08:37:05 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 1.0.6
|
||||
|
||||
Thu, 23 Jun 2022 08:37:05 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @griffel/core to v1.4.0
|
||||
|
||||
## 1.0.5
|
||||
|
||||
Tue, 17 May 2022 08:34:48 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@griffel/jest-serializer",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"description": "Jest serializer for Griffel",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
@ -11,6 +11,6 @@
|
|||
"tslib": "^2.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@griffel/core": "^1.3.1"
|
||||
"@griffel/core": "^1.4.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,47 @@
|
|||
{
|
||||
"name": "@griffel/react",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 23 Jun 2022 08:37:05 GMT",
|
||||
"tag": "@griffel/react_v1.2.0",
|
||||
"version": "1.2.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"author": "lingfangao@hotmail.com",
|
||||
"package": "@griffel/react",
|
||||
"commit": "4e4c7c29deae40ae64bd3b6860356d0adeb05e8e",
|
||||
"comment": "feat: update renderToStyleElement to use isomorphic stylesheets from renderer"
|
||||
},
|
||||
{
|
||||
"author": "lingfangao@hotmail.com",
|
||||
"package": "@griffel/react",
|
||||
"commit": "5897290e8065eb7631770593944ea194cbced029",
|
||||
"comment": "feat: update style rehydration to sort media queries"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@griffel/react",
|
||||
"comment": "Bump @griffel/core to v1.4.0",
|
||||
"commit": "6b98eb67f7b4399bcc9bd66607e296640449ae98"
|
||||
}
|
||||
],
|
||||
"patch": [
|
||||
{
|
||||
"author": "olfedias@microsoft.com",
|
||||
"package": "@griffel/react",
|
||||
"commit": "d516a9aa3b52032ca3419ad5824109394643296b",
|
||||
"comment": "chore: add __css() functions for upcoming CSS extraction"
|
||||
},
|
||||
{
|
||||
"author": "lingfangao@hotmail.com",
|
||||
"package": "@griffel/react",
|
||||
"commit": "307d727163986ff0bb818a76b2186888622da985",
|
||||
"comment": "chore: rename instances of styleElement to stylesheet where appropriate following [#137](https://github.com/microsoft/griffel/pull/137)"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Thu, 26 May 2022 15:06:34 GMT",
|
||||
"tag": "@griffel/react_v1.1.0",
|
||||
|
|
|
@ -1,9 +1,24 @@
|
|||
# Change Log - @griffel/react
|
||||
|
||||
This log was last generated on Thu, 26 May 2022 15:06:34 GMT and should not be manually modified.
|
||||
This log was last generated on Thu, 23 Jun 2022 08:37:05 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 1.2.0
|
||||
|
||||
Thu, 23 Jun 2022 08:37:05 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- feat: update renderToStyleElement to use isomorphic stylesheets from renderer (lingfangao@hotmail.com)
|
||||
- feat: update style rehydration to sort media queries (lingfangao@hotmail.com)
|
||||
- Bump @griffel/core to v1.4.0
|
||||
|
||||
### Patches
|
||||
|
||||
- chore: add __css() functions for upcoming CSS extraction (olfedias@microsoft.com)
|
||||
- chore: rename instances of styleElement to stylesheet where appropriate following [#137](https://github.com/microsoft/griffel/pull/137) (lingfangao@hotmail.com)
|
||||
|
||||
## 1.1.0
|
||||
|
||||
Thu, 26 May 2022 15:06:34 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@griffel/react",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"description": "React implementation of Atomic CSS-in-JS",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
@ -9,7 +9,7 @@
|
|||
},
|
||||
"sideEffects": false,
|
||||
"dependencies": {
|
||||
"@griffel/core": "^1.3.1",
|
||||
"@griffel/core": "^1.4.0",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "@griffel/webpack-extraction-plugin",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 23 Jun 2022 08:37:05 GMT",
|
||||
"tag": "@griffel/webpack-extraction-plugin_v0.0.1",
|
||||
"version": "0.0.1",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@griffel/webpack-extraction-plugin",
|
||||
"comment": "Bump @griffel/core to v1.4.0",
|
||||
"commit": "6b98eb67f7b4399bcc9bd66607e296640449ae98"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
# Change Log - @griffel/webpack-extraction-plugin
|
||||
|
||||
This log was last generated on Thu, 23 Jun 2022 08:37:05 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.0.1
|
||||
|
||||
Thu, 23 Jun 2022 08:37:05 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @griffel/core to v1.4.0
|
|
@ -16,7 +16,7 @@
|
|||
"tslib": "^2.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@griffel/core": "^1.3.1",
|
||||
"@griffel/core": "^1.4.0",
|
||||
"webpack": "^5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,27 @@
|
|||
{
|
||||
"name": "@griffel/webpack-loader",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 23 Jun 2022 08:37:05 GMT",
|
||||
"tag": "@griffel/webpack-loader_v2.0.7",
|
||||
"version": "2.0.7",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@griffel/webpack-loader",
|
||||
"comment": "Bump @griffel/babel-preset to v1.3.2",
|
||||
"commit": "6b98eb67f7b4399bcc9bd66607e296640449ae98"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@griffel/webpack-loader",
|
||||
"comment": "Bump @griffel/react to v1.2.0",
|
||||
"commit": "6b98eb67f7b4399bcc9bd66607e296640449ae98"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Thu, 26 May 2022 15:06:34 GMT",
|
||||
"tag": "@griffel/webpack-loader_v2.0.6",
|
||||
|
|
|
@ -1,9 +1,18 @@
|
|||
# Change Log - @griffel/webpack-loader
|
||||
|
||||
This log was last generated on Thu, 26 May 2022 15:06:34 GMT and should not be manually modified.
|
||||
This log was last generated on Thu, 23 Jun 2022 08:37:05 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 2.0.7
|
||||
|
||||
Thu, 23 Jun 2022 08:37:05 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @griffel/babel-preset to v1.3.2
|
||||
- Bump @griffel/react to v1.2.0
|
||||
|
||||
## 2.0.6
|
||||
|
||||
Thu, 26 May 2022 15:06:34 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@griffel/webpack-loader",
|
||||
"version": "2.0.6",
|
||||
"version": "2.0.7",
|
||||
"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.3.1",
|
||||
"@griffel/babel-preset": "^1.3.2",
|
||||
"enhanced-resolve": "^5.8.2",
|
||||
"loader-utils": "^2.0.0",
|
||||
"schema-utils": "^3.1.1",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@griffel/react": "^1.1.0",
|
||||
"@griffel/react": "^1.2.0",
|
||||
"webpack": "^5"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче