From 7565e632239398a918f53c879161bf5cc816f96b Mon Sep 17 00:00:00 2001 From: ckvv Date: Wed, 29 Nov 2023 18:49:48 +0800 Subject: [PATCH] chore(release): 1.12.2 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b76d7a4..5bd649e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.12.2](https://github.com/ckpack/v-ui/compare/v1.12.1...v1.12.2) (2023-11-29) + + +### Features + +* public file ([eba0864](https://github.com/ckpack/v-ui/commit/eba0864c4d87f9be7be4c8268d9ac31fdb3a0971)) +* update eslint ([3f60329](https://github.com/ckpack/v-ui/commit/3f603298f63ea9c1b8f3c1c31f7edffb4c471722)) +* 更新依赖 ([ddd8d6b](https://github.com/ckpack/v-ui/commit/ddd8d6b8c23819117ce64dfaa63cb7cc3283f428)) + + +### Bug Fixes + +* lib url ([7566d78](https://github.com/ckpack/v-ui/commit/7566d7886c9cd4be19d4a7fddc7ec10d1461a40e)) +* slot ([c5aa301](https://github.com/ckpack/v-ui/commit/c5aa301c9f745266d2dd69ec48d960e387081672)) +* style updte ([d219abd](https://github.com/ckpack/v-ui/commit/d219abd29073243d4f99c1cafc52bf4c3e42cfdd)) + ### [1.12.1](https://github.com/ckpack/v-ui/compare/v1.12.0...v1.12.1) (2023-08-14) diff --git a/package.json b/package.json index 71fced6..7e0e61f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ckpack/v-ui", "type": "module", - "version": "1.12.1", + "version": "1.12.2", "packageManager": "pnpm@7.17.1", "description": "Quickly create a component library for Vue 3", "author": "ckvv",