From 93b377fb06b6955f04e515acbcb7915ebc2e2863 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 Mar 2024 16:48:59 +0000 Subject: [PATCH] chore: version packages --- .changeset/fifty-boxes-cry.md | 5 ----- .changeset/poor-points-happen.md | 7 ------- .changeset/soft-starfishes-change.md | 5 ----- package-lock.json | 2 +- packages/portal-navigation/CHANGELOG.md | 12 ++++++++++++ packages/portal-navigation/package.json | 2 +- packages/portal-navigation/src/PortalNavigation.ts | 2 +- 7 files changed, 15 insertions(+), 20 deletions(-) delete mode 100644 .changeset/fifty-boxes-cry.md delete mode 100644 .changeset/poor-points-happen.md delete mode 100644 .changeset/soft-starfishes-change.md diff --git a/.changeset/fifty-boxes-cry.md b/.changeset/fifty-boxes-cry.md deleted file mode 100644 index a30f2667..00000000 --- a/.changeset/fifty-boxes-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@inventage-web-components/portal-navigation': minor ---- - -Rewrite the anchor padding updating mechanism in sticky mode to use `requestAnimationFrame` for a maximum of `100` times after each update. This should fix the padding issues in sticky mode once and for all… diff --git a/.changeset/poor-points-happen.md b/.changeset/poor-points-happen.md deleted file mode 100644 index 5e27d563..00000000 --- a/.changeset/poor-points-happen.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@inventage-web-components/portal-navigation': minor ---- - -Fixes an issue where nothing was being rendered in the mobile breakpoint when the `main` menu was empty. - -Released as a minor instead of patch since this also add a new behaviour to the mobile breakpoint. diff --git a/.changeset/soft-starfishes-change.md b/.changeset/soft-starfishes-change.md deleted file mode 100644 index 798229a6..00000000 --- a/.changeset/soft-starfishes-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@inventage-web-components/portal-navigation': minor ---- - -Adds a `tree-top` slot (for mobile menus) as well as some missing CSS parts related to these tree slots diff --git a/package-lock.json b/package-lock.json index c4cf1036..a7862bc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20592,7 +20592,7 @@ }, "packages/portal-navigation": { "name": "@inventage-web-components/portal-navigation", - "version": "1.6.3", + "version": "1.7.0", "license": "MIT", "dependencies": { "@inventage-web-components/common": "^2.1.0", diff --git a/packages/portal-navigation/CHANGELOG.md b/packages/portal-navigation/CHANGELOG.md index da7165f1..0afc12af 100644 --- a/packages/portal-navigation/CHANGELOG.md +++ b/packages/portal-navigation/CHANGELOG.md @@ -1,5 +1,17 @@ # @inventage-web-components/portal-navigation +## 1.7.0 + +### Minor Changes + +- [`c9343ffa49458089177a9a4377b211008b1a46e4`](https://github.com/inventage/web-components/commit/c9343ffa49458089177a9a4377b211008b1a46e4) Rewrite the anchor padding updating mechanism in sticky mode to use `requestAnimationFrame` for a maximum of `100` times after each update. This should fix the padding issues in sticky mode once and for all… + +- [#227](https://github.com/inventage/web-components/pull/227) [`5599c3a8ad28d8bdb7e376759fbe3c981de50903`](https://github.com/inventage/web-components/commit/5599c3a8ad28d8bdb7e376759fbe3c981de50903) Fixes an issue where nothing was being rendered in the mobile breakpoint when the `main` menu was empty. + + Released as a minor instead of patch since this also add a new behaviour to the mobile breakpoint. + +- [`cc5db2118939379d2e6f5f89a5d5b8fc4a8f175a`](https://github.com/inventage/web-components/commit/cc5db2118939379d2e6f5f89a5d5b8fc4a8f175a) Adds a `tree-top` slot (for mobile menus) as well as some missing CSS parts related to these tree slots + ## 1.6.3 ### Patch Changes diff --git a/packages/portal-navigation/package.json b/packages/portal-navigation/package.json index aca19ace..346b507d 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.6.3", + "version": "1.7.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 bfec8e90..d63998ca 100644 --- a/packages/portal-navigation/src/PortalNavigation.ts +++ b/packages/portal-navigation/src/PortalNavigation.ts @@ -321,7 +321,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.6.3'; + readonly version = '1.7.0'; /** * Map of menu item ids → badges