1
0
Fork 0

chore: Fixed dependencies for github workflows

This commit is contained in:
Joost De Cock 2020-07-12 15:58:07 +02:00
parent 508adb298e
commit a2caaa7611
193 changed files with 1596 additions and 1217 deletions

View file

@ -1,63 +1,66 @@
# Change log for: @freesewing/css-theme
## 2.6.0 (2020-05-01)
### Added
- New styled for updated Workbench component
- New styled for updated Workbench component
## 2.5.0 (2020-04-05)
### Changed
- The sidebar no longer has a different background
- The sidebar no longer has a different background
### Fixed
- Fixed incorrect border value on active sidebar link
- Fixed incorrect border value on active sidebar link
## 2.2.0 (2020-02-22)
### Added
- Added styling for table.data
- Added styling for table.data
### Changed
- Added new styles for the frontend changes in 2.2
- Removed smaller fonts in ul.links
- Added new styles for the frontend changes in 2.2
- Removed smaller fonts in ul.links
## 2.1.1 (2019-10-13)
### Fixed
- Fixed padding issue on mobile
- Fixed padding issue on mobile
## 2.1.0 (2019-10-06)
### Changed
- Made tweaks to the main/sidebar layout
- Made tweaks to the main/sidebar layout
### Fixed
- Reduced the sidebar height by 64px to take navbar into account
- Fixed blockquote width on XS screens
- Made sidebar wider
- Reduced the sidebar height by 64px to take navbar into account
- Fixed blockquote width on XS screens
- Made sidebar wider
## 2.0.2 (2019-09-06)
### Fixed
- Updated styles for DraftConfigurator component for pattern options 3 levels deep
- Updated styles for DraftConfigurator component for pattern options 3 levels deep
## 2.0.0 (2019-08-25)
### Added
- Initial release
- Initial release
This is the **initial release**, and the start of this change log.
> Prior to version 2, FreeSewing was not a JavaScript project.
> As such, that history is out of scope for this change log.

View file

@ -27,9 +27,11 @@
"start": "rollup -c -w",
"watch": "npx node-sass --watch --output-style compressed src/theme.scss dist/theme.css"
},
"peerDependencies": {},
"dependencies": {
"open-color": "1.6.3"
},
"devDependencies": {},
"files": [
"dist/*",
"README.md",