diff --git a/config/changelog.yaml b/config/changelog.yaml index 02622ff36b3..bfd8d51b2b2 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -1,5 +1,7 @@ Unreleased: Changed: + brian: + - Always load plugin-bust due to its changes in how it handle conditionality. plugin-bust: - This plugin now uses the `preSetDraft` rather than `preDraft` lifecycle hook - Conditionality has been moved to the `preSetDraft` lifecycle hook, rather than exposing a `withCondition` named export diff --git a/designs/brian/src/base.mjs b/designs/brian/src/base.mjs index 3e64ad3f6be..3883fb07b42 100644 --- a/designs/brian/src/base.mjs +++ b/designs/brian/src/base.mjs @@ -1,4 +1,4 @@ -import { withCondition as bustPlugin } from '@freesewing/plugin-bust' +import { bustPlugin } from '@freesewing/plugin-bust' export const base = { name: 'brian.base',