Skip to content

Commit 903f22b

Browse files
authored
Merge pull request #5346 from salesforce-ux/release-2.24.3
Release 2.24.3
2 parents 5dfa8a6 + f3c77dc commit 903f22b

File tree

7 files changed

+16
-5
lines changed

7 files changed

+16
-5
lines changed

.github/actions/send-slack-notifications/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Send Slack Notifications'
2-
description: 'sends build notification to slack channels'
2+
description: 'sends build notification to slack channels using incoming webhooks'
33

44
inputs:
55
slack-webhook-url:

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ jobs:
414414
run: |
415415
SALESFORCE_VERSION=$(cat package.json | jq -r .slds.id)
416416
echo "salesforce_version=${SALESFORCE_VERSION}" >> $GITHUB_OUTPUT
417-
echo "version_from_tag"=${VERSION_FROM_TAG}" >> $GITHUB_OUTPUT
417+
echo "version_from_tag=${VERSION_FROM_TAG}" >> $GITHUB_OUTPUT
418418
- name: Compile slack message
419419
id: compile-slack-msg-body
420420
uses: actions/github-script@v6

RELEASENOTES.general.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
22
<!-- On release, add general notes here. In time the legacy release notes will be add to this -->
33

4+
## 2.24.3 - Jun 6, 2024
5+
6+
## Updated
7+
8+
- bump icon version
9+
410
## 2.24.2 - May 2, 2024
511

612
## 2.24.1 - April 25, 2024

RELEASENOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
22
<!-- !!! THIS FILE IS AUTO-GENERATED !!! DO NOT EDIT THIS FILE MANUALLY !!! -->
33

4+
## Release 2.24.3 - Jun 6, 2024
5+
6+
## Updated
7+
- bump icon version
8+
49
## Release 2.24.2 - May 2, 2024
510

611
## Components

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"CSS"
99
],
1010
"homepage": "https://lightningdesignsystem.com",
11-
"version": "2.24.2",
11+
"version": "2.24.3",
1212
"author": "Salesforce",
1313
"bugs": {
1414
"url": "https://github.com/salesforce-ux/design-system/issues"

ui/_config.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
///
1010
/// @type String
1111
/// @access private
12-
$app-version: "2.24.1";
12+
$app-version: "2.24.3";
1313

1414
/// Debug mode (uncomment to activate)
1515
/// Turn on to output deprecation warnings during development

0 commit comments

Comments
 (0)