@unocss/core 0.41.0 → 0.41.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -460,7 +460,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
460
460
  };
461
461
  }
462
462
 
463
- const version = "0.41.0";
463
+ const version = "0.41.1";
464
464
 
465
465
  class UnoGenerator {
466
466
  constructor(userConfig = {}, defaults = {}) {
package/dist/index.mjs CHANGED
@@ -456,7 +456,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
456
456
  };
457
457
  }
458
458
 
459
- const version = "0.41.0";
459
+ const version = "0.41.1";
460
460
 
461
461
  class UnoGenerator {
462
462
  constructor(userConfig = {}, defaults = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
- "version": "0.41.0",
3
+ "version": "0.41.1",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",