From af123ae1bef8273a9baaecae8f37039a5cf40398 Mon Sep 17 00:00:00 2001 From: Sumugapadman Date: Thu, 6 Jun 2024 13:16:05 -0400 Subject: [PATCH 1/4] fix: typo in slack broadcasts --- .github/workflows/storybook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 88ba81af2..ad0e251f6 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -414,7 +414,7 @@ jobs: run: | SALESFORCE_VERSION=$(cat package.json | jq -r .slds.id) echo "salesforce_version=${SALESFORCE_VERSION}" >> $GITHUB_OUTPUT - echo "version_from_tag"=${VERSION_FROM_TAG}" >> $GITHUB_OUTPUT + echo "version_from_tag=${VERSION_FROM_TAG}" >> $GITHUB_OUTPUT - name: Compile slack message id: compile-slack-msg-body uses: actions/github-script@v6 From bdbe8fa36c641dcb0de534b701e632f38c9122ab Mon Sep 17 00:00:00 2001 From: Sumugapadman Date: Thu, 6 Jun 2024 13:22:27 -0400 Subject: [PATCH 2/4] 2.24.3 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 033728e22..df71496c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "design-system", - "version": "2.24.2", + "version": "2.24.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 7661ccf26..b5374e834 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "CSS" ], "homepage": "https://lightningdesignsystem.com", - "version": "2.24.2", + "version": "2.24.3", "author": "Salesforce", "bugs": { "url": "https://github.com/salesforce-ux/design-system/issues" From 30c80be42f53d0fab7282efe3b9f7d410848eeda Mon Sep 17 00:00:00 2001 From: Sumugapadman Date: Thu, 6 Jun 2024 13:29:00 -0400 Subject: [PATCH 3/4] chore: Release 2.24.3 --- RELEASENOTES.general.md | 6 ++++++ RELEASENOTES.md | 5 +++++ ui/_config.scss | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.general.md b/RELEASENOTES.general.md index 6190f0fa5..a5d59f65e 100644 --- a/RELEASENOTES.general.md +++ b/RELEASENOTES.general.md @@ -1,6 +1,12 @@ +## 2.24.3 - Jun 6, 2024 + +## Updated + +- bump icon version + ## 2.24.2 - May 2, 2024 ## 2.24.1 - April 25, 2024 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b79dc57e5..f5b00fd98 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,6 +1,11 @@ +## Release 2.24.3 - Jun 6, 2024 + +## Updated +- bump icon version + ## Release 2.24.2 - May 2, 2024 ## Components diff --git a/ui/_config.scss b/ui/_config.scss index b39150c24..52e949522 100644 --- a/ui/_config.scss +++ b/ui/_config.scss @@ -9,7 +9,7 @@ /// /// @type String /// @access private -$app-version: "2.24.1"; +$app-version: "2.24.3"; /// Debug mode (uncomment to activate) /// Turn on to output deprecation warnings during development From f3c77dc4061c70c74eaf4278b29d23ee7eee70f7 Mon Sep 17 00:00:00 2001 From: Sumugapadman Date: Thu, 6 Jun 2024 15:25:52 -0400 Subject: [PATCH 4/4] chore: update slack action --- .github/actions/send-slack-notifications/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/send-slack-notifications/action.yml b/.github/actions/send-slack-notifications/action.yml index 19528b537..ec1a270fc 100644 --- a/.github/actions/send-slack-notifications/action.yml +++ b/.github/actions/send-slack-notifications/action.yml @@ -1,5 +1,5 @@ name: 'Send Slack Notifications' -description: 'sends build notification to slack channels' +description: 'sends build notification to slack channels using incoming webhooks' inputs: slack-webhook-url: