Skip to content

Commit

Permalink
Updates for Release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smithgp committed May 18, 2022
1 parent 5bd543d commit e6600c5
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions SHA256.md
Expand Up @@ -8,17 +8,17 @@ make sure that their SHA values match the values in the list below.
following the instructions at
https://code.visualstudio.com/docs/editor/extension-gallery#_common-questions.
For example, download,
https://salesforce.gallery.vsassets.io/_apis/public/gallery/publisher/salesforce/extension/analyticsdx-vscode-core/0.8.1/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage.
https://salesforce.gallery.vsassets.io/_apis/public/gallery/publisher/salesforce/extension/analyticsdx-vscode-core/0.8.2/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage.

2. From a terminal, run:

`shasum -a 256 <location_of_the_downloaded_file>`

3. Confirm that the SHA in your output matches the value in this list of SHAs.

- 1df45174c1a2c0d91db25db3d5ee54be17fea5f24c1adaf0368a27814e27e1f1 analyticsdx-vscode-core-0.8.1.vsix
- 3123950641f5743a14e91f2f0a39ef9072c08519519ba3a6550cb49dab4a2f6b analyticsdx-vscode-templates-0.8.1.vsix
- e07163c79f1b0ed1ac88d754d01577f9d502d65b4d0b0e02180f140538c2bcae analyticsdx-vscode-0.8.1.vsix
- 33d158fa75927122b6e8f9b7aa05b2290a88021b5c88b4af157fc71ba76b0fdd analyticsdx-vscode-core-0.8.2.vsix
- e252ccc6ef61fabb094f7d91200e79f16a93473946e8c0d700dcb02c75d1c39b analyticsdx-vscode-templates-0.8.2.vsix
- bac5470895f902746fbc2500f6e1ca49d9b3500464cea319b8cca84407b5d91c analyticsdx-vscode-0.8.2.vsix


4. Change the filename extension for the file that you downloaded from .zip to
Expand Down
4 changes: 2 additions & 2 deletions extensions/analyticsdx-vscode-core/package.json
@@ -1,5 +1,5 @@
{
"version": "0.8.1",
"version": "0.8.2",
"aiKey": "ec3632a4-df47-47a4-98dc-8134cacbaf7e",
"preview": true,
"publisher": "salesforce",
Expand Down Expand Up @@ -34,7 +34,7 @@
"which": "2.0.2"
},
"devDependencies": {
"@salesforce/analyticsdx-test-utils-vscode": "0.8.1",
"@salesforce/analyticsdx-test-utils-vscode": "0.8.2",
"@types/chai": "4.2.22",
"@types/glob": "7.2.0",
"@types/mocha": "9.0.0",
Expand Down
6 changes: 3 additions & 3 deletions extensions/analyticsdx-vscode-templates/package.json
@@ -1,5 +1,5 @@
{
"version": "0.8.1",
"version": "0.8.2",
"aiKey": "ec3632a4-df47-47a4-98dc-8134cacbaf7e",
"preview": true,
"publisher": "salesforce",
Expand Down Expand Up @@ -27,15 +27,15 @@
],
"dependencies": {
"@salesforce/salesforcedx-utils-vscode": "file:../../lib/salesforcedx-utils-vscode.tgz",
"analyticsdx-template-lint": "0.8.1",
"analyticsdx-template-lint": "0.8.2",
"jsonc-parser": "3.0.0",
"lodash.isequal": "4.5.0",
"request-light": "0.5.4",
"vscode-json-languageserver": "1.3.4",
"vscode-languageclient": "7.0.0"
},
"devDependencies": {
"@salesforce/analyticsdx-test-utils-vscode": "0.8.1",
"@salesforce/analyticsdx-test-utils-vscode": "0.8.2",
"@types/chai": "4.2.22",
"@types/lodash.isequal": "4.5.5",
"@types/mocha": "9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/analyticsdx-vscode/package.json
@@ -1,5 +1,5 @@
{
"version": "0.8.1",
"version": "0.8.2",
"preview": true,
"publisher": "salesforce",
"name": "analyticsdx-vscode",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,4 +1,4 @@
{
"packages": ["extensions/*", "packages/*"],
"version": "0.8.1"
"version": "0.8.2"
}
2 changes: 1 addition & 1 deletion packages/analyticsdx-template-lint/package.json
@@ -1,5 +1,5 @@
{
"version": "0.8.1",
"version": "0.8.2",
"publisher": "salesforce",
"name": "analyticsdx-template-lint",
"displayName": "Salesforce Analytics Template Lint",
Expand Down
2 changes: 1 addition & 1 deletion packages/analyticsdx-test-utils-vscode/package.json
@@ -1,5 +1,5 @@
{
"version": "0.8.1",
"version": "0.8.2",
"publisher": "salesforce",
"name": "@salesforce/analyticsdx-test-utils-vscode",
"displayName": "ADX Test Utilities for VS Code",
Expand Down

0 comments on commit e6600c5

Please sign in to comment.