зеркало из https://github.com/microsoft/griffel.git
applying package updates
This commit is contained in:
Родитель
9173966f4f
Коммит
2de9ab8230
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "feat: add makeResetStyles to @griffel/core",
|
||||
"packageName": "@griffel/core",
|
||||
"email": "olfedias@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "fix: handle empty strings in mergeClasses()",
|
||||
"packageName": "@griffel/core",
|
||||
"email": "olfedias@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "none",
|
||||
"comment": "chore: add bundle size fixtures",
|
||||
"packageName": "@griffel/core",
|
||||
"email": "olfedias@microsoft.com",
|
||||
"dependentChangeType": "none"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "feat: add makeResetStyles to @griffel/react",
|
||||
"packageName": "@griffel/react",
|
||||
"email": "olfedias@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@griffel/babel-preset",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 05 Oct 2022 14:28:43 GMT",
|
||||
"tag": "@griffel/babel-preset_v1.3.9",
|
||||
"version": "1.3.9",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@griffel/babel-preset",
|
||||
"comment": "Bump @griffel/core to v1.7.0",
|
||||
"commit": "9173966f4f1c69556f68351e6361d9302c674621"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Tue, 04 Oct 2022 08:44:33 GMT",
|
||||
"tag": "@griffel/babel-preset_v1.3.8",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @griffel/babel-preset
|
||||
|
||||
This log was last generated on Tue, 04 Oct 2022 08:44:33 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 05 Oct 2022 14:28:43 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 1.3.9
|
||||
|
||||
Wed, 05 Oct 2022 14:28:43 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @griffel/core to v1.7.0
|
||||
|
||||
## 1.3.8
|
||||
|
||||
Tue, 04 Oct 2022 08:44:33 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@griffel/babel-preset",
|
||||
"version": "1.3.8",
|
||||
"version": "1.3.9",
|
||||
"description": "Babel preset with build time transforms for Griffel",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
@ -19,6 +19,6 @@
|
|||
"tslib": "^2.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@griffel/core": "^1.6.1"
|
||||
"@griffel/core": "^1.7.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,37 @@
|
|||
{
|
||||
"name": "@griffel/core",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 05 Oct 2022 14:28:43 GMT",
|
||||
"tag": "@griffel/core_v1.7.0",
|
||||
"version": "1.7.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"author": "olfedias@microsoft.com",
|
||||
"package": "@griffel/core",
|
||||
"commit": "67109b0dea4d3e41481784b6cac7c940f5e40def",
|
||||
"comment": "feat: add makeResetStyles to @griffel/core"
|
||||
}
|
||||
],
|
||||
"patch": [
|
||||
{
|
||||
"author": "olfedias@microsoft.com",
|
||||
"package": "@griffel/core",
|
||||
"commit": "9173966f4f1c69556f68351e6361d9302c674621",
|
||||
"comment": "fix: handle empty strings in mergeClasses()"
|
||||
}
|
||||
],
|
||||
"none": [
|
||||
{
|
||||
"author": "olfedias@microsoft.com",
|
||||
"package": "@griffel/core",
|
||||
"commit": "f9a70d8435481f58138eacd0a5035b73b6f93035",
|
||||
"comment": "chore: add bundle size fixtures"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Tue, 04 Oct 2022 08:44:33 GMT",
|
||||
"tag": "@griffel/core_v1.6.1",
|
||||
|
|
|
@ -1,9 +1,21 @@
|
|||
# Change Log - @griffel/core
|
||||
|
||||
This log was last generated on Tue, 04 Oct 2022 08:44:33 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 05 Oct 2022 14:28:43 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 1.7.0
|
||||
|
||||
Wed, 05 Oct 2022 14:28:43 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- feat: add makeResetStyles to @griffel/core (olfedias@microsoft.com)
|
||||
|
||||
### Patches
|
||||
|
||||
- fix: handle empty strings in mergeClasses() (olfedias@microsoft.com)
|
||||
|
||||
## 1.6.1
|
||||
|
||||
Tue, 04 Oct 2022 08:44:33 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@griffel/core",
|
||||
"version": "1.6.1",
|
||||
"version": "1.7.0",
|
||||
"description": "DOM implementation of Atomic CSS-in-JS",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@griffel/devtools",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 05 Oct 2022 14:28:43 GMT",
|
||||
"tag": "@griffel/devtools_v0.2.2",
|
||||
"version": "0.2.2",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@griffel/devtools",
|
||||
"comment": "Bump @griffel/react to v1.4.0",
|
||||
"commit": "9173966f4f1c69556f68351e6361d9302c674621"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Tue, 04 Oct 2022 08:44:33 GMT",
|
||||
"tag": "@griffel/devtools_v0.2.1",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @griffel/devtools
|
||||
|
||||
This log was last generated on Tue, 04 Oct 2022 08:44:33 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 05 Oct 2022 14:28:43 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.2.2
|
||||
|
||||
Wed, 05 Oct 2022 14:28:43 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @griffel/react to v1.4.0
|
||||
|
||||
## 0.2.1
|
||||
|
||||
Tue, 04 Oct 2022 08:44:33 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@griffel/devtools",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "Griffel chrome devtools extension",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
@ -10,7 +10,7 @@
|
|||
"sideEffects": false,
|
||||
"dependencies": {
|
||||
"@emotion/hash": "^0.8.0",
|
||||
"@griffel/react": "^1.3.2",
|
||||
"@griffel/react": "^1.4.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": "Wed, 05 Oct 2022 14:28:43 GMT",
|
||||
"tag": "@griffel/jest-serializer_v1.0.12",
|
||||
"version": "1.0.12",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@griffel/jest-serializer",
|
||||
"comment": "Bump @griffel/core to v1.7.0",
|
||||
"commit": "9173966f4f1c69556f68351e6361d9302c674621"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Tue, 04 Oct 2022 08:44:33 GMT",
|
||||
"tag": "@griffel/jest-serializer_v1.0.11",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @griffel/jest-serializer
|
||||
|
||||
This log was last generated on Tue, 04 Oct 2022 08:44:33 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 05 Oct 2022 14:28:43 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 1.0.12
|
||||
|
||||
Wed, 05 Oct 2022 14:28:43 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @griffel/core to v1.7.0
|
||||
|
||||
## 1.0.11
|
||||
|
||||
Tue, 04 Oct 2022 08:44:33 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@griffel/jest-serializer",
|
||||
"version": "1.0.11",
|
||||
"version": "1.0.12",
|
||||
"description": "Jest serializer for Griffel",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
@ -11,6 +11,6 @@
|
|||
"tslib": "^2.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@griffel/core": "^1.6.1"
|
||||
"@griffel/core": "^1.7.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,27 @@
|
|||
{
|
||||
"name": "@griffel/next-extraction-plugin",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 05 Oct 2022 14:28:43 GMT",
|
||||
"tag": "@griffel/next-extraction-plugin_v0.0.5",
|
||||
"version": "0.0.5",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@griffel/next-extraction-plugin",
|
||||
"comment": "Bump @griffel/webpack-extraction-plugin to v0.1.8",
|
||||
"commit": "9173966f4f1c69556f68351e6361d9302c674621"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@griffel/next-extraction-plugin",
|
||||
"comment": "Bump @griffel/core to v1.7.0",
|
||||
"commit": "9173966f4f1c69556f68351e6361d9302c674621"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Tue, 04 Oct 2022 08:44:33 GMT",
|
||||
"tag": "@griffel/next-extraction-plugin_v0.0.4",
|
||||
|
|
|
@ -1,9 +1,18 @@
|
|||
# Change Log - @griffel/next-extraction-plugin
|
||||
|
||||
This log was last generated on Tue, 04 Oct 2022 08:44:33 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 05 Oct 2022 14:28:43 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.0.5
|
||||
|
||||
Wed, 05 Oct 2022 14:28:43 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @griffel/webpack-extraction-plugin to v0.1.8
|
||||
- Bump @griffel/core to v1.7.0
|
||||
|
||||
## 0.0.4
|
||||
|
||||
Tue, 04 Oct 2022 08:44:33 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@griffel/next-extraction-plugin",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"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.1.7",
|
||||
"@griffel/webpack-extraction-plugin": "^0.1.8",
|
||||
"browserslist": "^4.19.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@griffel/core": "^1.6.1",
|
||||
"@griffel/core": "^1.7.0",
|
||||
"next": "^12.0.5",
|
||||
"webpack": "^5"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,27 @@
|
|||
{
|
||||
"name": "@griffel/react",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 05 Oct 2022 14:28:43 GMT",
|
||||
"tag": "@griffel/react_v1.4.0",
|
||||
"version": "1.4.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"author": "olfedias@microsoft.com",
|
||||
"package": "@griffel/react",
|
||||
"commit": "f9a70d8435481f58138eacd0a5035b73b6f93035",
|
||||
"comment": "feat: add makeResetStyles to @griffel/react"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@griffel/react",
|
||||
"comment": "Bump @griffel/core to v1.7.0",
|
||||
"commit": "9173966f4f1c69556f68351e6361d9302c674621"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Tue, 04 Oct 2022 08:44:33 GMT",
|
||||
"tag": "@griffel/react_v1.3.2",
|
||||
|
|
|
@ -1,9 +1,18 @@
|
|||
# Change Log - @griffel/react
|
||||
|
||||
This log was last generated on Tue, 04 Oct 2022 08:44:33 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 05 Oct 2022 14:28:43 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 1.4.0
|
||||
|
||||
Wed, 05 Oct 2022 14:28:43 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- feat: add makeResetStyles to @griffel/react (olfedias@microsoft.com)
|
||||
- Bump @griffel/core to v1.7.0
|
||||
|
||||
## 1.3.2
|
||||
|
||||
Tue, 04 Oct 2022 08:44:33 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@griffel/react",
|
||||
"version": "1.3.2",
|
||||
"version": "1.4.0",
|
||||
"description": "React implementation of Atomic CSS-in-JS",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
@ -9,7 +9,7 @@
|
|||
},
|
||||
"sideEffects": false,
|
||||
"dependencies": {
|
||||
"@griffel/core": "^1.6.1",
|
||||
"@griffel/core": "^1.7.0",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@griffel/webpack-extraction-plugin",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 05 Oct 2022 14:28:43 GMT",
|
||||
"tag": "@griffel/webpack-extraction-plugin_v0.1.8",
|
||||
"version": "0.1.8",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@griffel/webpack-extraction-plugin",
|
||||
"comment": "Bump @griffel/core to v1.7.0",
|
||||
"commit": "9173966f4f1c69556f68351e6361d9302c674621"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Tue, 04 Oct 2022 08:44:33 GMT",
|
||||
"tag": "@griffel/webpack-extraction-plugin_v0.1.7",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @griffel/webpack-extraction-plugin
|
||||
|
||||
This log was last generated on Tue, 04 Oct 2022 08:44:33 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 05 Oct 2022 14:28:43 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.1.8
|
||||
|
||||
Wed, 05 Oct 2022 14:28:43 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @griffel/core to v1.7.0
|
||||
|
||||
## 0.1.7
|
||||
|
||||
Tue, 04 Oct 2022 08:44:33 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@griffel/webpack-extraction-plugin",
|
||||
"version": "0.1.7",
|
||||
"version": "0.1.8",
|
||||
"description": "Webpack plugin that performs CSS extraction for Griffel",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
@ -16,7 +16,7 @@
|
|||
"tslib": "^2.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@griffel/core": "^1.6.1",
|
||||
"@griffel/core": "^1.7.0",
|
||||
"webpack": "^5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,27 @@
|
|||
{
|
||||
"name": "@griffel/webpack-loader",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 05 Oct 2022 14:28:43 GMT",
|
||||
"tag": "@griffel/webpack-loader_v2.0.15",
|
||||
"version": "2.0.15",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@griffel/webpack-loader",
|
||||
"comment": "Bump @griffel/babel-preset to v1.3.9",
|
||||
"commit": "9173966f4f1c69556f68351e6361d9302c674621"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@griffel/webpack-loader",
|
||||
"comment": "Bump @griffel/react to v1.4.0",
|
||||
"commit": "9173966f4f1c69556f68351e6361d9302c674621"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Tue, 04 Oct 2022 08:44:33 GMT",
|
||||
"tag": "@griffel/webpack-loader_v2.0.14",
|
||||
|
|
|
@ -1,9 +1,18 @@
|
|||
# Change Log - @griffel/webpack-loader
|
||||
|
||||
This log was last generated on Tue, 04 Oct 2022 08:44:33 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 05 Oct 2022 14:28:43 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 2.0.15
|
||||
|
||||
Wed, 05 Oct 2022 14:28:43 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @griffel/babel-preset to v1.3.9
|
||||
- Bump @griffel/react to v1.4.0
|
||||
|
||||
## 2.0.14
|
||||
|
||||
Tue, 04 Oct 2022 08:44:33 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@griffel/webpack-loader",
|
||||
"version": "2.0.14",
|
||||
"version": "2.0.15",
|
||||
"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.8",
|
||||
"@griffel/babel-preset": "^1.3.9",
|
||||
"enhanced-resolve": "^5.8.2",
|
||||
"loader-utils": "^2.0.0",
|
||||
"schema-utils": "^3.1.1",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@griffel/react": "^1.3.2",
|
||||
"@griffel/react": "^1.4.0",
|
||||
"webpack": "^5"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче