Skip to content

Commit

Permalink
v5.0.1-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Apr 19, 2020
1 parent 41af88c commit 85f82aa
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "5.0.1-alpha.3"
"version": "5.0.1-alpha.4"
}
2 changes: 1 addition & 1 deletion packages/cspell-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cspell-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-lib",
"version": "5.0.1-alpha.3",
"version": "5.0.1-alpha.4",
"description": "A library of useful functions used across various cspell tools.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cspell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell",
"version": "5.0.1-alpha.3",
"version": "5.0.1-alpha.4",
"description": "A Spelling Checker for Code!",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -55,7 +55,7 @@
"commander": "^2.20.3",
"comment-json": "^1.1.3",
"cspell-glob": "^5.0.1-alpha.3",
"cspell-lib": "^5.0.1-alpha.3",
"cspell-lib": "^5.0.1-alpha.4",
"fs-extra": "^9.0.0",
"gensequence": "^3.1.1",
"get-stdin": "^7.0.0",
Expand Down

0 comments on commit 85f82aa

Please sign in to comment.