Skip to content

Commit

Permalink
create release candidate (#163)
Browse files Browse the repository at this point in the history
* chore: update eslint lwc mobile version to 1.1

* chore: increase extension version to 0.4

* test: update test case
  • Loading branch information
haifeng-li-at-salesforce authored Nov 22, 2024
1 parent 088478c commit 7e8ea0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "salesforcedx-vscode-mobile",
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"version": "0.3.0",
"version": "0.4.0",
"publisher": "salesforce",
"engines": {
"vscode": "^1.77.0",
Expand Down Expand Up @@ -63,7 +63,7 @@
"properties": {
"mobileOfflineLinting.eslint-plugin-lwc-mobile": {
"type": "string",
"default": "^1.0.0",
"default": "^1.1.0",
"description": "%extension.commands.salesforce-mobile-offline.lwc-mobile.version%"
},
"mobileOfflineLinting.eslint-plugin-lwc-graph-analyzer": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ suite('Configure Linting Tools Command Test Suite', () => {
devDependencies: {
lwc: '1.2.3',
// eslint-disable-next-line @typescript-eslint/naming-convention
"@salesforce/eslint-plugin-lwc-mobile":"^1.0.0",
"@salesforce/eslint-plugin-lwc-mobile":"^1.1.0",
// eslint-disable-next-line @typescript-eslint/naming-convention
'@salesforce/eslint-plugin-lwc-graph-analyzer': '^0.9.0',
eslint: '^8.47.0'
Expand Down

0 comments on commit 7e8ea0a

Please sign in to comment.