-
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]
- Loading branch information
Showing
3 changed files
with
20 additions
and
2 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,24 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.0.0](https://github.com/pro-vision/fe-tools/compare/@pro-vision/[email protected]...@pro-vision/[email protected]) (2024-02-20) | ||
|
||
|
||
### Code Refactoring | ||
|
||
* **pv-stylemark:** replaced stylemark with own impl ([2ae386d](https://github.com/pro-vision/fe-tools/commit/2ae386d85557cbd13b2a6dfed8ec3366c36bdf51)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **pv-stylemark:** With removing stylemark the seperate lsg-assets folder is not needed anymore. If | ||
you want to use assets in your LSG you have to copy them seperatly, pv-scripts users can just use | ||
the resources folder in most cases. Also the minimal required node-version has changed to node 18. | ||
|
||
|
||
|
||
|
||
|
||
## [3.0.11](https://github.com/pro-vision/fe-tools/compare/@pro-vision/[email protected]...@pro-vision/[email protected]) (2023-06-12) | ||
|
||
**Note:** Version bump only for package @pro-vision/pv-stylemark | ||
|
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.11", | ||
"version": "4.0.0", | ||
"description": "CLI for zero configuration stylemark-lsg-toolchain setup", | ||
"author": "Frederik Riewerts <[email protected]>", | ||
"license": "ISC", | ||
|