From 174ebac982e93e050d82c7aa611ccb7b4f7ce6ed Mon Sep 17 00:00:00 2001 From: Piral Release Bot Date: Fri, 9 Dec 2022 16:41:13 +0000 Subject: [PATCH] [skip ci] publish v0.15.2 --- lerna.json | 2 +- packages/template-utils/package.json | 2 +- templates/pilet-template-angular/package.json | 4 ++-- templates/pilet-template-default/package.json | 4 ++-- templates/pilet-template-empty/package.json | 4 ++-- templates/pilet-template-svelte/package.json | 4 ++-- templates/piral-template-default/package.json | 4 ++-- templates/piral-template-empty/package.json | 4 ++-- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/lerna.json b/lerna.json index 67a13aa..18a0a42 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "0.15.1" + "version": "0.15.2" } diff --git a/packages/template-utils/package.json b/packages/template-utils/package.json index 38c4719..abdd414 100644 --- a/packages/template-utils/package.json +++ b/packages/template-utils/package.json @@ -1,6 +1,6 @@ { "name": "@smapiot/template-utils", - "version": "0.15.1", + "version": "0.15.2", "description": "The utility library for the official Piral templates.", "keywords": [ "piral-cli", diff --git a/templates/pilet-template-angular/package.json b/templates/pilet-template-angular/package.json index 010a73f..c5f4c38 100644 --- a/templates/pilet-template-angular/package.json +++ b/templates/pilet-template-angular/package.json @@ -1,6 +1,6 @@ { "name": "@smapiot/pilet-template-angular", - "version": "0.15.1", + "version": "0.15.2", "description": "Official scaffolding template for pilets: 'angular'.", "keywords": [ "piral-cli", @@ -54,6 +54,6 @@ "test": "echo \"Error: run tests from root\" && exit 1" }, "devDependencies": { - "@smapiot/template-utils": "^0.15.1" + "@smapiot/template-utils": "^0.15.2" } } diff --git a/templates/pilet-template-default/package.json b/templates/pilet-template-default/package.json index 738a737..4d49283 100644 --- a/templates/pilet-template-default/package.json +++ b/templates/pilet-template-default/package.json @@ -1,6 +1,6 @@ { "name": "@smapiot/pilet-template-default", - "version": "0.15.1", + "version": "0.15.2", "description": "Official scaffolding template for pilets: 'default'.", "keywords": [ "piral-cli", @@ -49,6 +49,6 @@ "test": "echo \"Error: run tests from root\" && exit 1" }, "devDependencies": { - "@smapiot/template-utils": "^0.15.1" + "@smapiot/template-utils": "^0.15.2" } } diff --git a/templates/pilet-template-empty/package.json b/templates/pilet-template-empty/package.json index 4eb9bce..dd9d327 100644 --- a/templates/pilet-template-empty/package.json +++ b/templates/pilet-template-empty/package.json @@ -1,6 +1,6 @@ { "name": "@smapiot/pilet-template-empty", - "version": "0.15.1", + "version": "0.15.2", "description": "Official scaffolding template for pilets: 'empty'.", "keywords": [ "piral-cli", @@ -44,6 +44,6 @@ "test": "echo \"Error: run tests from root\" && exit 1" }, "devDependencies": { - "@smapiot/template-utils": "^0.15.1" + "@smapiot/template-utils": "^0.15.2" } } diff --git a/templates/pilet-template-svelte/package.json b/templates/pilet-template-svelte/package.json index 3631dcb..de02283 100644 --- a/templates/pilet-template-svelte/package.json +++ b/templates/pilet-template-svelte/package.json @@ -1,6 +1,6 @@ { "name": "@smapiot/pilet-template-svelte", - "version": "0.15.1", + "version": "0.15.2", "description": "Official scaffolding template for pilets: 'svelte'.", "keywords": [ "piral-cli", @@ -59,6 +59,6 @@ "test": "echo \"Error: run tests from root\" && exit 1" }, "devDependencies": { - "@smapiot/template-utils": "^0.15.1" + "@smapiot/template-utils": "^0.15.2" } } diff --git a/templates/piral-template-default/package.json b/templates/piral-template-default/package.json index f46afec..b68216a 100644 --- a/templates/piral-template-default/package.json +++ b/templates/piral-template-default/package.json @@ -1,6 +1,6 @@ { "name": "@smapiot/piral-template-default", - "version": "0.15.1", + "version": "0.15.2", "description": "Official scaffolding template for Piral instances: 'default'.", "keywords": [ "piral-cli", @@ -55,6 +55,6 @@ "test": "echo \"Error: run tests from root\" && exit 1" }, "devDependencies": { - "@smapiot/template-utils": "^0.15.1" + "@smapiot/template-utils": "^0.15.2" } } diff --git a/templates/piral-template-empty/package.json b/templates/piral-template-empty/package.json index 7ae080f..9463479 100644 --- a/templates/piral-template-empty/package.json +++ b/templates/piral-template-empty/package.json @@ -1,6 +1,6 @@ { "name": "@smapiot/piral-template-empty", - "version": "0.15.1", + "version": "0.15.2", "description": "Official scaffolding template for Piral instances: 'empty'.", "keywords": [ "piral-cli", @@ -50,6 +50,6 @@ "test": "echo \"Error: run tests from root\" && exit 1" }, "devDependencies": { - "@smapiot/template-utils": "^0.15.1" + "@smapiot/template-utils": "^0.15.2" } }