Skip to content

Commit f1e3461

Browse files
author
Piral Release Bot
committed
[skip ci] publish v1.1.0
1 parent 8850008 commit f1e3461

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"npmClient": "yarn",
3-
"version": "1.0.0"
4-
}
3+
"version": "1.1.0"
4+
}

packages/parcel-plugin-at-alias/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parcel-plugin-at-alias",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A plugin for Parcel to support also alias definitions with an '@' symbol.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

packages/piral-cli-parcel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "piral-cli-parcel",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Provides debug and build capabilities for pilets and Piral instances using Parcel Bundler.",
55
"keywords": [
66
"piral-cli",
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"parcel-bundler": "^1.12.5",
48-
"parcel-plugin-at-alias": "^1.0.0",
48+
"parcel-plugin-at-alias": "^1.1.0",
4949
"parcel-plugin-codegen": "^2",
5050
"parcel-plugin-externals": "^0.5.2"
5151
}

0 commit comments

Comments
 (0)