-
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]
- Loading branch information
Showing
4 changed files
with
23 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.0.7](https://github.com/pro-vision/fe-tools/compare/@pro-vision/[email protected]...@pro-vision/[email protected]) (2020-03-09) | ||
|
||
**Note:** Version bump only for package @pro-vision/pv-scripts |
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": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "CLI for zero configuration frontend-toolchain setup.", | ||
"author": "Frederik Riewerts <[email protected]>", | ||
"license": "ISC", | ||
|
@@ -26,7 +26,7 @@ | |
"pv-scripts": "./bin/pv-scripts.js" | ||
}, | ||
"dependencies": { | ||
"@pro-vision/webpack-config": "^2.0.6", | ||
"@pro-vision/webpack-config": "^2.1.0", | ||
"chalk": "3.0.0", | ||
"cross-spawn": "7.0.1", | ||
"react-dev-utils": "10.2.0", | ||
|
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.1.0](https://github.com/pro-vision/fe-tools/compare/@pro-vision/[email protected]...@pro-vision/[email protected]) (2020-03-09) | ||
|
||
|
||
### Features | ||
|
||
* **pv-scripts:** add new flags to the pv-scripts to allow generating bundle analyze information ([3c9f2bc](https://github.com/pro-vision/fe-tools/commit/3c9f2bc)) | ||
* **webpack-config:** transpile kluntje ([b48367c](https://github.com/pro-vision/fe-tools/commit/b48367c)) |
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/webpack-config", | ||
"version": "2.0.6", | ||
"version": "2.1.0", | ||
"description": "Default WebpackConfig - Generator for development and prod config. Includes all loaders for SCSS, JS, TS, JSX, TSX bundling and transpiling.", | ||
"author": "Frederik Riewerts <[email protected]>", | ||
"license": "ISC", | ||
|