From f3d30627e6f3bd2f23a9663b8c93660d3ef97926 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Mon, 12 Aug 2024 00:25:12 +0800 Subject: [PATCH] chore: release v1.7.1 --- docs/package.json | 2 +- example/package.json | 2 +- plugin/package.json | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/package.json b/docs/package.json index e9b801e..c840c16 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "type": "module", - "version": "1.6.1", + "version": "1.7.1", "private": true, "scripts": { "docs:build": "vitepress build .", diff --git a/example/package.json b/example/package.json index 57372cd..11a37fc 100644 --- a/example/package.json +++ b/example/package.json @@ -1,7 +1,7 @@ { "name": "example", "type": "module", - "version": "1.6.1", + "version": "1.7.1", "private": true, "scripts": { "dev": "vite dev", diff --git a/plugin/package.json b/plugin/package.json index b1ac6f2..24e8127 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,7 +1,7 @@ { "name": "vite-plugin-mock-dev-server", "type": "module", - "version": "1.7.0", + "version": "1.7.1", "author": "pengzhanbo (https://github.com/pengzhanbo)", "license": "MIT", "homepage": "https://vite-plugin-mock-dev-server.netlify.app", @@ -91,5 +91,8 @@ "devDependencies": { "esbuild": "^0.23.0", "vite": "^5.3.5" + }, + "publishConfig": { + "access": "public" } }