@unocss/core 0.49.6 → 0.49.7

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
@@ -481,7 +481,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
481
481
  };
482
482
  }
483
483
 
484
- const version = "0.49.6";
484
+ const version = "0.49.7";
485
485
 
486
486
  class UnoGenerator {
487
487
  constructor(userConfig = {}, defaults = {}) {
package/dist/index.mjs CHANGED
@@ -477,7 +477,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
477
477
  };
478
478
  }
479
479
 
480
- const version = "0.49.6";
480
+ const version = "0.49.7";
481
481
 
482
482
  class UnoGenerator {
483
483
  constructor(userConfig = {}, defaults = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
- "version": "0.49.6",
3
+ "version": "0.49.7",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",