Skip to content

Commit

Permalink
Merge pull request #5346 from salesforce-ux/release-2.24.3
Browse files Browse the repository at this point in the history
Release 2.24.3
  • Loading branch information
sumugapadman authored Jun 6, 2024
2 parents 5dfa8a6 + f3c77dc commit 903f22b
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/send-slack-notifications/action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions RELEASENOTES.general.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
<!-- On release, add general notes here. In time the legacy release notes will be add to this -->

## 2.24.3 - Jun 6, 2024

## Updated

- bump icon version

## 2.24.2 - May 2, 2024

## 2.24.1 - April 25, 2024
Expand Down
5 changes: 5 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
<!-- !!! THIS FILE IS AUTO-GENERATED !!! DO NOT EDIT THIS FILE MANUALLY !!! -->

## Release 2.24.3 - Jun 6, 2024

## Updated
- bump icon version

## Release 2.24.2 - May 2, 2024

## Components
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ui/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 903f22b

Please sign in to comment.