Skip to content

Commit 8f0de67

Browse files
committed
chore: release v2.2.1
1 parent c52b404 commit 8f0de67

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@zyyv/magic-color",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"exports": "./src/index.ts"
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@magic-color/monorepo",
33
"type": "module",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"private": true,
66
"packageManager": "pnpm@10.23.0",
77
"scripts": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@magic-color/core",
33
"type": "module",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"description": "Magic color core library",
66
"author": "Chris <hizyyv@gmail.com>",
77
"license": "MIT",

packages/magic-color/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "magic-color",
33
"type": "module",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"description": "Magic color creator.",
66
"author": "Chris <hizyyv@gmail.com>",
77
"license": "MIT",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@magic-color/shared",
33
"type": "module",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"description": "Magic color common utils library",
66
"author": "Chris <hizyyv@gmail.com>",
77
"license": "MIT",

packages/theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@magic-color/theme",
33
"type": "module",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"description": "Magic color theme generator.",
66
"author": "Chris <hizyyv@gmail.com>",
77
"license": "MIT",

packages/transformer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@magic-color/transformer",
33
"type": "module",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"description": "Magic color transform library",
66
"author": "Chris <hizyyv@gmail.com>",
77
"license": "MIT",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@magic-color/vue",
33
"type": "module",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"description": "Magic color vue component.",
66
"author": "Chris <hizyyv@gmail.com>",
77
"license": "MIT",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground",
33
"type": "module",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"private": true,
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)