Skip to content

Commit

Permalink
Publish v2.2.19 to npm [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nrkruk committed Feb 14, 2020
1 parent 2364e2a commit 3e80994
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.2.18"
"version": "2.2.19"
}
6 changes: 3 additions & 3 deletions packages/aura-language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/aura-language-server",
"version": "2.2.18",
"version": "2.2.19",
"description": "Language server for Aura components.",
"main": "lib/aura-indexer/indexer.js",
"typings": "lib/shared.d.ts",
Expand All @@ -26,8 +26,8 @@
"windowsCopySymlinks": "rm ./test-workspaces && cp -r ../../test-workspaces ./test-workspaces"
},
"dependencies": {
"@salesforce/lightning-lsp-common": "2.2.18",
"@salesforce/lwc-language-server": "2.2.18",
"@salesforce/lightning-lsp-common": "2.2.19",
"@salesforce/lwc-language-server": "2.2.19",
"acorn": "^6.0.0",
"acorn-loose": "^6.0.0",
"acorn-walk": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lightning-lsp-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/lightning-lsp-common",
"version": "2.2.18",
"version": "2.2.19",
"description": "Common components for lwc-language-server and aura-language-server.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/lwc-language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/lwc-language-server",
"version": "2.2.18",
"version": "2.2.19",
"description": "Language server for Lightning Web Components.",
"main": "lib/indexer.js",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@lwc/template-compiler": "0.34.8",
"@salesforce/apex": "0.0.12",
"@salesforce/label": "0.0.11",
"@salesforce/lightning-lsp-common": "2.2.18",
"@salesforce/lightning-lsp-common": "2.2.19",
"@salesforce/resourceurl": "0.0.12",
"@salesforce/schema": "0.0.11",
"@salesforce/user": "0.0.11",
Expand Down

0 comments on commit 3e80994

Please sign in to comment.