From 2ae05fe32b22dc427d382ae7a04297bdd4937862 Mon Sep 17 00:00:00 2001 From: Doug Molidor Date: Thu, 15 Dec 2022 12:47:45 -0800 Subject: [PATCH 1/2] bump version in ui/config and datestamp release notes --- RELEASENOTES.general.md | 4 ++-- RELEASENOTES.md | 3 +-- ui/_config.scss | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) 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/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 From 21bc58cec2972a399cb30ce1763e5703e4d91c11 Mon Sep 17 00:00:00 2001 From: Doug Molidor Date: Thu, 15 Dec 2022 12:49:15 -0800 Subject: [PATCH 2/2] 2.20.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"