Skip to content

Commit

Permalink
chore(root): Publish packages
Browse files Browse the repository at this point in the history
 - @pro-vision/pv-scripts@5.0.0
 - @pro-vision/pv-stylemark@4.1.0
  • Loading branch information
friewerts committed Apr 29, 2024
1 parent 69b9ce9 commit 1eb82f7
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 6 deletions.
42 changes: 42 additions & 0 deletions packages/pv-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,48 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/pro-vision/fe-tools/compare/@pro-vision/pv-scripts@4.2.0...@pro-vision/pv-scripts@5.0.0) (2024-04-29)


### Build System

* **pv-scripts:** update webpack dependencies ([9cdae7c](https://github.com/pro-vision/fe-tools/commit/9cdae7c4c477a7057c17d5ad81da6d380069dddb))


### Code Refactoring

* **pv-scripts:** combine all webpack-babel configs for different js file types (js,ts,jsx,tsx) ([f350aa4](https://github.com/pro-vision/fe-tools/commit/f350aa44a9d99b28444f578e2cfae12ebe264798))


### Features

* **pv-scripts:** add additional support for the new es decorators ([584a5a6](https://github.com/pro-vision/fe-tools/commit/584a5a6f334ecb43140410fe704e6fec47f332f4))
* **pv-scripts:** add suport for bundling svg files ([1a08e7d](https://github.com/pro-vision/fe-tools/commit/1a08e7d165dc3ffb8636f69c1ecebcf5ddbe4e8e))
* **pv-scripts:** add support for webpack build caching ([92da961](https://github.com/pro-vision/fe-tools/commit/92da961c543a6ed3f842b843c161c795a3a2acc4))
* **pv-scripts:** choose sass implementation automatically ([13abc3f](https://github.com/pro-vision/fe-tools/commit/13abc3f7e1a1351ea11dd83733857fc70026c7de))
* **pv-scripts:** remove the "legacy" bundle ([0a23007](https://github.com/pro-vision/fe-tools/commit/0a230072ec1cdcaa2779eff921c7be379c4c86bf))
* **pv-scripts:** replace using node-sass with (dart-)sass ([dc9642b](https://github.com/pro-vision/fe-tools/commit/dc9642b30e10f371db49c706070ade9a8bee3ed8))


### BREAKING CHANGES

* **pv-scripts:** Minimum `Node.js` version supported by the webpack plugins is `18.12.0`
* **pv-scripts:** (medium-risk) svg files will automatically be boundled. check
https://github.com/pro-vision/fe-tools/tree/master/packages/pv-scripts#svg-loading to see if you
need to change your configuration
* **pv-scripts:** (low-risk) webpack config is applied to jsx, ts and tsx files even when `useTS` or
`useReact` are false in the pv.config.json. if you prefer to have a custom webpack config for these
files instead, make sure to use `enforce: "pre"` in your custom webpack.config file
* **pv-scripts:** "legacy" output is removed. only the "modern" bundle is generated, without any
"module" or "modern" prefix. this also applies to all configurations (e.g. no
webpack.config.module.js or no `[modern]` group in browserlist)
* **pv-scripts:** see https://sass-lang.com/documentation/breaking-changes for migration from
node-sass to dart-sass





# [4.2.0](https://github.com/pro-vision/fe-tools/compare/@pro-vision/pv-scripts@4.1.4...@pro-vision/pv-scripts@4.2.0) (2023-06-12)


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.

6 changes: 3 additions & 3 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": "4.2.0",
"version": "5.0.0",
"description": "CLI for zero configuration frontend-toolchain setup.",
"author": "Frederik Riewerts <friewerts@pro-vision.de>",
"license": "ISC",
Expand All @@ -22,8 +22,8 @@
"url": "https://github.com/pro-vision/fe-tools"
},
"engines": {
"node": ">=18.12.0"
},
"node": ">=18.12.0"
},
"bin": {
"pv-scripts": "./bin/pv-scripts.js"
},
Expand Down
19 changes: 19 additions & 0 deletions packages/pv-stylemark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.1.0](https://github.com/pro-vision/fe-tools/compare/@pro-vision/pv-stylemark@4.0.5...@pro-vision/pv-stylemark@4.1.0) (2024-04-29)


### Bug Fixes

* **pv-stylemark:** fix regex extracting css code block ([fe3bb8d](https://github.com/pro-vision/fe-tools/commit/fe3bb8d4a12b194615fd40b1bd5ca6fda0e6dc5b))


### Features

* **pv-scripts:** add option to use the styleguide's example markup without modification ([c5a5e66](https://github.com/pro-vision/fe-tools/commit/c5a5e6606949d36815a69f8f648cfff25308aa8a)), closes [#227](https://github.com/pro-vision/fe-tools/issues/227)
* **pv-stylemark:** add info regarding the source of the components styleguide to the new stlymark ([59deaac](https://github.com/pro-vision/fe-tools/commit/59deaac005f60d7dbd9cdeac70022e42cc8e96fd))
* **pv-stylemark:** add styling for table and blockquote from the markdown ([f363928](https://github.com/pro-vision/fe-tools/commit/f363928cde46f24a35543278265843e0adc6af82))
* **pv-stylemark:** add suport for js and html executable code blocks. support the hidden attribute ([9afa746](https://github.com/pro-vision/fe-tools/commit/9afa746f9df49913fcb328296512628678bf4cf9))





## [4.0.5](https://github.com/pro-vision/fe-tools/compare/@pro-vision/pv-stylemark@4.0.4...@pro-vision/pv-stylemark@4.0.5) (2024-03-04)


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.

2 changes: 1 addition & 1 deletion 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": "4.0.5",
"version": "4.1.0",
"description": "CLI for zero configuration stylemark-lsg-toolchain setup",
"author": "Frederik Riewerts <friewerts@pro-vision.de>",
"license": "ISC",
Expand Down

0 comments on commit 1eb82f7

Please sign in to comment.