Skip to content

Commit

Permalink
chore(release): 5.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.4.0](v5.3.0...v5.4.0) (2022-05-19)

### Bug Fixes

* **tab:** optional badge ([0c0ce5f](0c0ce5f))
* use useEffect ([e19407d](e19407d))

### Features

* implement useTabs,renderTabs ([b614dd8](b614dd8))
* initialize cosmoz-tabs-next ([816992e](816992e))
* reorganize repo ([afb9d52](afb9d52))
* update cosmoz-page-router ([d0f19d0](d0f19d0))
  • Loading branch information
semantic-release-bot committed May 19, 2022
1 parent 622b24c commit 70f1756
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [5.4.0](https://github.com/neovici/cosmoz-tabs/compare/v5.3.0...v5.4.0) (2022-05-19)


### Bug Fixes

* **tab:** optional badge ([0c0ce5f](https://github.com/neovici/cosmoz-tabs/commit/0c0ce5f5b54e58f5e61cc09d937cd0f567c72620))
* use useEffect ([e19407d](https://github.com/neovici/cosmoz-tabs/commit/e19407d9af476092f628bbc1b3da2fb5b6fba630))


### Features

* implement useTabs,renderTabs ([b614dd8](https://github.com/neovici/cosmoz-tabs/commit/b614dd8b4b75f77e249ae74617d1af6087e2c2be))
* initialize cosmoz-tabs-next ([816992e](https://github.com/neovici/cosmoz-tabs/commit/816992eb579b2194bcbdea75caa72babe38e2a28))
* reorganize repo ([afb9d52](https://github.com/neovici/cosmoz-tabs/commit/afb9d520eb24bbc499896e3ef56e3746c2f56cce))
* update cosmoz-page-router ([d0f19d0](https://github.com/neovici/cosmoz-tabs/commit/d0f19d0a6f00295c8c72398ff383acfc43ef15aa))

# [5.3.0](https://github.com/neovici/cosmoz-tabs/compare/v5.2.1...v5.3.0) (2022-03-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neovici/cosmoz-tabs",
"version": "5.3.0",
"version": "5.4.0",
"description": "A multi views container element that allow navigation between the views using tabs or an accordion.",
"keywords": [
"web-components"
Expand Down

0 comments on commit 70f1756

Please sign in to comment.