@unocss/core 0.47.4 → 0.47.5

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
@@ -431,7 +431,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
431
431
  };
432
432
  }
433
433
 
434
- const version = "0.47.4";
434
+ const version = "0.47.5";
435
435
 
436
436
  class UnoGenerator {
437
437
  constructor(userConfig = {}, defaults = {}) {
package/dist/index.mjs CHANGED
@@ -427,7 +427,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
427
427
  };
428
428
  }
429
429
 
430
- const version = "0.47.4";
430
+ const version = "0.47.5";
431
431
 
432
432
  class UnoGenerator {
433
433
  constructor(userConfig = {}, defaults = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
- "version": "0.47.4",
3
+ "version": "0.47.5",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",