From 48d057b99534dbbd105fcf36a4de67cfed835201 Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Thu, 10 Sep 2020 11:11:01 +0000 Subject: [PATCH] chore(release): 11.10.0 [skip ci] # [11.10.0](https://github.com/5app/base5-ui/compare/v11.9.2...v11.10.0) (2020-09-10) ### Features * New "Menu" component ([9fa5d8e](https://github.com/5app/base5-ui/commit/9fa5d8ed9966c0a548312ae40bff389e4766da2d)) * New component PopoverCard, noissue ([e07d0f0](https://github.com/5app/base5-ui/commit/e07d0f0cfb7314ded6014e06132e7118fd651fa4)) * New MenuList components ([426c85d](https://github.com/5app/base5-ui/commit/426c85dbc0d75468511fa3c2aa381ac0082d6367)) * New NavMenu component ([b480623](https://github.com/5app/base5-ui/commit/b4806233110ff4c62088fdebde50bafa80601bc3)) * **utils:** New utility "mergeCallbacks" ([ee761c7](https://github.com/5app/base5-ui/commit/ee761c70755e980be043d1eb99292cb0cde9c032)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bbfdf07..3f4efc20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [11.10.0](https://github.com/5app/base5-ui/compare/v11.9.2...v11.10.0) (2020-09-10) + + +### Features + +* New "Menu" component ([9fa5d8e](https://github.com/5app/base5-ui/commit/9fa5d8ed9966c0a548312ae40bff389e4766da2d)) +* New component PopoverCard, noissue ([e07d0f0](https://github.com/5app/base5-ui/commit/e07d0f0cfb7314ded6014e06132e7118fd651fa4)) +* New MenuList components ([426c85d](https://github.com/5app/base5-ui/commit/426c85dbc0d75468511fa3c2aa381ac0082d6367)) +* New NavMenu component ([b480623](https://github.com/5app/base5-ui/commit/b4806233110ff4c62088fdebde50bafa80601bc3)) +* **utils:** New utility "mergeCallbacks" ([ee761c7](https://github.com/5app/base5-ui/commit/ee761c70755e980be043d1eb99292cb0cde9c032)) + ## [11.9.2](https://github.com/5app/base5-ui/compare/v11.9.1...v11.9.2) (2020-09-09) diff --git a/package.json b/package.json index 671e5284..1ec04879 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "11.9.2", + "version": "11.10.0", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {