diff --git a/jsr.json b/jsr.json index a08fa5f..7603cdd 100644 --- a/jsr.json +++ b/jsr.json @@ -1,5 +1,5 @@ { "name": "@zyyv/magic-color", - "version": "1.1.2", + "version": "1.2.0", "exports": "./src/index.ts" } diff --git a/package.json b/package.json index b703ab8..2ee4ed2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@magic-color/monorepo", "type": "module", - "version": "1.1.2", + "version": "1.2.0", "private": true, "packageManager": "pnpm@9.2.0", "scripts": { diff --git a/packages/core/package.json b/packages/core/package.json index 5aba158..6f12aac 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@magic-color/core", "type": "module", - "version": "1.1.2", + "version": "1.2.0", "description": "Magic color core library", "author": "Chris ", "license": "MIT", diff --git a/packages/magic-color/package.json b/packages/magic-color/package.json index e8ab811..c320d2d 100644 --- a/packages/magic-color/package.json +++ b/packages/magic-color/package.json @@ -1,7 +1,7 @@ { "name": "magic-color", "type": "module", - "version": "1.1.2", + "version": "1.2.0", "description": "Magic color creator.", "author": "Chris ", "license": "MIT", diff --git a/packages/vue/package.json b/packages/vue/package.json index 3a56281..4a4c048 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,7 +1,7 @@ { "name": "@magic-color/vue", "type": "module", - "version": "1.1.2", + "version": "1.2.0", "description": "Magic color vue component.", "author": "Chris ", "license": "MIT", diff --git a/playground/package.json b/playground/package.json index 684372b..86b272e 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,7 +1,7 @@ { "name": "playground", "type": "module", - "version": "1.1.2", + "version": "1.2.0", "private": true, "scripts": { "dev": "vite", diff --git a/talk/package.json b/talk/package.json index 797b111..b0d0620 100644 --- a/talk/package.json +++ b/talk/package.json @@ -1,7 +1,7 @@ { "name": "talk", "type": "module", - "version": "1.1.2", + "version": "1.2.0", "private": true, "scripts": { "build": "slidev build --base /talk/ --out ../playground/public/talk",