diff --git a/CHANGELOG.md b/CHANGELOG.md index 7336618..5aa96b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Change Log +## [2.0.9] +- External Documentation update. + ## [2.0.8] -We’re happy to announce that SLDS Validator 2.x is generally available. It stays true to our vision of providing a robust SLDS validation tool that scans your Aura and Lightning design code. Validator 2.0.8 also introduces SLDS2 rules (beta) to scan your code and offer recommendations. SLDS2 is the latest version of the Lightning Design System. Make Salesforce your own with an AI-ready design system that includes configurable UI components and an advanced theming engine. +We’re happy to announce that SLDS Validator 2.0.8 is generally available. It stays true to our vision of providing a robust SLDS validation tool that scans your Aura and Lightning design code. Validator 2.0.8 also introduces SLDS2 rules (beta) to scan your code and offer recommendations. SLDS2 is the latest version of the Lightning Design System. Make Salesforce your own with an AI-ready design system that includes configurable UI components and an advanced theming engine. **Note**: The SLDS2 rules included in SLDS Validator are a pilot or beta service that is subject to the Beta Services Terms at [Agreements - Salesforce.com](https://www.salesforce.com/company/legal/) or a written Unified Pilot Agreement if executed by Customer, and applicable terms in the [Product Terms Directory](https://ptd.salesforce.com/?_ga=2.247987783.1372150065.1709219475-629000709.1639001992). Use of this pilot or beta service is at the Customer's sole discretion. diff --git a/lsp-2.0.8-executable.jar b/lsp-2.0.9-executable.jar similarity index 100% rename from lsp-2.0.8-executable.jar rename to lsp-2.0.9-executable.jar diff --git a/package-lock.json b/package-lock.json index 4ef12f0..3d99dd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "salesforce-vscode-slds", - "version": "2.0.8", + "version": "2.0.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "salesforce-vscode-slds", - "version": "2.0.8", + "version": "2.0.9", "hasInstallScript": true, "devDependencies": { "@salesforce/dev-config": "4.1.0", diff --git a/package.json b/package.json index 61f5e4f..ec924ee 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "SLDS Validator", "publisher": "salesforce", "description": "Salesforce Lightning Design System", - "version": "2.0.8", + "version": "2.0.9", "aiKey": "7344b284-73e5-420e-b680-73333da3e067", "icon": "images/slds-icon.png", "preview": true,