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 Aug 4, 2021
1 parent a27e5d5 commit 6724bc2
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/yellow-walls-jam.md

This file was deleted.

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

## 0.0.3

### Patch Changes

- a27e5d5: Empty test release

## 0.0.3-next.0

### 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": "0.0.3-next.0",
"version": "0.0.3",
"description": "Shared, common functionality for @inventage-web-components packages.",
"license": "MIT",
"author": "",
Expand Down
8 changes: 8 additions & 0 deletions packages/hamburger-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inventage-web-components/hamburger-menu

## 0.0.3

### Patch Changes

- a27e5d5: Empty test release
- Updated dependencies [a27e5d5]
- @inventage-web-components/common@0.0.3

## 0.0.3-next.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/hamburger-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inventage-web-components/hamburger-menu",
"version": "0.0.3-next.0",
"version": "0.0.3",
"description": "A simple hamburger menu component.",
"license": "MIT",
"author": "",
Expand All @@ -21,7 +21,7 @@
},
"types": "lib/src/index.d.ts",
"dependencies": {
"@inventage-web-components/common": "^0.0.3-next.0",
"@inventage-web-components/common": "^0.0.3",
"lit-element": "^2.5.1"
},
"keywords": [
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

## 0.0.4

### Patch Changes

- a27e5d5: Empty test release
- Updated dependencies [a27e5d5]
- @inventage-web-components/common@0.0.3
- @inventage-web-components/hamburger-menu@0.0.3

## 0.0.4-next.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "0.0.4-next.0",
"version": "0.0.4",
"description": "A component implementing an opinionated (but generic and hence configurable) navigation pattern.",
"license": "MIT",
"author": "",
Expand All @@ -21,8 +21,8 @@
},
"types": "lib/src/index.d.ts",
"dependencies": {
"@inventage-web-components/common": "^0.0.3-next.0",
"@inventage-web-components/hamburger-menu": "^0.0.3-next.0",
"@inventage-web-components/common": "^0.0.3",
"@inventage-web-components/hamburger-menu": "^0.0.3",
"@open-wc/scoped-elements": "^1.3.3",
"lit-element": "^2.5.1"
},
Expand Down

0 comments on commit 6724bc2

Please sign in to comment.