1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2020-08-10 19:44:02 +02:00
parent 5ba718bb5d
commit 2da9ba4c9e
103 changed files with 1009 additions and 879 deletions

View file

@ -1,5 +1,15 @@
# Change log for: @freesewing/components
## 2.8.0 (2020-08-10)
### Added
- Added Paco to LineDrawing component
### Removed
- Removed the `Footer` component
## 2.7.1 (2020-07-24)
### Added

View file

@ -26,27 +26,29 @@
"watch": "BABEL_ENV=production rollup -c -w -o dist/index.js -f cjs"
},
"peerDependencies": {
"@freesewing/core": "^2.8.0-beta.1",
"@freesewing/css-theme": "^2.8.0-beta.1",
"@freesewing/examples": "^2.8.0-beta.1",
"@freesewing/i18n": "^2.8.0-beta.1",
"@freesewing/models": "^2.8.0-beta.1",
"@freesewing/mui-theme": "^2.8.0-beta.1",
"@freesewing/pattern-info": "^2.8.0-beta.1",
"@freesewing/plugin-theme": "^2.8.0-beta.1",
"@freesewing/rendertest": "^2.8.0-beta.1",
"@freesewing/tutorial": "^2.8.0-beta.1",
"@freesewing/utils": "^2.8.0-beta.1",
"react": "^16.13.1",
"@freesewing/pattern-info": "^2.8.0",
"@freesewing/mui-theme": "^2.8.0",
"@freesewing/css-theme": "^2.8.0",
"@freesewing/plugin-theme": "^2.8.0",
"@freesewing/core": "^2.8.0",
"@freesewing/models": "^2.8.0",
"@freesewing/examples": "^2.8.0",
"@freesewing/rendertest": "^2.8.0",
"@freesewing/tutorial": "^2.8.0",
"typeface-roboto-condensed": "latest",
"@freesewing/i18n": "^2.8.0",
"@freesewing/utils": "^2.8.0",
"react-intl": "^5.4.5",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "^v4.0.0-alpha.56",
"file-saver": "^2.0.2",
"prismjs": "^1.20.0",
"react": "^16.13.1",
"react-intl": "^5.4.5",
"react-markdown": "^4.3.1",
"typeface-roboto-condensed": "latest"
"file-saver": "^2.0.2"
},
"dependencies": {},
"devDependencies": {},
"files": [
"Blockquote/*",
"Draft/*",
@ -70,7 +72,7 @@
],
"publishConfig": {
"access": "public",
"tag": "next"
"tag": "latest"
},
"engines": {
"node": ">=12.0.0",