@unocss/core 0.37.0 → 0.37.3

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
@@ -458,7 +458,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
458
458
  };
459
459
  }
460
460
 
461
- const version = "0.37.0";
461
+ const version = "0.37.3";
462
462
 
463
463
  class UnoGenerator {
464
464
  constructor(userConfig = {}, defaults = {}) {
package/dist/index.mjs CHANGED
@@ -454,7 +454,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
454
454
  };
455
455
  }
456
456
 
457
- const version = "0.37.0";
457
+ const version = "0.37.3";
458
458
 
459
459
  class UnoGenerator {
460
460
  constructor(userConfig = {}, defaults = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
- "version": "0.37.0",
3
+ "version": "0.37.3",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",