Skip to content

Commit 12bbfb3

Browse files
committed
chore(release): Publish
- @pancakeswap-libs/[email protected]
1 parent da2ae4a commit 12bbfb3

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

packages/pancake-uikit/CHANGELOG.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1-
## [0.15.2](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/compare/@pancakeswap-libs/[email protected]...@pancakeswap-libs/[email protected]) (2021-03-19)
1+
# Change Log
22

3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [0.16.0](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/compare/@pancakeswap-libs/[email protected]...@pancakeswap-libs/[email protected]) (2021-03-22)
7+
8+
9+
### Features
10+
11+
* **svgs:** Add latest icons to uiki ([#23](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/issues/23)) ([f2c218e](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/commit/f2c218e270ed8c351184fedf8ef5d7edd9439176))
312

4-
### Bug Fixes
513

6-
* **uikit:** Accept float values for Slider ([#4](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/issues/4)) ([018d7e5](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/commit/018d7e5276e06cf880b2ce8f15f6eaa10e47f236))
714

815

916

17+
## [0.15.2](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/compare/@pancakeswap-libs/[email protected]...@pancakeswap-libs/[email protected]) (2021-03-19)
18+
19+
20+
### Bug Fixes
21+
22+
* **uikit:** Accept float values for Slider ([#4](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/issues/4)) ([018d7e5](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit/commit/018d7e5276e06cf880b2ce8f15f6eaa10e47f236))

packages/pancake-uikit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pancakeswap-libs/uikit",
3-
"version": "0.15.2",
3+
"version": "0.16.0",
44
"description": "Set of UI components for pancake projects",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)