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.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [13.1.0](v13.0.1...v13.1.0) (2021-03-08)

### Bug Fixes

* **Box:** Add "position" propTypes value "sticky" ([c3400cb](c3400cb))
* **icons:** Allow adding ARIA labels to icons ([cbce054](cbce054))
* **icons:** Fix linter error ([fa2d7dd](fa2d7dd))
* **Stack:** Fix StackItem not receiving "hidden" props ([8c6c92c](8c6c92c))

### Features

* **Hidden:** New prop for accessible hiding ([e5f6f15](e5f6f15))
  • Loading branch information
5app-Machine committed Mar 8, 2021
1 parent fa2d7dd commit 00a7939
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [13.1.0](https://github.com/5app/base5-ui/compare/v13.0.1...v13.1.0) (2021-03-08)


### Bug Fixes

* **Box:** Add "position" propTypes value "sticky" ([c3400cb](https://github.com/5app/base5-ui/commit/c3400cbc250d4dbaec17cac09129846a386dff04))
* **icons:** Allow adding ARIA labels to icons ([cbce054](https://github.com/5app/base5-ui/commit/cbce05457989d7e0c81a695f522e8b1b7db08d72))
* **icons:** Fix linter error ([fa2d7dd](https://github.com/5app/base5-ui/commit/fa2d7ddaaae042514f07c04513535ec24346b3e7))
* **Stack:** Fix StackItem not receiving "hidden" props ([8c6c92c](https://github.com/5app/base5-ui/commit/8c6c92c59c09288ec4fd3fdc7093b4169490a63f))


### Features

* **Hidden:** New prop for accessible hiding ([e5f6f15](https://github.com/5app/base5-ui/commit/e5f6f158ee218d83694897df0dd7347a56d8a264))

## [13.0.1](https://github.com/5app/base5-ui/compare/v13.0.0...v13.0.1) (2021-02-23)


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": "13.0.1",
"version": "13.1.0",
"description": "5app's reusable UI component library",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 00a7939

Please sign in to comment.