From f7c3e5db523350d22ca6c717b4a8848e53da96a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8F=B5=E4=B9=8B?= Date: Thu, 23 Nov 2023 13:04:05 +0800 Subject: [PATCH] chore: bump 0.3.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7e0d165..a0b694c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alifd/overlay", - "version": "0.2.13", + "version": "0.3.0", "description": "overlay base component", "files": [ "demo/", @@ -67,7 +67,7 @@ "url": "https://github.com/alibaba-fusion/overlay.git" }, "license": "MIT", - "homepage": "https://unpkg.com/@alifd/overlay@0.2.13/build/index.html", + "homepage": "https://unpkg.com/@alifd/overlay@0.3.0/build/index.html", "lint-staged": { "@(src|scripts|docs/*/demo)/**/*.@(js|jsx|ts|tsx|md)": [ "prettier --write"