Skip to content

Commit

Permalink
refactor: added another replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Dec 11, 2024
1 parent 090a372 commit a79f6d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/migration/src/migration/v0.0.5-v0.0.6.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ export const v005_v006: ReplaceInFileConfig[] = [
from: /behaviour="closeable"/g,
to: 'closeable="true"'
},
{
files: '',
from: /behaviour="permanent"/g,
to: 'closeable="false"'
},
{
files: '',
from: /variant="hidden"/g,
Expand Down

0 comments on commit a79f6d4

Please sign in to comment.