From 5036b6d27e51183457c1088195b40f2d8a38fb65 Mon Sep 17 00:00:00 2001 From: Florian Rappl Date: Tue, 27 Jun 2023 07:43:58 +0200 Subject: [PATCH] Updated version --- 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-solid/package.json | 4 ++-- templates/pilet-template-svelte/package.json | 4 ++-- templates/pilet-template-vue/package.json | 4 ++-- templates/piral-template-default/package.json | 4 ++-- templates/piral-template-empty/package.json | 4 ++-- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/lerna.json b/lerna.json index 23db6ab..4cf519e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "1.0.0" + "version": "1.0.1" } diff --git a/packages/template-utils/package.json b/packages/template-utils/package.json index 7f874dc..12234f0 100644 --- a/packages/template-utils/package.json +++ b/packages/template-utils/package.json @@ -1,6 +1,6 @@ { "name": "@smapiot/template-utils", - "version": "1.0.0", + "version": "1.0.1", "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 8e0050e..4e86556 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": "1.0.0", + "version": "1.0.1", "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": "^1.0.0" + "@smapiot/template-utils": "^1.0.1" } } diff --git a/templates/pilet-template-default/package.json b/templates/pilet-template-default/package.json index 02601eb..0681847 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": "1.0.0", + "version": "1.0.1", "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": "^1.0.0" + "@smapiot/template-utils": "^1.0.1" } } diff --git a/templates/pilet-template-empty/package.json b/templates/pilet-template-empty/package.json index e3fe163..cdf2203 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": "1.0.0", + "version": "1.0.1", "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": "^1.0.0" + "@smapiot/template-utils": "^1.0.1" } } diff --git a/templates/pilet-template-solid/package.json b/templates/pilet-template-solid/package.json index 2ff0eb4..4a726ea 100644 --- a/templates/pilet-template-solid/package.json +++ b/templates/pilet-template-solid/package.json @@ -1,6 +1,6 @@ { "name": "@smapiot/pilet-template-solid", - "version": "1.0.0", + "version": "1.0.1", "description": "Official scaffolding template for pilets: 'solid'.", "keywords": [ "piral-cli", @@ -59,6 +59,6 @@ "test": "echo \"Error: run tests from root\" && exit 1" }, "devDependencies": { - "@smapiot/template-utils": "^1.0.0" + "@smapiot/template-utils": "^1.0.1" } } diff --git a/templates/pilet-template-svelte/package.json b/templates/pilet-template-svelte/package.json index b709e40..383036d 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": "1.0.0", + "version": "1.0.1", "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": "^1.0.0" + "@smapiot/template-utils": "^1.0.1" } } diff --git a/templates/pilet-template-vue/package.json b/templates/pilet-template-vue/package.json index 949ddda..82f722d 100644 --- a/templates/pilet-template-vue/package.json +++ b/templates/pilet-template-vue/package.json @@ -1,6 +1,6 @@ { "name": "@smapiot/pilet-template-vue", - "version": "1.0.0", + "version": "1.0.1", "description": "Official scaffolding template for pilets: 'vue'.", "keywords": [ "piral-cli", @@ -59,6 +59,6 @@ "test": "echo \"Error: run tests from root\" && exit 1" }, "devDependencies": { - "@smapiot/template-utils": "^1.0.0" + "@smapiot/template-utils": "^1.0.1" } } diff --git a/templates/piral-template-default/package.json b/templates/piral-template-default/package.json index 5c765ed..8c88593 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": "1.0.0", + "version": "1.0.1", "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": "^1.0.0" + "@smapiot/template-utils": "^1.0.1" } } diff --git a/templates/piral-template-empty/package.json b/templates/piral-template-empty/package.json index 31a6d44..3c0ad1b 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": "1.0.0", + "version": "1.0.1", "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": "^1.0.0" + "@smapiot/template-utils": "^1.0.1" } }