Skip to content

Commit

Permalink
chore: Bump softprops/action-gh-release from 2.0.6 to 2.0.8 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent 5c72fe1 commit 5b8d1c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/library-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
version: "${{ steps.package-version.outputs.current-version }}"
path: ./CHANGELOG.md
- name: Create release
uses: softprops/[email protected].6
uses: softprops/[email protected].8
with:
prerelease: false
body: ${{ steps.read-changelog.outputs.changes }}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Update interface for `Accordion.Container` to expose value prop
- Update styles on `Tabs.List` for latest spec
- Rename `indicator` property of `<Progress />` core component to `thresholdIndicator`
- Bump `softprops/action-gh-release` from 2.0.6 to 2.0.8

## [1.0.39] - 2024-07-16

Expand Down

0 comments on commit 5b8d1c4

Please sign in to comment.