Skip to content

Commit

Permalink
chore: changelog, ts, lint, prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
thekidnamedkd committed Sep 17, 2024
1 parent 91a0623 commit 82d6718
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `micromatch` from 4.0.7 to 4.0.8
- Bump `webpack` from 5.91.0 to 5.94.0
- Update layout of `EmptyState` for centering
- Update `AccordionItem` and `ProposalAction` usage for border
- Update `AccordionItem` border classes for usage within bordered containers
- Update `ProposalAction` to handle an `EmptyState` fallback for 0 actions, improve layout of children with "Expand
all" (eg. 'Execute actions' button)
- Bump `actions/setup-python` from 5.1.1 to 5.2.0

## [1.0.45] - 2024-08-23
Expand Down
1 change: 0 additions & 1 deletion src/modules/assets/copy/modulesCopy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export const modulesCopy = {
stage: 'Stage',
},
proposalActionsContainer: {
containerName: 'Actions',
collapse: 'Collapse all',
expand: 'Expand all',
empty: {
Expand Down

0 comments on commit 82d6718

Please sign in to comment.