From bd45c1ca55ae9e97b7eb62c8fb92d313e382ca90 Mon Sep 17 00:00:00 2001 From: hachiojidev Date: Tue, 30 Mar 2021 13:19:40 +0900 Subject: [PATCH] chore(release): Publish - @pancakeswap-libs/uikit@0.18.0 --- packages/pancake-uikit/CHANGELOG.md | 20 ++++++++++++++++++++ packages/pancake-uikit/package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/packages/pancake-uikit/CHANGELOG.md b/packages/pancake-uikit/CHANGELOG.md index 07e6a75b4..66430c0bd 100644 --- a/packages/pancake-uikit/CHANGELOG.md +++ b/packages/pancake-uikit/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/compare/@pancakeswap-libs/uikit@0.17.0...@pancakeswap-libs/uikit@0.18.0) (2021-03-30) + + +### Bug Fixes + +* Button loading state ([#30](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/issues/30)) ([7fff56d](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/commit/7fff56d022e06a911525f6163de1e4b5adfab9c7)) +* Put shadow under the bunny head of slider component ([#25](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/issues/25)) ([92da5b5](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/commit/92da5b5cf746c1a3e10d05c3e5344943a926d943)) +* Slider step label position ([#36](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/issues/36)) ([060b835](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/commit/060b835c68d67d83575f3f8783c2610133798aea)) + + +### Features + +* Add card header variants ([#34](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/issues/34)) ([079e3f2](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/commit/079e3f2cf5536aec5bb402af534c2a05723a3cb3)) +* Add expandable buttons ([#35](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/issues/35)) ([0790f3e](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/commit/0790f3ed241acbd0236c8c134579efaa8a5c457b)) +* **menu-status:** Add optional menu item 'status' property ([#29](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/issues/29)) ([65f7e02](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/commit/65f7e026345d145b61d43864699df3c1aa319446)) + + + + + # [0.17.0](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/compare/@pancakeswap-libs/uikit@0.16.0...@pancakeswap-libs/uikit@0.17.0) (2021-03-24) diff --git a/packages/pancake-uikit/package.json b/packages/pancake-uikit/package.json index 2cd71eff8..df838ed69 100644 --- a/packages/pancake-uikit/package.json +++ b/packages/pancake-uikit/package.json @@ -1,6 +1,6 @@ { "name": "@pancakeswap-libs/uikit", - "version": "0.17.0", + "version": "0.18.0", "description": "Set of UI components for pancake projects", "main": "dist/index.cjs.js", "module": "dist/index.esm.js",