From 7e8ea0a6eef34f352b554777e66649141ed7ed3c Mon Sep 17 00:00:00 2001 From: Haifeng Li <168469994+haifeng-li-at-salesforce@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:49:25 -0800 Subject: [PATCH] create release candidate (#163) * chore: update eslint lwc mobile version to 1.1 * chore: increase extension version to 0.4 * test: update test case --- package.json | 4 ++-- test/suite/commands/lint/configureLintingToolsCommand.test.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a9d1d9b..ded0fdd 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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": { diff --git a/test/suite/commands/lint/configureLintingToolsCommand.test.ts b/test/suite/commands/lint/configureLintingToolsCommand.test.ts index 1966edd..cc32817 100644 --- a/test/suite/commands/lint/configureLintingToolsCommand.test.ts +++ b/test/suite/commands/lint/configureLintingToolsCommand.test.ts @@ -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'