@yamada-ui/cli 2.0.8-next-20260302112233 → 2.0.8

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -5341,7 +5341,7 @@ function updateNotifier(options) {
5341
5341
  //#endregion
5342
5342
  //#region package.json
5343
5343
  var name = "@yamada-ui/cli";
5344
- var version = "2.0.7";
5344
+ var version = "2.0.8";
5345
5345
  var description = "The official CLI for Yamada UI projects";
5346
5346
  var package_default = {
5347
5347
  name,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yamada-ui/cli",
3
3
  "type": "module",
4
- "version": "2.0.8-next-20260302112233",
4
+ "version": "2.0.8",
5
5
  "description": "The official CLI for Yamada UI projects",
6
6
  "keywords": [
7
7
  "theme",
@@ -54,7 +54,7 @@
54
54
  "sucrase": "^3.35.1",
55
55
  "validate-npm-package-name": "^7.0.2",
56
56
  "yamljs": "^0.3.0",
57
- "@yamada-ui/utils": "2.1.0-next-20260302112233"
57
+ "@yamada-ui/utils": "2.1.0"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/prompts": "^2.4.9",