From 95eb6335a59b7c3c69b962d419b04b571e7a5576 Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Mon, 22 Feb 2021 14:00:16 +0000 Subject: [PATCH] chore(release): 13.0.0 [skip ci] # [13.0.0](https://github.com/5app/base5-ui/compare/v12.1.6...v13.0.0) (2021-02-22) ### Bug Fixes * **ButtonCode:** Add "to" to list of "link" props ([9c583f1](https://github.com/5app/base5-ui/commit/9c583f18bfb546a3d82e0f5bb0fd59b0b249477e)) ### Features * **PageTitleManager:** New options to handle document titles ([ac79874](https://github.com/5app/base5-ui/commit/ac79874787950b4d08307f143f848ea936664234)) ### BREAKING CHANGES * **PageTitleManager:** The PageTitleAnnouncer export was renamed to PageTitleManager, as it can also handle document titles now. --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71b085f2..283b874b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [13.0.0](https://github.com/5app/base5-ui/compare/v12.1.6...v13.0.0) (2021-02-22) + + +### Bug Fixes + +* **ButtonCode:** Add "to" to list of "link" props ([9c583f1](https://github.com/5app/base5-ui/commit/9c583f18bfb546a3d82e0f5bb0fd59b0b249477e)) + + +### Features + +* **PageTitleManager:** New options to handle document titles ([ac79874](https://github.com/5app/base5-ui/commit/ac79874787950b4d08307f143f848ea936664234)) + + +### BREAKING CHANGES + +* **PageTitleManager:** The PageTitleAnnouncer export +was renamed to PageTitleManager, as it can also handle +document titles now. + ## [12.1.6](https://github.com/5app/base5-ui/compare/v12.1.5...v12.1.6) (2021-02-18) diff --git a/package.json b/package.json index 28b61e7b..63f1a956 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "12.1.6", + "version": "13.0.0", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {