Skip to content

Commit

Permalink
v2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gera2ld committed Jun 22, 2022
1 parent 105288e commit 7b20825
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/*"
],
"command": {},
"version": "2.5.4",
"version": "2.5.5",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/plaid-common-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gera2ld/plaid-common-vue",
"version": "2.5.2",
"version": "2.5.5",
"description": "Webpack utility helpers for Vue",
"author": "Gerald <[email protected]>",
"license": "ISC",
Expand Down
4 changes: 2 additions & 2 deletions packages/plaid-webpack-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gera2ld/plaid-webpack-vue",
"version": "2.5.2",
"version": "2.5.5",
"description": "Webpack configuration for Vue",
"keywords": [
"webpack",
Expand All @@ -10,7 +10,7 @@
"homepage": "https://github.com/gera2ld/plaid#readme",
"license": "ISC",
"dependencies": {
"@gera2ld/plaid-common-vue": "^2.5.2",
"@gera2ld/plaid-common-vue": "^2.5.5",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plaid-webpack-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gera2ld/plaid-webpack-vue3",
"version": "2.5.2",
"version": "2.5.5",
"description": "Webpack configuration for Vue 3",
"keywords": [
"webpack",
Expand All @@ -10,7 +10,7 @@
"homepage": "https://github.com/gera2ld/plaid#readme",
"license": "ISC",
"dependencies": {
"@gera2ld/plaid-common-vue": "^2.5.2",
"@gera2ld/plaid-common-vue": "^2.5.5",
"@vue/compiler-sfc": "^3.2.26",
"vue-loader": "^17.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plaid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gera2ld/plaid",
"version": "2.5.3",
"version": "2.5.5",
"description": "Webpack utility helpers",
"author": "Gerald <[email protected]>",
"license": "ISC",
Expand Down

0 comments on commit 7b20825

Please sign in to comment.