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 daKmoR committed Nov 28, 2020
1 parent 453e2b0 commit 1be3596
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-onions-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-radios-study.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/nervous-kids-sell.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @d4kmor/cli

## 0.10.0

### Minor Changes

- 4287d02: plugins can now hook into multiple commands

## 0.9.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d4kmor/cli",
"version": "0.9.0",
"version": "0.10.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -64,7 +64,7 @@
"rollup-plugin-workbox": "^5.0.1"
},
"devDependencies": {
"@d4kmor/launch": "^0.8.0",
"@d4kmor/launch": "^0.9.0",
"@types/fs-extra": "^9.0.1"
}
}
6 changes: 6 additions & 0 deletions packages/launch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @d4kmor/launch

## 0.9.0

### Minor Changes

- 4287d02: Arrange header content to allow for search to be added

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/launch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d4kmor/launch",
"version": "0.8.0",
"version": "0.9.0",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @d4kmor/core

## 0.2.0

### Minor Changes

- 4287d02: - create and serves a search index json file
- add a web component that uses a combobox to fill in the search results (from the index)
- highlight the appropriate search or terms (in frontend and in cli)

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d4kmor/search",
"version": "0.1.2",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 1be3596

Please sign in to comment.