diff --git a/config/changelog.yaml b/config/changelog.yaml index 4e9ae9a4150..f60fe9dc60b 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -2,6 +2,10 @@ unreleased: date: 2021-02-14 Fixed: + paco: + - Only add paperless dimensions for pockets if we drafted pockets + pattern-info: + - Make pattern list alphabetic titan: - Always ensure point waistIn is created in back part diff --git a/packages/pattern-info/src/index.js b/packages/pattern-info/src/index.js index ab6e77695cb..79a3e0e8953 100644 --- a/packages/pattern-info/src/index.js +++ b/packages/pattern-info/src/index.js @@ -13,12 +13,12 @@ export const list = [ 'benjamin', 'bent', 'breanna', - 'diana', 'brian', 'bruce', 'carlita', 'carlton', 'cathrin', + 'diana', 'florent', 'florence', 'holmes', @@ -72,4 +72,4 @@ export const withoutBreasts = [ 'waralee' ] -export const withBreasts = ['bella', 'breanna', 'diana', 'cathrin', 'carlita', 'simone'] +export const withBreasts = ['bella', 'breanna', 'cathrin', 'carlita', 'diana', 'simone']