Skip to content

Commit

Permalink
v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
imcuttle committed Aug 14, 2018
1 parent e8aed91 commit bf1cfdb
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a name="2.1.5"></a>
## [2.1.5](https://github.com/imcuttle/edam/compare/v2.2.0...v2.1.5) (2018-08-14)
<a name="2.2.1"></a>
## [2.2.1](https://github.com/imcuttle/edam/compare/v2.2.0...v2.2.1) (2018-08-14)


### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
}
},
"cacheDir": ".changelog",
"version": "2.2.1"
"version": "2.2.2"
}
4 changes: 2 additions & 2 deletions packages/edam-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "edam-cli",
"version": "2.2.1",
"version": "2.2.2",
"dependencies": {
"chalk": "^2.3.2",
"cli-width": "^2.2.0",
"cliui": "^4.0.0",
"edam": "^2.2.1",
"edam": "^2.2.2",
"meow": "^4.0.0",
"ora": "^2.0.0",
"tildify": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/edam-completer/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "edam-completer",
"version": "2.2.1",
"version": "2.2.2",
"dependencies": {
"co": "^4.6.0",
"edam": "^2.2.1",
"edam": "^2.2.2",
"tabtab": "^2.2.2",
"tildify": "^1.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/edam-gh-completer/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "edam-gh-completer",
"version": "2.2.1",
"version": "2.2.2",
"dependencies": {
"edam": "^2.2.1",
"edam": "^2.2.2",
"tabtab": "^2.2.2"
},
"main": "completer.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/edam-plugin-dulcet-prompt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edam-plugin-dulcet-prompt",
"version": "2.2.1",
"version": "2.2.2",
"dependencies": {
"co": "^4.6.0",
"express": "^4.16.3",
Expand All @@ -10,7 +10,7 @@
},
"description": "Human-friendly Prompt UI instead of cli.",
"devDependencies": {
"edam": "^2.2.1"
"edam": "^2.2.2"
},
"scripts": {
"example": "edam --extends=./example/.edamrc -o ./example/output"
Expand Down
4 changes: 2 additions & 2 deletions packages/edam-prettier-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "edam-prettier-loader",
"version": "2.2.1",
"version": "2.2.2",
"dependencies": {
"edam": "^2.2.1",
"edam": "^2.2.2",
"prettier": "^1.11.1"
}
}
2 changes: 1 addition & 1 deletion packages/edam/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edam",
"version": "2.2.1",
"version": "2.2.2",
"scripts": {
"dist": "rimraf dist && tsc",
"dev": "npm run dist -- -w",
Expand Down

0 comments on commit bf1cfdb

Please sign in to comment.