diff --git a/RELEASENOTES.general.md b/RELEASENOTES.general.md index 12abc1b94..414d1d2bb 100644 --- a/RELEASENOTES.general.md +++ b/RELEASENOTES.general.md @@ -1,7 +1,7 @@ -## 2.20.0 - Upcoming +## 2.20.0 - December 15, 2022 - Updated constant colors codes with global slds hooks - Added two new dependencies for SLDS global styling hooks generation, @@ -45,7 +45,7 @@ - Added `service_contract` - Added `slack_conversations` - Added `your_account` - + - DocType Set: - Updated `rtf` - Updated `folder` diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9de8c6f1c..f4d7f21b5 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,7 +1,7 @@ -## Release 2.20.0 - Upcoming +## Release 2.20.0 - December 15, 2022 - Updated constant colors codes with global slds hooks - Added two new dependencies for SLDS global styling hooks generation, @@ -44,7 +44,6 @@ - Added `service_contract` - Added `slack_conversations` - Added `your_account` - - DocType Set: - Updated `rtf` - Updated `folder` diff --git a/package.json b/package.json index 327c2a089..406a43c6b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "CSS" ], "homepage": "https://lightningdesignsystem.com", - "version": "2.20.0-rc.1", + "version": "2.20.0", "author": "Salesforce", "bugs": { "url": "https://github.com/salesforce-ux/design-system/issues" diff --git a/ui/_config.scss b/ui/_config.scss index c04359a1f..86b8d0398 100644 --- a/ui/_config.scss +++ b/ui/_config.scss @@ -9,7 +9,7 @@ /// /// @type String /// @access private -$app-version: "2.19.0"; +$app-version: "2.20.0"; /// Debug mode (uncomment to activate) /// Turn on to output deprecation warnings during development