1
0
Fork 0

release: v2.20.6

**Date:** 2022-02-22

- Set units on fontsizes to support scale setting

- Handle unset props.pattern in DraftConfigurator option.hide check
This commit is contained in:
Joost De Cock 2022-02-17 19:37:00 +01:00
parent 8e355a5c6c
commit 47bfd60ffe
173 changed files with 821 additions and 784 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/backend",
"version": "2.20.5",
"version": "2.20.6",
"description": "The freesewing.org backend",
"private": true,
"main": "build/main.js",
@ -53,7 +53,7 @@
]
},
"dependencies": {
"@freesewing/i18n": "^2.20.5",
"@freesewing/i18n": "^2.20.6",
"axios": "0.18.0",
"body-parser": "1.18.3",
"chai": "^4.3.4",