Skip to content

Commit

Permalink
v2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gera2ld committed Aug 6, 2022
1 parent 2a6911a commit 92a30e3
Show file tree
Hide file tree
Showing 6 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.5",
"version": "2.5.6",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/plaid-common-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gera2ld/plaid-common-react",
"version": "2.5.0",
"version": "2.5.6",
"description": "Webpack utility helpers for React",
"author": "Gerald <[email protected]>",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/plaid-common-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gera2ld/plaid-common-svelte",
"version": "2.5.4",
"version": "2.5.6",
"description": "Webpack utility helpers for Vue",
"author": "Gerald <[email protected]>",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/plaid-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gera2ld/plaid-rollup",
"version": "2.5.0",
"version": "2.5.6",
"description": "Gerald's rollup config",
"keywords": [
"rollup"
Expand Down
4 changes: 2 additions & 2 deletions packages/plaid-webpack-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gera2ld/plaid-webpack-svelte",
"version": "2.5.4",
"version": "2.5.6",
"description": "Webpack configuration for Svelte",
"keywords": [
"webpack",
Expand All @@ -10,7 +10,7 @@
"homepage": "https://github.com/gera2ld/plaid#readme",
"license": "ISC",
"dependencies": {
"@gera2ld/plaid-common-svelte": "^2.5.4",
"@gera2ld/plaid-common-svelte": "^2.5.6",
"svelte-loader": "^3.1.2",
"svelte-preprocess": "^4.10.7"
},
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.5",
"version": "2.5.6",
"description": "Webpack utility helpers",
"author": "Gerald <[email protected]>",
"license": "ISC",
Expand Down

0 comments on commit 92a30e3

Please sign in to comment.