Skip to content

Commit

Permalink
[skip ci] publish v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Piral Release Bot committed Nov 17, 2022
1 parent e19fa17 commit a8da9aa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.14.32"
"version": "0.15.0"
}
5 changes: 2 additions & 3 deletions packages/parcel-plugin-at-alias/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parcel-plugin-at-alias",
"version": "0.14.32",
"version": "0.15.0",
"description": "A plugin for Parcel to support also alias definitions with an '@' symbol.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -42,6 +42,5 @@
],
"devDependencies": {
"@types/parcel-bundler": "^1.12.1"
},
"dependencies": {}
}
}
5 changes: 2 additions & 3 deletions packages/parcel-plugin-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parcel-plugin-codegen",
"version": "0.14.32",
"version": "0.15.0",
"description": "A plugin for Parcel to generate useful modules at bundle-time.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -42,6 +42,5 @@
],
"devDependencies": {
"@types/parcel-bundler": "^1.12.1"
},
"dependencies": {}
}
}
6 changes: 3 additions & 3 deletions packages/piral-cli-parcel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-cli-parcel",
"version": "0.14.32",
"version": "0.15.0",
"description": "Provides debug and build capabilities for pilets and Piral instances using Parcel Bundler.",
"keywords": [
"piral-cli",
Expand Down Expand Up @@ -46,8 +46,8 @@
},
"dependencies": {
"parcel-bundler": "^1.12.4",
"parcel-plugin-at-alias": "^0.14.32",
"parcel-plugin-codegen": "^0.14.32",
"parcel-plugin-at-alias": "^0.15.0",
"parcel-plugin-codegen": "^0.15.0",
"parcel-plugin-externals": "^0.5.2"
}
}

0 comments on commit a8da9aa

Please sign in to comment.