Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and peschee committed Mar 11, 2024
1 parent c9343ff commit 93b377f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-boxes-cry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/poor-points-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-starfishes-change.md

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

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

12 changes: 12 additions & 0 deletions packages/portal-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/portal-navigation/package.json
Original file line number Diff line number Diff line change
@@ -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 <info@inventage.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/portal-navigation/src/PortalNavigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93b377f

Please sign in to comment.