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]
 - @pro-vision/[email protected]
  • Loading branch information
friewerts committed Feb 24, 2021
1 parent baf9a2d commit 6dccc29
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 7 deletions.
13 changes: 13 additions & 0 deletions packages/assemble-lite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/assemble-lite/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/assemble-lite/package.json
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",
Expand Down
16 changes: 16 additions & 0 deletions packages/pv-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/pv-scripts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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": "3.0.0",
"version": "3.1.0",
"description": "CLI for zero configuration frontend-toolchain setup.",
"author": "Frederik Riewerts <[email protected]>",
"license": "ISC",
Expand Down
20 changes: 20 additions & 0 deletions packages/pv-stylemark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/pv-stylemark/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/pv-stylemark/package.json
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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 6dccc29

Please sign in to comment.