From 5558340bdd7c5dc456262779acfab44b9d1387b9 Mon Sep 17 00:00:00 2001 From: zhangbing4 Date: Mon, 17 Jun 2024 13:20:19 +0800 Subject: [PATCH 1/2] v3.4.2 --- lerna.json | 2 +- package.json | 2 +- packages/kpc-react/package.json | 2 +- packages/kpc-vue-next/package.json | 2 +- packages/kpc-vue/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lerna.json b/lerna.json index 431f9d395..e05ec38c0 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,6 @@ "./", "packages/*" ], - "version": "3.4.1", + "version": "3.4.2", "npmClient": "yarn" } diff --git a/package.json b/package.json index bbd74d2ea..5534afbc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@king-design/intact", - "version": "3.4.1", + "version": "3.4.2", "description": "A component library written in Intact for Intact, Vue, React and Angular", "main": "es/index.js", "engines": { diff --git a/packages/kpc-react/package.json b/packages/kpc-react/package.json index b82df0c3e..d38f21331 100644 --- a/packages/kpc-react/package.json +++ b/packages/kpc-react/package.json @@ -1,6 +1,6 @@ { "name": "@king-design/react", - "version": "3.4.1", + "version": "3.4.2", "description": "King-Design UI components for React.", "keywords": [ "component", diff --git a/packages/kpc-vue-next/package.json b/packages/kpc-vue-next/package.json index c69b13e59..dbc5115af 100644 --- a/packages/kpc-vue-next/package.json +++ b/packages/kpc-vue-next/package.json @@ -1,6 +1,6 @@ { "name": "@king-design/vue", - "version": "3.4.1", + "version": "3.4.2", "description": "King-Design UI components for Vue3.0.", "keywords": [ "component", diff --git a/packages/kpc-vue/package.json b/packages/kpc-vue/package.json index e8ceca9b6..04db9007d 100644 --- a/packages/kpc-vue/package.json +++ b/packages/kpc-vue/package.json @@ -1,6 +1,6 @@ { "name": "@king-design/vue-legacy", - "version": "3.4.1", + "version": "3.4.2", "description": "King-Design UI components for Vue2.0.", "keywords": [ "component", From 02199e1b91b89dc8f4f463d5c8c4a92380991891 Mon Sep 17 00:00:00 2001 From: zhangbing4 Date: Mon, 17 Jun 2024 13:21:20 +0800 Subject: [PATCH 2/2] chore: build [skip ci] --- index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.ts b/index.ts index f494ae705..4c6a3275d 100644 --- a/index.ts +++ b/index.ts @@ -1,5 +1,5 @@ /*! - * @king-design v3.4.1 + * @king-design v3.4.2 * * Copyright (c) Kingsoft Cloud * Released under the MIT License @@ -69,6 +69,6 @@ export * from './components/upload'; export * from './components/view'; export * from './components/wave'; -export const version = '3.4.1'; +export const version = '3.4.2'; /* generate end */