Skip to content

Commit

Permalink
fix(wab): break bundle migration into bundled + unbundled
Browse files Browse the repository at this point in the history
Change-Id: I73d2f5485d478b7f99be02a5e103feb7e3230deb
GitOrigin-RevId: 774831024e388a081cb14c71789f23424adb8c89
  • Loading branch information
sarahsga authored and actions-user committed Dec 13, 2024
1 parent ff2372e commit d0d7fe5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13233,7 +13233,7 @@
}
},
"deps": [],
"version": "237-code-component-variants"
"version": "238-code-component-variants-update-fields"
}
],
[
Expand Down Expand Up @@ -22119,7 +22119,7 @@
}
},
"deps": ["680b1b11-6954-4dd8-b4e6-6a2d087c1c28"],
"version": "237-code-component-variants"
"version": "238-code-component-variants-update-fields"
}
]
]
2 changes: 1 addition & 1 deletion platform/wab/src/wab/server/scripts/dev-bundle-migrator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ const paths = [
"src/wab/shared/site-diffs/__tests__/global-context-merge.json",
"src/wab/shared/site-diffs/__tests__/style-tokens-conflict.json",
"src/wab/shared/insertable-templates/__tests__/bundles/copy-and-paste.json",
"src/wab/server/__tests__/bundle-migrations/fixtures/style-variants.json",
"src/wab/server/__tests__/bundle-migrations/fixtures/style-variants.migrated.json",
"src/wab/server/__tests__/bundle-migrations/fixtures/code-component-variants.migrated.json",
];

async function migrate() {
Expand Down

0 comments on commit d0d7fe5

Please sign in to comment.