diff --git a/examples/multiple-config/package.json b/examples/multiple-config/package.json index 1b4b675f..499a77f7 100644 --- a/examples/multiple-config/package.json +++ b/examples/multiple-config/package.json @@ -1,6 +1,6 @@ { "name": "multiple-config", - "version": "1.3.7", + "version": "1.0.0", "private": true, "description": "", "main": "index.js", @@ -13,4 +13,4 @@ "devDependencies": { "@icestack/ui": "workspace:^" } -} +} \ No newline at end of file diff --git a/examples/nuxt-admin-app/package.json b/examples/nuxt-admin-app/package.json index 7aa99d1f..1a3db69e 100644 --- a/examples/nuxt-admin-app/package.json +++ b/examples/nuxt-admin-app/package.json @@ -40,6 +40,5 @@ }, "dependencies": { "@nuxt/content": "^2.11.0" - }, - "version": "1.3.7" -} + } +} \ No newline at end of file diff --git a/examples/postcss-icestack-plugin/package.json b/examples/postcss-icestack-plugin/package.json index 362f8da7..309d0c4b 100644 --- a/examples/postcss-icestack-plugin/package.json +++ b/examples/postcss-icestack-plugin/package.json @@ -1,7 +1,7 @@ { "name": "postcss-icestack-plugin", "private": true, - "version": "1.3.7", + "version": "0.0.7", "type": "module", "scripts": { "dev": "vite", @@ -22,4 +22,4 @@ "vite": "^5.0.12", "vue-tsc": "^1.8.25" } -} +} \ No newline at end of file diff --git a/examples/raw-html-add-new-theme/package.json b/examples/raw-html-add-new-theme/package.json index 42c8c432..7fa4faef 100644 --- a/examples/raw-html-add-new-theme/package.json +++ b/examples/raw-html-add-new-theme/package.json @@ -1,6 +1,6 @@ { "name": "add-new-theme", - "version": "1.3.7", + "version": "1.0.0", "private": true, "description": "", "main": "index.js", @@ -14,4 +14,4 @@ "@icestack/ui": "workspace:^", "tailwindcss": "^3.4.1" } -} +} \ No newline at end of file diff --git a/examples/raw-html-add-new-type/package.json b/examples/raw-html-add-new-type/package.json index 28b3e886..342de127 100644 --- a/examples/raw-html-add-new-type/package.json +++ b/examples/raw-html-add-new-type/package.json @@ -1,7 +1,7 @@ { "name": "add-new-type", "private": true, - "version": "1.3.7", + "version": "1.0.0", "description": "", "main": "index.js", "scripts": { @@ -15,4 +15,4 @@ "@icestack/ui": "workspace:^", "tailwindcss": "^3.4.1" } -} +} \ No newline at end of file diff --git a/examples/raw-html-extra/package.json b/examples/raw-html-extra/package.json index c7ccf11d..9b6bdf60 100644 --- a/examples/raw-html-extra/package.json +++ b/examples/raw-html-extra/package.json @@ -1,7 +1,7 @@ { "name": "override-extend-extra", "private": true, - "version": "1.3.7", + "version": "1.0.0", "description": "", "main": "index.js", "scripts": { diff --git a/examples/raw-html-usage/package.json b/examples/raw-html-usage/package.json index 97772fa8..0944ef27 100644 --- a/examples/raw-html-usage/package.json +++ b/examples/raw-html-usage/package.json @@ -1,7 +1,7 @@ { "name": "raw-html", "private": true, - "version": "1.3.7", + "version": "1.0.0", "description": "", "main": "index.js", "scripts": { @@ -14,4 +14,4 @@ "@icestack/ui": "workspace:^", "tailwindcss": "^3.4.1" } -} +} \ No newline at end of file diff --git a/examples/start-from-scratch/package.json b/examples/start-from-scratch/package.json index fac958c6..473f571b 100644 --- a/examples/start-from-scratch/package.json +++ b/examples/start-from-scratch/package.json @@ -1,7 +1,7 @@ { "name": "start-from-scratch", "private": true, - "version": "1.3.7", + "version": "0.0.0", "type": "module", "scripts": { "dev": "npm run build:ui && vite", @@ -27,4 +27,4 @@ "vite": "^5.0.12", "vue-tsc": "^1.8.25" } -} +} \ No newline at end of file diff --git a/examples/unocss-sample-app/package.json b/examples/unocss-sample-app/package.json index 82c5fe1b..c3986abc 100644 --- a/examples/unocss-sample-app/package.json +++ b/examples/unocss-sample-app/package.json @@ -1,7 +1,7 @@ { "name": "unocss-sample-app", "private": true, - "version": "1.3.7", + "version": "0.0.0", "type": "module", "scripts": { "dev": "npm run build:ui && vite", @@ -32,4 +32,4 @@ "vite": "^5.0.12", "vue-tsc": "^1.8.27" } -} +} \ No newline at end of file diff --git a/examples/weapp/package.json b/examples/weapp/package.json index fe04f272..8b501167 100644 --- a/examples/weapp/package.json +++ b/examples/weapp/package.json @@ -1,7 +1,7 @@ { "name": "weapp", "private": true, - "version": "1.3.7", + "version": "1.0.2", "description": "", "main": "index.js", "scripts": { @@ -17,4 +17,4 @@ "dependencies": { "@icestack/cva": "workspace:^" } -} +} \ No newline at end of file diff --git a/package.json b/package.json index c2ea10e0..effc4d96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "icestack", - "version": "1.3.7", + "version": "1.1.1", "private": true, "scripts": { "build": "turbo run build --filter=./packages/* --filter=./plugins/* --filter=./presets/*", @@ -76,4 +76,4 @@ "dependencies": { "sass-true": "^7.0.1" } -} +} \ No newline at end of file diff --git a/packages/cli/package.json b/packages/cli/package.json index 0b8b5c0d..19229120 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/cli", "description": "The cli of @icestack/ui", - "version": "1.3.7", + "version": "1.3.6", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/config/package.json b/packages/config/package.json index a0825bff..18c8808f 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/config", "description": "The config package of icestack", - "version": "1.3.7", + "version": "1.3.6", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/core/package.json b/packages/core/package.json index 07a11353..a8a431c1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/core", "description": "The core of @icestack/ui", - "version": "1.3.7", + "version": "1.3.6", "scripts": { "dev": "unbuild --sourcemap", "build": "unbuild", @@ -72,4 +72,4 @@ "@types/md5": "^2.3.5", "md5": "^2.3.0" } -} +} \ No newline at end of file diff --git a/packages/cva/package.json b/packages/cva/package.json index 6bae4ec2..4c0da099 100644 --- a/packages/cva/package.json +++ b/packages/cva/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/cva", "description": "The class-variance-authority function collection of @icestack/ui", - "version": "1.3.7", + "version": "1.3.6", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/generator/package.json b/packages/generator/package.json index 69141add..db8de498 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/generator", "description": "The generator package of icestack", - "version": "1.3.7", + "version": "1.0.3", "scripts": { "build": "unbuild", "test": "vitest run", @@ -56,4 +56,4 @@ "type": "git", "url": "https://github.com/sonofmagic/icestack" } -} +} \ No newline at end of file diff --git a/packages/icestack/package.json b/packages/icestack/package.json index 9f7f948a..6d8616d2 100644 --- a/packages/icestack/package.json +++ b/packages/icestack/package.json @@ -1,7 +1,7 @@ { "name": "icestack", "description": "@icestack/ui npm pkg plcaeholder", - "version": "1.3.7", + "version": "1.1.2", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/logger/package.json b/packages/logger/package.json index 8daed65d..d627fcb7 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/logger", "description": "The logger of @icestack/ui", - "version": "1.3.7", + "version": "1.3.6", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/postcss-utils/package.json b/packages/postcss-utils/package.json index f58e23db..bde280fb 100644 --- a/packages/postcss-utils/package.json +++ b/packages/postcss-utils/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/postcss-utils", "description": "The postcss utils of @icestack/ui", - "version": "1.3.7", + "version": "1.3.6", "scripts": { "build": "unbuild", "test": "vitest run", @@ -99,4 +99,4 @@ "type": "git", "url": "https://github.com/sonofmagic/icestack" } -} +} \ No newline at end of file diff --git a/packages/postcss/package.json b/packages/postcss/package.json index 8c2de30d..f53b9f43 100644 --- a/packages/postcss/package.json +++ b/packages/postcss/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/postcss", "description": "The postcss processor of @icestack/ui", - "version": "1.3.7", + "version": "1.3.6", "scripts": { "build": "unbuild", "test": "vitest run", @@ -62,4 +62,4 @@ "type": "git", "url": "https://github.com/sonofmagic/icestack" } -} +} \ No newline at end of file diff --git a/packages/preset-default/package.json b/packages/preset-default/package.json index 5d92267d..e519edbc 100644 --- a/packages/preset-default/package.json +++ b/packages/preset-default/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/preset-default", "description": "The default preset of @icestack/ui", - "version": "1.3.7", + "version": "1.3.6", "scripts": { "build": "unbuild", "test": "vitest run", @@ -84,4 +84,4 @@ "@icestack/postcss-utils": "workspace:^", "@icestack/scss": "workspace:^" } -} +} \ No newline at end of file diff --git a/packages/scss/package.json b/packages/scss/package.json index 71564c6e..5cbbd61d 100644 --- a/packages/scss/package.json +++ b/packages/scss/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/scss", "description": "The scss utils of @icestack/ui", - "version": "1.3.7", + "version": "1.3.6", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/shared/package.json b/packages/shared/package.json index d010f695..32897e0c 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/shared", "description": "Shared utils and constants of @icestack/ui", - "version": "1.3.7", + "version": "1.3.6", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/tailwindcss/package.json b/packages/tailwindcss/package.json index ceeb20ee..57935b3c 100644 --- a/packages/tailwindcss/package.json +++ b/packages/tailwindcss/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/tailwindcss", "description": "The tailwindcss plugin of @icestack/ui", - "version": "1.3.7", + "version": "1.3.6", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/theme-algorithm/package.json b/packages/theme-algorithm/package.json index 0e7adfcd..3b5fc9e2 100644 --- a/packages/theme-algorithm/package.json +++ b/packages/theme-algorithm/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/theme-algorithm", "description": "The theme-algorithm of @icestack/ui", - "version": "1.3.7", + "version": "1.3.6", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/types/package.json b/packages/types/package.json index f546c80d..323c2bd6 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/types", "description": "The types of @icestack/ui", - "version": "1.3.7", + "version": "1.3.6", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/ui/package.json b/packages/ui/package.json index c917be9c..67389af9 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@icestack/ui", - "version": "1.3.7", + "version": "1.3.6", "description": "❤️ IceStack, Web UI for Mobile, PC and Mini Program, open-source Headless component library generator", "sideEffects": false, "exports": { diff --git a/packages/unocss/package.json b/packages/unocss/package.json index 926330c1..0d310c5b 100644 --- a/packages/unocss/package.json +++ b/packages/unocss/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/unocss", "description": "The Unocss plugin of @icestack/ui", - "version": "1.3.7", + "version": "1.3.6", "scripts": { "build": "pnpm build:ui && unbuild", "test": "vitest run", diff --git a/packages/unplugin/package.json b/packages/unplugin/package.json index 0af60a6a..849bd24e 100644 --- a/packages/unplugin/package.json +++ b/packages/unplugin/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/unplugin", "description": "The unplugin of @icestack/ui", - "version": "1.3.7", + "version": "1.3.6", "private": true, "scripts": { "build": "unbuild", diff --git a/plugins/compose-tailwindcss-plugins/package.json b/plugins/compose-tailwindcss-plugins/package.json index 28f718e2..4ad22e7e 100644 --- a/plugins/compose-tailwindcss-plugins/package.json +++ b/plugins/compose-tailwindcss-plugins/package.json @@ -1,6 +1,6 @@ { "name": "compose-tailwindcss-plugins", - "version": "1.3.7", + "version": "0.0.4", "description": "compose your multiple tailwindcss plugins into one", "exports": { ".": { @@ -66,4 +66,4 @@ "postcss": "^8.4.34", "tailwindcss": "^3.4.1" } -} +} \ No newline at end of file diff --git a/plugins/css-to-tailwindcss-plugin/package.json b/plugins/css-to-tailwindcss-plugin/package.json index 695274b7..fc3656fc 100644 --- a/plugins/css-to-tailwindcss-plugin/package.json +++ b/plugins/css-to-tailwindcss-plugin/package.json @@ -1,6 +1,6 @@ { "name": "css-to-tailwindcss-plugin", - "version": "1.3.7", + "version": "0.3.0", "description": "css-to-tailwindcss-plugin, transform your `css/scss` to `tailwindcss plugin`", "exports": { ".": { @@ -95,4 +95,4 @@ "sass": "^1.70.0", "tailwindcss": "^3.4.1" } -} +} \ No newline at end of file diff --git a/plugins/postcss-custom-property-prefixer/package.json b/plugins/postcss-custom-property-prefixer/package.json index 6751678d..710cc717 100644 --- a/plugins/postcss-custom-property-prefixer/package.json +++ b/plugins/postcss-custom-property-prefixer/package.json @@ -1,6 +1,6 @@ { "name": "postcss-custom-property-prefixer", - "version": "1.3.7", + "version": "1.0.6", "description": "Add prefix to your css custom-property", "exports": { ".": { @@ -48,4 +48,4 @@ "access": "public", "registry": "https://registry.npmjs.org" } -} +} \ No newline at end of file diff --git a/plugins/postcss-cva/package.json b/plugins/postcss-cva/package.json index 8475c4b6..27b67d92 100644 --- a/plugins/postcss-cva/package.json +++ b/plugins/postcss-cva/package.json @@ -1,7 +1,7 @@ { "name": "postcss-cva", "description": "generate cva functions by css comment", - "version": "1.3.7", + "version": "0.2.2", "scripts": { "dev": "unbuild --sourcemap", "build": "unbuild", @@ -82,4 +82,4 @@ "@types/picomatch": "^2.3.3", "postcss": "^8.4.34" } -} +} \ No newline at end of file diff --git a/presets/preset-daisyui/package.json b/presets/preset-daisyui/package.json index e10dc661..f95d8613 100644 --- a/presets/preset-daisyui/package.json +++ b/presets/preset-daisyui/package.json @@ -2,7 +2,7 @@ "name": "@icestack/preset-daisyui", "description": "The daisyui preset of @icestack/ui (WIP)", "private": true, - "version": "1.3.7", + "version": "1.0.9", "scripts": { "build": "unbuild", "test": "vitest run", @@ -68,4 +68,4 @@ "lodash": "^4.17.21", "picocolors": "^1.0.0" } -} +} \ No newline at end of file diff --git a/presets/preset-mockup/package.json b/presets/preset-mockup/package.json index 2ab6aae0..e6dc1ada 100644 --- a/presets/preset-mockup/package.json +++ b/presets/preset-mockup/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/preset-mockup", "description": "The mockup preset of @icestack/ui", - "version": "1.3.7", + "version": "1.0.9", "scripts": { "build": "unbuild", "test": "vitest run", @@ -60,4 +60,4 @@ "dependencies": { "@icestack/types": "workspace:^" } -} +} \ No newline at end of file diff --git a/presets/preset-unicorn/package.json b/presets/preset-unicorn/package.json index cb650ab0..2d4c1831 100644 --- a/presets/preset-unicorn/package.json +++ b/presets/preset-unicorn/package.json @@ -2,7 +2,7 @@ "name": "@icestack/preset-unicorn", "description": "The unicorn preset of @icestack/ui", "private": true, - "version": "1.3.7", + "version": "0.0.21", "scripts": { "build": "unbuild", "test": "vitest run", @@ -63,4 +63,4 @@ "@icestack/shared": "workspace:^", "@icestack/types": "workspace:^" } -} +} \ No newline at end of file diff --git a/presets/preset-weapp/package.json b/presets/preset-weapp/package.json index d9b81a81..5f8ed1c1 100644 --- a/presets/preset-weapp/package.json +++ b/presets/preset-weapp/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/preset-weapp", "description": "The weapp preset of @icestack/ui", - "version": "1.3.7", + "version": "1.0.9", "scripts": { "build": "unbuild", "test": "vitest run", @@ -61,4 +61,4 @@ "@icestack/types": "workspace:^", "@icestack/shared": "workspace:^" } -} +} \ No newline at end of file diff --git a/presets/presets/package.json b/presets/presets/package.json index d0895ff9..d57cb46b 100644 --- a/presets/presets/package.json +++ b/presets/presets/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/presets", "description": "The presets of @icestack/ui", - "version": "1.3.7", + "version": "0.2.28", "scripts": { "build": "unbuild", "test": "vitest run", @@ -53,4 +53,4 @@ "devDependencies": { "@icestack/ui": "workspace:^" } -} +} \ No newline at end of file diff --git a/storybook/package.json b/storybook/package.json index 3a3178ad..865d5b58 100644 --- a/storybook/package.json +++ b/storybook/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/app-storybook", "private": true, - "version": "1.3.7", + "version": "1.0.0", "description": "", "main": "index.js", "scripts": { @@ -72,4 +72,4 @@ "parse5": "^7.1.2", "react-i18next": "^14.0.3" } -} +} \ No newline at end of file diff --git a/website/package.json b/website/package.json index 7f459bc8..cd49e415 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "@icestack/app-website", - "version": "1.3.7", + "version": "0.0.0", "description": "", "private": true, "main": "index.js", @@ -75,4 +75,4 @@ "typescript": "^5.3.3", "unplugin-auto-import": "^0.17.5" } -} +} \ No newline at end of file