Skip to content

Commit

Permalink
chore(root): Publish packages
Browse files Browse the repository at this point in the history
 - @pro-vision/[email protected]
 - @pro-vision/[email protected]
  • Loading branch information
friewerts committed Mar 9, 2020
1 parent 45bbcdd commit f95e1cc
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/pv-scripts/CHANGELOG.md
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
4 changes: 2 additions & 2 deletions packages/pv-scripts/package.json
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",
Expand All @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/webpack-config/CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion packages/webpack-config/package.json
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",
Expand Down

0 comments on commit f95e1cc

Please sign in to comment.