From 3ff930b869e7146658a181f124035c923514ba62 Mon Sep 17 00:00:00 2001 From: Teacatkk <307519856@qq.com> Date: Mon, 17 Jul 2023 19:36:20 +0800 Subject: [PATCH] Release 1.0.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a59bf8..0b1707e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.0.3](https://github.com/xsky-fe/wizard-ui/compare/1.0.2...1.0.3) (2023-07-17) + +### Features + +* support custom color and footer ([5e467b7](https://github.com/xsky-fe/wizard-ui/commit/5e467b7b2e14f668c5e4e63e053410c260d4c6d8)) + ## [1.0.2](https://github.com/xsky-fe/wizard-ui/compare/1.0.1...1.0.2) (2023-07-17) diff --git a/package.json b/package.json index 9781391b..cf7614f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wizard-ui", - "version": "1.0.2", + "version": "1.0.3", "private": false, "main": "lib/index.js", "module": "esm/index.js",