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 Dec 17, 2023
1 parent c3eb176 commit 7e03cd6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-adults-invite.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.

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

## 1.6.2

### Patch Changes

- [`c3eb1767dcda0e4dfcf876404b2fe17b10e6b8fe`](https://github.com/inventage/web-components/commit/c3eb1767dcda0e4dfcf876404b2fe17b10e6b8fe) The internal routing events should be dispatched for the `defaultItem` for menu items with a `url` attribute.

## 1.6.1

### 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.1",
"version": "1.6.2",
"description": "A component implementing an opinionated (but generic and hence configurable) navigation pattern.",
"license": "MIT",
"author": "Inventage AG <[email protected]>",
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.1';
readonly version = '1.6.2';

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

0 comments on commit 7e03cd6

Please sign in to comment.