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]
 - @pro-vision/[email protected]
 - @pro-vision/[email protected]
 - [email protected]
  • Loading branch information
friewerts committed May 6, 2022
1 parent ba4656a commit 153ffaf
Show file tree
Hide file tree
Showing 19 changed files with 74 additions and 15 deletions.
8 changes: 8 additions & 0 deletions packages/assemble-lite/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.

## [2.0.7](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





## [2.0.6](https://github.com/pro-vision/fe-tools/compare/@pro-vision/[email protected]...@pro-vision/[email protected]) (2021-09-14)

**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.6",
"version": "2.0.7",
"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
8 changes: 8 additions & 0 deletions packages/custom-elements-data-extractor/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.

## [0.2.2](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/custom-elements-data-extractor





## [0.2.1](https://github.com/pro-vision/fe-tools/compare/@pro-vision/[email protected]...@pro-vision/[email protected]) (2021-09-14)

**Note:** Version bump only for package @pro-vision/custom-elements-data-extractor
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-elements-data-extractor/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/custom-elements-data-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pro-vision/custom-elements-data-extractor",
"version": "0.2.1",
"version": "0.2.2",
"description": "Tooling to extract attributes data used in custom elements and generate HTML custom data to be used by vscode",
"main": "index.js",
"repository": {
Expand Down
17 changes: 17 additions & 0 deletions packages/pv-create-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2022-05-06)


### Bug Fixes

* **pv-create-component:** remove obsolate prefix for ui elements in the js template ([de0cfc3](https://github.com/pro-vision/fe-tools/commit/de0cfc33c5bc3e976ed3d71bbad2fa60ed4d2a95))


### Features

* **pv-create-component:** add additional options ([63645b7](https://github.com/pro-vision/fe-tools/commit/63645b785265e4fe850dd66c3be0b8edddff9202))
* **pv-create-component:** start component name in markdown file with uppercase, ([fb545cb](https://github.com/pro-vision/fe-tools/commit/fb545cb2740e7a142ed65eafb2df7dbf9c4cf818))
2 changes: 1 addition & 1 deletion packages/pv-create-component/package-lock.json

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

5 changes: 2 additions & 3 deletions packages/pv-create-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pro-vision/pv-create-component",
"version": "0.0.1",
"version": "0.1.0",
"description": "interactive CLI tool to generate boilerplate code for a new component.",
"license": "Apache-2.0",
"repository": "https://github.com/pro-vision/fe-tools",
Expand Down Expand Up @@ -40,6 +40,5 @@
"inquirer": "8.0.0",
"mkdirp": "1.0.4",
"simple-git": "3.7.1"
},
"devDependencies": {}
}
}
11 changes: 11 additions & 0 deletions packages/pv-scripts/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.

## [4.1.3](https://github.com/pro-vision/fe-tools/compare/@pro-vision/[email protected]...@pro-vision/[email protected]) (2022-05-06)


### Bug Fixes

* **pv-scripts:** fix the relative path to the default browserslistrc file ([39b00cc](https://github.com/pro-vision/fe-tools/commit/39b00cc704629bd6cc47f44d75fd39d8cadd77be))





## [4.1.2](https://github.com/pro-vision/fe-tools/compare/@pro-vision/[email protected]...@pro-vision/[email protected]) (2022-02-02)


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.2",
"version": "4.1.3",
"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.9](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





## [3.0.8](https://github.com/pro-vision/fe-tools/compare/@pro-vision/[email protected]...@pro-vision/[email protected]) (2022-01-19)

**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.8",
"version": "3.0.9",
"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.6",
"@pro-vision/assemble-lite": "^2.0.7",
"cross-spawn": "7.0.3",
"gulp": "4.0.2",
"slash": "3.0.0",
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.4](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





## [0.7.3](https://github.com/pro-vision/fe-tools/compare/vscode-pv-handlebars-language-server@[email protected]) (2022-01-19)

**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.

2 changes: 1 addition & 1 deletion packages/vscode-pv-handlebars-language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Mehran Behzad",
"icon": "images/logo.png",
"license": "Apache-2.0",
"version": "0.7.3",
"version": "0.7.4",
"repository": {
"type": "git",
"url": "https://github.com/pro-vision/fe-tools.git",
Expand Down
Binary file not shown.

0 comments on commit 153ffaf

Please sign in to comment.