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 Oct 31, 2023
1 parent c1202fa commit fc19499
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 19 deletions.
16 changes: 0 additions & 16 deletions .changeset/funny-trees-rush.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.

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

## 1.3.0

### Minor Changes

- [`371ea39`](https://github.com/inventage/web-components/commit/371ea3992d1e946f818805210cc903c3a3ef2254) - Added new CSS parts to allow for more flexible styling.

- `menu-item` - The menu item
- `menu-main-item` - The menu item inside the main items (1st level) container
- `menu-current-item` - The menu item inside the current items (2nd level) container
- `menu-settings-item` - The menu item inside the settings menu
- `menu-meta-item` - The menu item inside the meta menu
- `menu-profile-item` - The menu item inside the profile menu
- `menu-logout-item` - The menu item inside the logout menu
- `label` - The label element of a menu item
- `badge` - The badge element of a menu item
- `icon` - The icon element of a menu item

## 1.2.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.2.2",
"version": "1.3.0",
"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 @@ -277,7 +277,7 @@ export class PortalNavigation extends LitElement {
private container?: HTMLDivElement;

// Do not touch, this will automatically be updated based on the version in package.json in build & release scripts
readonly version = '1.2.2';
readonly version = '1.3.0';

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

0 comments on commit fc19499

Please sign in to comment.