-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @pro-vision/[email protected] - @pro-vision/[email protected] - @pro-vision/[email protected]
- Loading branch information
Showing
9 changed files
with
56 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,19 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.0.1](https://github.com/pro-vision/fe-tools/compare/@pro-vision/[email protected]...@pro-vision/[email protected]) (2021-02-24) | ||
|
||
|
||
### Performance Improvements | ||
|
||
* **assemble-lite:** use filename in the error message ([bb4932c](https://github.com/pro-vision/fe-tools/commit/bb4932c8d6c21181dbbff882643919709000452d)) | ||
* **pv-stylemark:** only run stylemark jobs when neccesery ([005b4dc](https://github.com/pro-vision/fe-tools/commit/005b4dc73a742dd26775b3426f0ae2adcb7642e5)) | ||
* **pv-stylemark/assemble-lite:** add new variation of assemble-lite which has a statefull instance ([ebf78b6](https://github.com/pro-vision/fe-tools/commit/ebf78b6216d46a36ec615d1f9f26f5a959fe039e)) | ||
|
||
|
||
|
||
|
||
|
||
# [2.0.0](https://github.com/pro-vision/fe-tools/compare/@pro-vision/[email protected]...@pro-vision/[email protected]) (2020-10-20) | ||
|
||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pro-vision/assemble-lite", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "> TODO: description", | ||
"author": "Frederik Riewerts <[email protected]>", | ||
"homepage": "https://github.com/pro-vision/fe-tools#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,22 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [3.1.0](https://github.com/pro-vision/fe-tools/compare/@pro-vision/[email protected]...@pro-vision/[email protected]) (2021-02-24) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **pv-scripts:** support windows seperators as well ([15bf0f2](https://github.com/pro-vision/fe-tools/commit/15bf0f2bb207512e892c22929c720bb957df8549)) | ||
|
||
|
||
### Features | ||
|
||
* **webpack-config:** generate exact source-maps for css files ([952f40f](https://github.com/pro-vision/fe-tools/commit/952f40ffd68d750f4185bcb58d6235ce7b4d1f21)) | ||
|
||
|
||
|
||
|
||
|
||
# [3.0.0](https://github.com/pro-vision/fe-tools/compare/@pro-vision/[email protected]...@pro-vision/[email protected]) (2020-10-20) | ||
|
||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pro-vision/pv-scripts", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "CLI for zero configuration frontend-toolchain setup.", | ||
"author": "Frederik Riewerts <[email protected]>", | ||
"license": "ISC", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,26 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [3.0.1](https://github.com/pro-vision/fe-tools/compare/@pro-vision/[email protected]...@pro-vision/[email protected]) (2021-02-24) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **pv-stylemark:** add missing watchers for handlebars helpers and other assets for lsg ([5fb4d9a](https://github.com/pro-vision/fe-tools/commit/5fb4d9a0a10d81b368048ea5142dad7c9e88ebc6)) | ||
* **pv-stylemark:** update for webpack v5 API ([3e56997](https://github.com/pro-vision/fe-tools/commit/3e56997fa74c90b75e0b6d5b3f094c4fbbfae960)) | ||
|
||
|
||
### Performance Improvements | ||
|
||
* **pv-stylemark:** move adding files to watch list to the emit phase ([43b2485](https://github.com/pro-vision/fe-tools/commit/43b2485484c203682e37a01542d4cc76ea9fdf42)) | ||
* **pv-stylemark:** only run stylemark jobs when neccesery ([005b4dc](https://github.com/pro-vision/fe-tools/commit/005b4dc73a742dd26775b3426f0ae2adcb7642e5)) | ||
* **pv-stylemark:** use async spawn to run assemble scripts in parallel ([016ffd5](https://github.com/pro-vision/fe-tools/commit/016ffd5ec8c934a977eaa173d5a2ae4c058f4fd1)) | ||
* **pv-stylemark/assemble-lite:** add new variation of assemble-lite which has a statefull instance ([ebf78b6](https://github.com/pro-vision/fe-tools/commit/ebf78b6216d46a36ec615d1f9f26f5a959fe039e)) | ||
|
||
|
||
|
||
|
||
|
||
# [3.0.0](https://github.com/pro-vision/fe-tools/compare/@pro-vision/[email protected]...@pro-vision/[email protected]) (2020-10-20) | ||
|
||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pro-vision/pv-stylemark", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "CLI for zero configuration stylemark-lsg-toolchain setup", | ||
"author": "Frederik Riewerts <[email protected]>", | ||
"license": "ISC", | ||
|
@@ -30,7 +30,7 @@ | |
}, | ||
"main": "webpack-plugin/index.js", | ||
"dependencies": { | ||
"@pro-vision/assemble-lite": "^2.0.0", | ||
"@pro-vision/assemble-lite": "^2.0.1", | ||
"cross-spawn": "7.0.3", | ||
"gulp": "4.0.2", | ||
"slash": "3.0.0", | ||
|