From 9a414a47bd9263f3414a59d83bd197687c3bd005 Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Wed, 27 Apr 2022 13:37:23 +0000 Subject: [PATCH] chore(release): 14.11.0 [skip ci] # [14.11.0](https://github.com/5app/base5-ui/compare/v14.10.0...v14.11.0) (2022-04-27) ### Features * add divider & group label to menu & menu list, [#198](https://github.com/5app/base5-ui/issues/198) ([#199](https://github.com/5app/base5-ui/issues/199)) ([3a04bb6](https://github.com/5app/base5-ui/commit/3a04bb658a6a3d0af7f600551359e7fb13d02805)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f9c1b3c..320630d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [14.11.0](https://github.com/5app/base5-ui/compare/v14.10.0...v14.11.0) (2022-04-27) + + +### Features + +* add divider & group label to menu & menu list, [#198](https://github.com/5app/base5-ui/issues/198) ([#199](https://github.com/5app/base5-ui/issues/199)) ([3a04bb6](https://github.com/5app/base5-ui/commit/3a04bb658a6a3d0af7f600551359e7fb13d02805)) + # [14.10.0](https://github.com/5app/base5-ui/compare/v14.9.1...v14.10.0) (2022-04-21) diff --git a/package.json b/package.json index 3e741da0..e3015690 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "14.10.0", + "version": "14.11.0", "description": "5app's reusable UI component library", "main": "index.js", "types": "dist/index.d.ts",