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 Jan 12, 2024
1 parent 71e93e9 commit da228a2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/thick-news-refuse.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.

8 changes: 8 additions & 0 deletions packages/portal-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inventage-web-components/portal-navigation

## 1.6.3

### Patch Changes

- [`fca9078b925c7ca971f892b30812fbc1e32981ea`](https://github.com/inventage/web-components/commit/fca9078b925c7ca971f892b30812fbc1e32981ea) Instead of relying on two nested `requestAnimationFrame` callbacks to detect when style and layout information have been applied (for computing the `anchor` padding in `sticky` mode), we instead now use `requestAnimationFrame` in combination with `setTimeout`.

This should hopefully give us a more reliable hook into the point in time where the style and layout information have been calculated and the paint has occurred.

## 1.6.2

### 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.2",
"version": "1.6.3",
"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 @@ -319,7 +319,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.2';
readonly version = '1.6.3';

/**
* Map of menu item ids → badges
Expand Down

0 comments on commit da228a2

Please sign in to comment.