diff --git a/packages/SideNavigation/CHANGELOG.md b/packages/SideNavigation/CHANGELOG.md index 1137096af..8f8d00e15 100644 --- a/packages/SideNavigation/CHANGELOG.md +++ b/packages/SideNavigation/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.4](https://github.com/telus/tds-community/compare/@tds/community-side-navigation@3.0.3...@tds/community-side-navigation@3.0.4) (2019-12-06) + + +### Bug Fixes + +* **community-side-navigation:** fix overlap when sidenav expands ([30b8bed](https://github.com/telus/tds-community/commit/30b8bed)) +* **community-side-navigation:** updated animation and fixed other bugs ([4c99177](https://github.com/telus/tds-community/commit/4c99177)) + + + + + ## [3.0.3](https://github.com/telus/tds-community/compare/@tds/community-side-navigation@3.0.2...@tds/community-side-navigation@3.0.3) (2019-11-22) **Note:** Version bump only for package @tds/community-side-navigation diff --git a/packages/SideNavigation/package.json b/packages/SideNavigation/package.json index 78b0d0a90..41df2db3e 100644 --- a/packages/SideNavigation/package.json +++ b/packages/SideNavigation/package.json @@ -1,6 +1,6 @@ { "name": "@tds/community-side-navigation", - "version": "3.0.3", + "version": "3.0.4", "description": "", "main": "index.cjs.js", "module": "index.es.js",