diff --git a/.changeset/afraid-bottles-call.md b/.changeset/afraid-bottles-call.md deleted file mode 100644 index 5443d626..00000000 --- a/.changeset/afraid-bottles-call.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@inventage-web-components/portal-navigation': minor ---- - -Added more CSS parts. Each tree menu (in mobile breakpoint) is now marked as a `menu-tree` part as well as `menu-tree-MENU` part (where `MENU` is one of `main`, `settings`, `profile` or `logout`). - -The current menu items (2nd level) are marked as `tree-items` part in the mobile breakpoint version. diff --git a/package-lock.json b/package-lock.json index 5ac4ea7c..0765edc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20210,7 +20210,7 @@ }, "packages/portal-navigation": { "name": "@inventage-web-components/portal-navigation", - "version": "1.5.0", + "version": "1.6.0", "license": "MIT", "dependencies": { "@inventage-web-components/common": "^2.0.0", diff --git a/packages/portal-navigation/CHANGELOG.md b/packages/portal-navigation/CHANGELOG.md index 759db47f..64b27d5b 100644 --- a/packages/portal-navigation/CHANGELOG.md +++ b/packages/portal-navigation/CHANGELOG.md @@ -1,5 +1,13 @@ # @inventage-web-components/portal-navigation +## 1.6.0 + +### Minor Changes + +- [`70cf2d6`](https://github.com/inventage/web-components/commit/70cf2d67d6882593f1e19371950107b9ffac344f) - Added more CSS parts. Each tree menu (in mobile breakpoint) is now marked as a `menu-tree` part as well as `menu-tree-MENU` part (where `MENU` is one of `main`, `settings`, `profile` or `logout`). + + The current menu items (2nd level) are marked as `tree-items` part in the mobile breakpoint version. + ## 1.5.0 ### Minor Changes diff --git a/packages/portal-navigation/package.json b/packages/portal-navigation/package.json index 8b64bf51..0f1edf0c 100644 --- a/packages/portal-navigation/package.json +++ b/packages/portal-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@inventage-web-components/portal-navigation", - "version": "1.5.0", + "version": "1.6.0", "description": "A component implementing an opinionated (but generic and hence configurable) navigation pattern.", "license": "MIT", "author": "Inventage AG ", diff --git a/packages/portal-navigation/src/PortalNavigation.ts b/packages/portal-navigation/src/PortalNavigation.ts index 84c2a3a3..29f3ed49 100644 --- a/packages/portal-navigation/src/PortalNavigation.ts +++ b/packages/portal-navigation/src/PortalNavigation.ts @@ -310,7 +310,7 @@ export class PortalNavigation extends LitElement { /** @private */ // Do not touch, this will automatically be updated based on the version in package.json in build & release scripts - readonly version = '1.5.0'; + readonly version = '1.6.0'; /** * Map of menu item ids → badges