Skip to content

Commit 38f052b

Browse files
committed
Changed version
1 parent b630e78 commit 38f052b

File tree

56 files changed

+115
-332
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+115
-332
lines changed

src/converters/piral-aurelia/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "piral-aurelia",
3-
"version": "1.9.2",
3+
"version": "1.10.0",
44
"description": "Plugin for integrating Aurelia components in Piral.",
55
"keywords": [
66
"piral",
@@ -57,6 +57,6 @@
5757
"aurelia-pal-browser": "1.8.1",
5858
"aurelia-templating-binding": "1.5.3",
5959
"aurelia-templating-resources": "1.13.1",
60-
"piral-core": "^1.9.2"
60+
"piral-core": "^1.10.0"
6161
}
6262
}

src/converters/piral-blazor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "piral-blazor",
3-
"version": "1.9.2",
3+
"version": "1.10.0",
44
"description": "Plugin for integrating Blazor components in Piral.",
55
"keywords": [
66
"piral",
@@ -54,6 +54,6 @@
5454
"test": "echo \"Error: run tests from root\" && exit 1"
5555
},
5656
"devDependencies": {
57-
"piral-core": "^1.9.2"
57+
"piral-core": "^1.10.0"
5858
}
5959
}

src/converters/piral-cycle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "piral-cycle",
3-
"version": "1.9.2",
3+
"version": "1.10.0",
44
"description": "Plugin for integrating Cycle.js components in Piral.",
55
"keywords": [
66
"piral",
@@ -53,7 +53,7 @@
5353
"devDependencies": {
5454
"@cycle/dom": "^22.7.0",
5555
"@cycle/run": "^5.4.0",
56-
"piral-core": "^1.9.2",
56+
"piral-core": "^1.10.0",
5757
"xstream": "^11.12.0"
5858
}
5959
}

src/converters/piral-elm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "piral-elm",
3-
"version": "1.9.2",
3+
"version": "1.10.0",
44
"description": "Plugin for integrating Elm components in Piral.",
55
"keywords": [
66
"piral",
@@ -51,6 +51,6 @@
5151
"test": "echo \"Error: run tests from root\" && exit 1"
5252
},
5353
"devDependencies": {
54-
"piral-core": "^1.9.2"
54+
"piral-core": "^1.10.0"
5555
}
5656
}

src/converters/piral-ember/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "piral-ember",
3-
"version": "1.9.2",
3+
"version": "1.10.0",
44
"description": "Plugin for integrating Ember.js components in Piral.",
55
"keywords": [
66
"piral",
@@ -53,6 +53,6 @@
5353
"devDependencies": {
5454
"@types/ember": "^3.1.1",
5555
"ember-source": "^3.15.0",
56-
"piral-core": "^1.9.2"
56+
"piral-core": "^1.10.0"
5757
}
5858
}

src/converters/piral-hyperapp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "piral-hyperapp",
3-
"version": "1.9.2",
3+
"version": "1.10.0",
44
"description": "Plugin for integrating hyperapp components in Piral.",
55
"keywords": [
66
"piral",
@@ -52,6 +52,6 @@
5252
},
5353
"devDependencies": {
5454
"hyperapp": "^1.2.10",
55-
"piral-core": "^1.9.2"
55+
"piral-core": "^1.10.0"
5656
}
5757
}

src/converters/piral-inferno/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "piral-inferno",
3-
"version": "1.9.2",
3+
"version": "1.10.0",
44
"description": "Plugin for integrating Inferno components in Piral.",
55
"keywords": [
66
"piral",
@@ -53,6 +53,6 @@
5353
"devDependencies": {
5454
"inferno": "^7.3.2",
5555
"inferno-create-element": "^7.3.2",
56-
"piral-core": "^1.9.2"
56+
"piral-core": "^1.10.0"
5757
}
5858
}

src/converters/piral-litel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "piral-litel",
3-
"version": "1.9.2",
3+
"version": "1.10.0",
44
"description": "Plugin for integrating Lit-Element components in Piral.",
55
"keywords": [
66
"piral",
@@ -53,6 +53,6 @@
5353
},
5454
"devDependencies": {
5555
"lit-element": "^2.2.1",
56-
"piral-core": "^1.9.2"
56+
"piral-core": "^1.10.0"
5757
}
5858
}

src/converters/piral-million/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "piral-million",
3-
"version": "1.9.2",
3+
"version": "1.10.0",
44
"description": "Plugin for integrating Million components in Piral.",
55
"keywords": [
66
"piral",
@@ -52,6 +52,6 @@
5252
},
5353
"devDependencies": {
5454
"million": "^1.12.0",
55-
"piral-core": "^1.9.2"
55+
"piral-core": "^1.10.0"
5656
}
5757
}

src/converters/piral-mithril/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "piral-mithril",
3-
"version": "1.9.2",
3+
"version": "1.10.0",
44
"description": "Plugin for integrating Mithril.js components in Piral.",
55
"keywords": [
66
"piral",
@@ -52,6 +52,6 @@
5252
},
5353
"devDependencies": {
5454
"mithril": "2.0.4",
55-
"piral-core": "^1.9.2"
55+
"piral-core": "^1.10.0"
5656
}
5757
}

0 commit comments

Comments
 (0)