Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and peschee committed Aug 3, 2021
1 parent dd5c2bf commit 5be1da8
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 34 deletions.
7 changes: 0 additions & 7 deletions .changeset/eight-donkeys-develop.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/happy-birds-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-queens-teach.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/selfish-waves-try.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inventage-web-components/common

## 0.0.2

### Patch Changes

- cae77d2: - Add keywords to `package.json`
- 6fc5042: Add initial README versions
- 9c100e6: Import and export everything from `lit-element` to provide a consistent version for other packages

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

## 0.0.2

### Patch Changes

- cae77d2: - Add keywords to `package.json`
- 6fc5042: Add initial README versions
- Updated dependencies [cae77d2]
- Updated dependencies [6fc5042]
- Updated dependencies [9c100e6]
- @inventage-web-components/common@0.0.2

## 0.0.2-next.1

### 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.2-next.1",
"version": "0.0.2",
"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.2-next.1",
"@inventage-web-components/common": "^0.0.2",
"lit-element": "^2.5.1"
},
"keywords": [
Expand Down
18 changes: 18 additions & 0 deletions packages/portal-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @inventage-web-components/portal-navigation

## 0.0.2

### Patch Changes

- cae77d2: - Add keywords to `package.json`
- 6fc5042: Add initial README versions
- 9c100e6: Add a default storybook story

Make sure the Web Dev Server config for storybook only serves `custom-elements-experimental.json` as `js`, since we need to serve other JSON files as JSON (e.g. for `src` attribute / property in this component)

Fix wrong `hamburger-menu` custom tag usage

- Updated dependencies [cae77d2]
- Updated dependencies [6fc5042]
- Updated dependencies [9c100e6]
- @inventage-web-components/common@0.0.2
- @inventage-web-components/hamburger-menu@0.0.2

## 0.0.2-next.1

### 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.2-next.1",
"version": "0.0.2",
"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.2-next.1",
"@inventage-web-components/hamburger-menu": "^0.0.2-next.1",
"@inventage-web-components/common": "^0.0.2",
"@inventage-web-components/hamburger-menu": "^0.0.2",
"@open-wc/scoped-elements": "^1.3.3",
"lit-element": "^2.5.1"
},
Expand Down

0 comments on commit 5be1da8

Please sign in to comment.