Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
chore(release): 13.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [13.0.0](v12.1.6...v13.0.0) (2021-02-22)

### Bug Fixes

* **ButtonCode:** Add "to" to list of "link" props ([9c583f1](9c583f1))

### Features

* **PageTitleManager:** New options to handle document titles ([ac79874](ac79874))

### BREAKING CHANGES

* **PageTitleManager:** The PageTitleAnnouncer export
was renamed to PageTitleManager, as it can also handle
document titles now.
  • Loading branch information
5app-Machine committed Feb 22, 2021
1 parent ad9d129 commit 95eb633
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 95eb633

Please sign in to comment.