@griffel/core
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Mon, 17 Jan 2022 16:01:10 GMT", | ||
"date": "Mon, 17 Jan 2022 17:20:45 GMT", | ||
"tag": "@griffel/core_v1.0.2", | ||
"version": "1.0.2", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "olfedias@microsoft.com", | ||
"package": "@griffel/core", | ||
"commit": "6c4130f9b2b9109edf04dbdd83ef8369619b57a3", | ||
"comment": "fix bundle size issues caused by bundling" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 17 Jan 2022 16:01:30 GMT", | ||
"tag": "@griffel/core_v1.0.1", | ||
@@ -8,0 +23,0 @@ "version": "1.0.1", |
# Change Log - @griffel/core | ||
This log was last generated on Mon, 17 Jan 2022 16:01:10 GMT and should not be manually modified. | ||
This log was last generated on Mon, 17 Jan 2022 17:20:45 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 1.0.2 | ||
Mon, 17 Jan 2022 17:20:45 GMT | ||
### Patches | ||
- fix bundle size issues caused by bundling (olfedias@microsoft.com) | ||
## 1.0.1 | ||
Mon, 17 Jan 2022 16:01:10 GMT | ||
Mon, 17 Jan 2022 16:01:30 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
{ | ||
"name": "@griffel/core", | ||
"sideEffects": false, | ||
"version": "1.0.1" | ||
"version": "1.0.2" | ||
} |
@@ -11,2 +11,3 @@ { | ||
"options": { | ||
"buildableProjectDepsInPackageJsonType": "dependencies", | ||
"outputPath": "dist/packages/core", | ||
@@ -16,3 +17,3 @@ "tsConfig": "packages/core/tsconfig.lib.json", | ||
"entryFile": "packages/core/src/index.ts", | ||
"rollupConfig": "@nrwl/react/plugins/bundle-rollup", | ||
"rollupConfig": "tools/getRollupOptions.js", | ||
"compiler": "babel", | ||
@@ -19,0 +20,0 @@ "format": ["esm", "cjs"], |
127801
3787