Skip to content

Commit

Permalink
NFX-590-3 progress bar shimmer fixed (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikas-cldcvr authored Nov 25, 2024
1 parent 903f596 commit 75f2faa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/flow-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# Change Log

## [3.0.7] - 2024-11-25

### patch changes

- `f-progress-bar` shimmer not displaying for custom state

## [3.0.6] - 2024-11-21

### patch changes
Expand Down
2 changes: 1 addition & 1 deletion packages/flow-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nonfx/flow-core",
"version": "3.0.6",
"version": "3.0.7",
"description": "Core package of flow design system",
"type": "module",
"module": "dist/flow-core.es.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
&::before {
content: " ";
position: absolute;
background-color: white;
top: 0px;
bottom: 0px;
left: 0px;
Expand Down

0 comments on commit 75f2faa

Please sign in to comment.