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: 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 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/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" 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