Skip to content

Commit

Permalink
[skip ci] publish v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Piral Release Bot committed Nov 24, 2023
1 parent 2379861 commit 58f3abb
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 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": "1.0.6"
"version": "1.0.7"
}
2 changes: 1 addition & 1 deletion packages/template-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smapiot/template-utils",
"version": "1.0.6",
"version": "1.0.7",
"description": "The utility library for the official Piral templates.",
"keywords": [
"piral-cli",
Expand Down
4 changes: 2 additions & 2 deletions templates/pilet-template-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smapiot/pilet-template-angular",
"version": "1.0.6",
"version": "1.0.7",
"description": "Official scaffolding template for pilets: 'angular'.",
"keywords": [
"piral-cli",
Expand Down Expand Up @@ -54,6 +54,6 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"@smapiot/template-utils": "^1.0.6"
"@smapiot/template-utils": "^1.0.7"
}
}
4 changes: 2 additions & 2 deletions templates/pilet-template-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smapiot/pilet-template-default",
"version": "1.0.6",
"version": "1.0.7",
"description": "Official scaffolding template for pilets: 'default'.",
"keywords": [
"piral-cli",
Expand Down Expand Up @@ -49,6 +49,6 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"@smapiot/template-utils": "^1.0.6"
"@smapiot/template-utils": "^1.0.7"
}
}
4 changes: 2 additions & 2 deletions templates/pilet-template-empty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smapiot/pilet-template-empty",
"version": "1.0.6",
"version": "1.0.7",
"description": "Official scaffolding template for pilets: 'empty'.",
"keywords": [
"piral-cli",
Expand Down Expand Up @@ -44,6 +44,6 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"@smapiot/template-utils": "^1.0.6"
"@smapiot/template-utils": "^1.0.7"
}
}
4 changes: 2 additions & 2 deletions templates/pilet-template-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smapiot/pilet-template-solid",
"version": "1.0.6",
"version": "1.0.7",
"description": "Official scaffolding template for pilets: 'solid'.",
"keywords": [
"piral-cli",
Expand Down Expand Up @@ -59,6 +59,6 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"@smapiot/template-utils": "^1.0.6"
"@smapiot/template-utils": "^1.0.7"
}
}
4 changes: 2 additions & 2 deletions templates/pilet-template-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smapiot/pilet-template-svelte",
"version": "1.0.6",
"version": "1.0.7",
"description": "Official scaffolding template for pilets: 'svelte'.",
"keywords": [
"piral-cli",
Expand Down Expand Up @@ -59,6 +59,6 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"@smapiot/template-utils": "^1.0.6"
"@smapiot/template-utils": "^1.0.7"
}
}
4 changes: 2 additions & 2 deletions templates/pilet-template-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smapiot/pilet-template-vue",
"version": "1.0.6",
"version": "1.0.7",
"description": "Official scaffolding template for pilets: 'vue'.",
"keywords": [
"piral-cli",
Expand Down Expand Up @@ -59,6 +59,6 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"@smapiot/template-utils": "^1.0.6"
"@smapiot/template-utils": "^1.0.7"
}
}
4 changes: 2 additions & 2 deletions templates/piral-template-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smapiot/piral-template-default",
"version": "1.0.6",
"version": "1.0.7",
"description": "Official scaffolding template for Piral instances: 'default'.",
"keywords": [
"piral-cli",
Expand Down Expand Up @@ -55,6 +55,6 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"@smapiot/template-utils": "^1.0.6"
"@smapiot/template-utils": "^1.0.7"
}
}
4 changes: 2 additions & 2 deletions templates/piral-template-empty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smapiot/piral-template-empty",
"version": "1.0.6",
"version": "1.0.7",
"description": "Official scaffolding template for Piral instances: 'empty'.",
"keywords": [
"piral-cli",
Expand Down Expand Up @@ -50,6 +50,6 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"@smapiot/template-utils": "^1.0.6"
"@smapiot/template-utils": "^1.0.7"
}
}

0 comments on commit 58f3abb

Please sign in to comment.