-
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] - @pro-vision/[email protected] - [email protected]
- Loading branch information
Showing
13 changed files
with
64 additions
and
10 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,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.0.9](https://github.com/pro-vision/fe-tools/compare/@pro-vision/[email protected]...@pro-vision/[email protected]) (2023-06-12) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **assemble-lite:** fix order of data loads being dependent on the file read race condition ([a3f54dc](https://github.com/pro-vision/fe-tools/commit/a3f54dc0c3be3e3d09caba88c5497dbcdd0b687b)) | ||
|
||
|
||
|
||
|
||
|
||
## [2.0.8](https://github.com/pro-vision/fe-tools/compare/@pro-vision/[email protected]...@pro-vision/[email protected]) (2022-05-06) | ||
|
||
**Note:** Version bump only for package @pro-vision/assemble-lite | ||
|
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/assemble-lite", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "Minimal Tool to render Handlebars-Files via Node", | ||
"author": "Frederik Riewerts <[email protected]>", | ||
"homepage": "https://github.com/pro-vision/fe-tools#readme", | ||
|
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,28 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.2.0](https://github.com/pro-vision/fe-tools/compare/@pro-vision/[email protected]...@pro-vision/[email protected]) (2023-06-12) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **pv-scripts:** update stats output of pv-scripts build ([ff9285d](https://github.com/pro-vision/fe-tools/commit/ff9285da77deb207a0964d91be9a28f8fdb57e57)) | ||
|
||
|
||
### Features | ||
|
||
* **pv-scripts:** add support for json report ([c231ab2](https://github.com/pro-vision/fe-tools/commit/c231ab23a370cdb827a3cc92061279c19bfccd71)) | ||
* **pv-scripts:** use custom name for the global function to load webpack chunck ([4a6fd8d](https://github.com/pro-vision/fe-tools/commit/4a6fd8dc811ef8db6b3cda8684cf1fab8e2e01b4)) | ||
|
||
|
||
### Performance Improvements | ||
|
||
* **pv-scripts:** rethrow error thrown during devserver start ([38093f8](https://github.com/pro-vision/fe-tools/commit/38093f840ec1573668497f778f56372500941760)) | ||
|
||
|
||
|
||
|
||
|
||
## [4.1.4](https://github.com/pro-vision/fe-tools/compare/@pro-vision/[email protected]...@pro-vision/[email protected]) (2022-05-06) | ||
|
||
**Note:** Version bump only for package @pro-vision/pv-scripts | ||
|
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-scripts", | ||
"version": "4.1.4", | ||
"version": "4.2.0", | ||
"description": "CLI for zero configuration frontend-toolchain setup.", | ||
"author": "Frederik Riewerts <[email protected]>", | ||
"license": "ISC", | ||
|
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,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [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 | ||
|
||
|
||
|
||
|
||
|
||
## [3.0.10](https://github.com/pro-vision/fe-tools/compare/@pro-vision/[email protected]...@pro-vision/[email protected]) (2022-05-06) | ||
|
||
**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.10", | ||
"version": "3.0.11", | ||
"description": "CLI for zero configuration stylemark-lsg-toolchain setup", | ||
"author": "Frederik Riewerts <[email protected]>", | ||
"license": "ISC", | ||
|
@@ -28,7 +28,7 @@ | |
}, | ||
"main": "webpack-plugin/index.js", | ||
"dependencies": { | ||
"@pro-vision/assemble-lite": "^2.0.8", | ||
"@pro-vision/assemble-lite": "^2.0.9", | ||
"cross-spawn": "7.0.3", | ||
"gulp": "4.0.2", | ||
"slash": "3.0.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 |
---|---|---|
|
@@ -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. | ||
|
||
# [0.8.0](https://github.com/pro-vision/fe-tools/compare/vscode-pv-handlebars-language-server@[email protected]) (2023-06-12) | ||
|
||
|
||
### Features | ||
|
||
* **vscode-pv-handlebars-language-server:** add autocompl. etc support to page and layout templates ([034c8de](https://github.com/pro-vision/fe-tools/commit/034c8debe715fce8bec0ce95ef4288a77c2d7ade)) | ||
* **vscode-pv-handlebars-language-server:** add completation & definition support for layout fields ([c0588ed](https://github.com/pro-vision/fe-tools/commit/c0588edb4099ede5712e0d549cfc8118b8b21f09)) | ||
* **vscode-pv-handlebars-language-server:** add goto definition support for is attribute ([100d081](https://github.com/pro-vision/fe-tools/commit/100d08181c0f1e03433972f6c70a592d0731d4e6)) | ||
|
||
|
||
|
||
|
||
|
||
## [0.7.5](https://github.com/pro-vision/fe-tools/compare/vscode-pv-handlebars-language-server@[email protected]) (2022-05-06) | ||
|
||
**Note:** Version bump only for package vscode-pv-handlebars-language-server | ||
|
2 changes: 1 addition & 1 deletion
2
packages/vscode-pv-handlebars-language-server/package-lock.json
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
Binary file added
BIN
+7.88 MB
...de-pv-handlebars-language-server/releases/vscode-pv-handlebars-language-server-0.8.0.vsix
Binary file not shown.