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]
 - [email protected]
  • Loading branch information
friewerts committed Jun 12, 2023
1 parent 4c10465 commit 9b65502
Show file tree
Hide file tree
Showing 13 changed files with 64 additions and 10 deletions.
11 changes: 11 additions & 0 deletions packages/assemble-lite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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",
Expand Down
22 changes: 22 additions & 0 deletions packages/pv-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "4.1.4",
"version": "4.2.0",
"description": "CLI for zero configuration frontend-toolchain setup.",
"author": "Frederik Riewerts <[email protected]>",
"license": "ISC",
Expand Down
8 changes: 8 additions & 0 deletions packages/pv-stylemark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.10",
"version": "3.0.11",
"description": "CLI for zero configuration stylemark-lsg-toolchain setup",
"author": "Frederik Riewerts <[email protected]>",
"license": "ISC",
Expand Down Expand Up @@ -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",
Expand Down
13 changes: 13 additions & 0 deletions packages/vscode-pv-handlebars-language-server/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.

# [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
Expand Down

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

4 changes: 2 additions & 2 deletions packages/vscode-pv-handlebars-language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Mehran Behzad",
"icon": "images/logo.png",
"license": "Apache-2.0",
"version": "0.7.5",
"version": "0.8.0",
"repository": {
"type": "git",
"url": "https://github.com/pro-vision/fe-tools.git",
Expand Down Expand Up @@ -68,4 +68,4 @@
"typescript": "^4.2.3",
"vsce": "^1.87.0"
}
}
}
Binary file not shown.

0 comments on commit 9b65502

Please sign in to comment.