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 15, 2023
1 parent 502ac06 commit 4f3b237
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/ninety-shoes-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-zoos-float.md

This file was deleted.

6 changes: 3 additions & 3 deletions 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/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inventage-web-components/common

## 2.1.0

### Minor Changes

- [`fc456be`](https://github.com/inventage/web-components/commit/fc456be97be01f15ab09efffa770e308f2da4d83) Upgrade Lit (`^3.0.1``^3.1.0`).

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inventage-web-components/common",
"version": "2.0.1",
"version": "2.1.0",
"description": "Shared, common functionality for @inventage-web-components packages.",
"license": "MIT",
"author": "Inventage AG <[email protected]>",
Expand Down
9 changes: 9 additions & 0 deletions packages/portal-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @inventage-web-components/portal-navigation

## 1.6.1

### Patch Changes

- [`5b9bd9d`](https://github.com/inventage/web-components/commit/5b9bd9d23942a19ec1898b0b4fe391c0fcf80ca0) Menu items with child items an `url` attribute navigate to their url instead of their default child item or the first child item.

- Updated dependencies [[`fc456be`](https://github.com/inventage/web-components/commit/fc456be97be01f15ab09efffa770e308f2da4d83)]:
- @inventage-web-components/common@2.1.0

## 1.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "1.6.1",
"description": "A component implementing an opinionated (but generic and hence configurable) navigation pattern.",
"license": "MIT",
"author": "Inventage AG <[email protected]>",
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"types": "lib/src/index.d.ts",
"dependencies": {
"@inventage-web-components/common": "^2.0.0",
"@inventage-web-components/common": "^2.1.0",
"@inventage-web-components/hamburger-menu": "^1.1.0",
"ts-debounce": "^4.0.0",
"tslib": "^2.6.2"
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 @@ -310,7 +310,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.0';
readonly version = '1.6.1';

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

0 comments on commit 4f3b237

Please sign in to comment.