1
0
Fork 0

fix(pattern-info): Keep pattern list alphabetic

This commit is contained in:
Joost De Cock 2021-02-18 16:14:26 +01:00
parent 3721e81f2f
commit dfb2dcdf9a
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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']