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 Apr 15, 2024
1 parent fb2d211 commit 3fcdeb0
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-apples-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-timers-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-deers-reflect.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.8.0

### Minor Changes

- [`fb2d211d41465dcfc7935c5f5094163fa483391f`](https://github.com/inventage/web-components/commit/fb2d211d41465dcfc7935c5f5094163fa483391f) Add `dropdown` CSS part for the dropdown overlay

- [`73a53f39b4d8599b64ebb8e0fa5eceeb95936953`](https://github.com/inventage/web-components/commit/73a53f39b4d8599b64ebb8e0fa5eceeb95936953) Add `--portal-navigation-color-link-dropdown-selected` CSS custom property for styling selected menu links in dropdowns.

### Patch Changes

- [`825d36c857e4d427f98b28c70224a05db1bb4bf8`](https://github.com/inventage/web-components/commit/825d36c857e4d427f98b28c70224a05db1bb4bf8) Add missing CSS variable fallbacks for `--portal-navigation-color-hover`.

## 1.7.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.7.1",
"version": "1.8.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 @@ -323,7 +323,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.7.1';
readonly version = '1.8.0';

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

0 comments on commit 3fcdeb0

Please sign in to comment.