@unocss/core 0.50.3 → 0.50.4

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