Skip to content

Commit

Permalink
[skip ci] publish v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Piral Release Bot committed Jul 8, 2024
1 parent 38747a0 commit 8207b62
Show file tree
Hide file tree
Showing 64 changed files with 219 additions and 219 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.5.6"
"version": "1.6.0"
}
6 changes: 3 additions & 3 deletions src/converters/piral-aurelia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-aurelia",
"version": "1.5.6",
"version": "1.6.0",
"description": "Plugin for integrating Aurelia components in Piral.",
"keywords": [
"piral",
Expand All @@ -24,7 +24,7 @@
"./convert": "./convert.js",
"./lib/*": {
"import": "./lib/*",
"types": "./lib/*.d.ts"
"types": "./lib/*.d.ts"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -57,6 +57,6 @@
"aurelia-pal-browser": "1.8.1",
"aurelia-templating-binding": "1.5.3",
"aurelia-templating-resources": "1.13.1",
"piral-core": "^1.5.6"
"piral-core": "^1.6.0"
}
}
6 changes: 3 additions & 3 deletions src/converters/piral-blazor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-blazor",
"version": "1.5.6",
"version": "1.6.0",
"description": "Plugin for integrating Blazor components in Piral.",
"keywords": [
"piral",
Expand All @@ -26,7 +26,7 @@
"./convert": "./convert.js",
"./lib/*": {
"import": "./lib/*",
"types": "./lib/*.d.ts"
"types": "./lib/*.d.ts"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -54,6 +54,6 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"piral-core": "^1.5.6"
"piral-core": "^1.6.0"
}
}
6 changes: 3 additions & 3 deletions src/converters/piral-cycle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-cycle",
"version": "1.5.6",
"version": "1.6.0",
"description": "Plugin for integrating Cycle.js components in Piral.",
"keywords": [
"piral",
Expand All @@ -24,7 +24,7 @@
"./convert": "./convert.js",
"./lib/*": {
"import": "./lib/*",
"types": "./lib/*.d.ts"
"types": "./lib/*.d.ts"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@cycle/dom": "^22.7.0",
"@cycle/run": "^5.4.0",
"piral-core": "^1.5.6",
"piral-core": "^1.6.0",
"xstream": "^11.12.0"
}
}
6 changes: 3 additions & 3 deletions src/converters/piral-elm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-elm",
"version": "1.5.6",
"version": "1.6.0",
"description": "Plugin for integrating Elm components in Piral.",
"keywords": [
"piral",
Expand All @@ -24,7 +24,7 @@
"./convert": "./convert.js",
"./lib/*": {
"import": "./lib/*",
"types": "./lib/*.d.ts"
"types": "./lib/*.d.ts"
},
"./package.json": "./package.json"
},
Expand All @@ -51,6 +51,6 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"piral-core": "^1.5.6"
"piral-core": "^1.6.0"
}
}
6 changes: 3 additions & 3 deletions src/converters/piral-ember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-ember",
"version": "1.5.6",
"version": "1.6.0",
"description": "Plugin for integrating Ember.js components in Piral.",
"keywords": [
"piral",
Expand All @@ -24,7 +24,7 @@
"./convert": "./convert.js",
"./lib/*": {
"import": "./lib/*",
"types": "./lib/*.d.ts"
"types": "./lib/*.d.ts"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -53,6 +53,6 @@
"devDependencies": {
"@types/ember": "^3.1.1",
"ember-source": "^3.15.0",
"piral-core": "^1.5.6"
"piral-core": "^1.6.0"
}
}
6 changes: 3 additions & 3 deletions src/converters/piral-hyperapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-hyperapp",
"version": "1.5.6",
"version": "1.6.0",
"description": "Plugin for integrating hyperapp components in Piral.",
"keywords": [
"piral",
Expand All @@ -24,7 +24,7 @@
"./convert": "./convert.js",
"./lib/*": {
"import": "./lib/*",
"types": "./lib/*.d.ts"
"types": "./lib/*.d.ts"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -52,6 +52,6 @@
},
"devDependencies": {
"hyperapp": "^1.2.10",
"piral-core": "^1.5.6"
"piral-core": "^1.6.0"
}
}
6 changes: 3 additions & 3 deletions src/converters/piral-inferno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-inferno",
"version": "1.5.6",
"version": "1.6.0",
"description": "Plugin for integrating Inferno components in Piral.",
"keywords": [
"piral",
Expand All @@ -24,7 +24,7 @@
"./convert": "./convert.js",
"./lib/*": {
"import": "./lib/*",
"types": "./lib/*.d.ts"
"types": "./lib/*.d.ts"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -53,6 +53,6 @@
"devDependencies": {
"inferno": "^7.3.2",
"inferno-create-element": "^7.3.2",
"piral-core": "^1.5.6"
"piral-core": "^1.6.0"
}
}
6 changes: 3 additions & 3 deletions src/converters/piral-litel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-litel",
"version": "1.5.6",
"version": "1.6.0",
"description": "Plugin for integrating Lit-Element components in Piral.",
"keywords": [
"piral",
Expand All @@ -25,7 +25,7 @@
"./convert": "./convert.js",
"./lib/*": {
"import": "./lib/*",
"types": "./lib/*.d.ts"
"types": "./lib/*.d.ts"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -53,6 +53,6 @@
},
"devDependencies": {
"lit-element": "^2.2.1",
"piral-core": "^1.5.6"
"piral-core": "^1.6.0"
}
}
6 changes: 3 additions & 3 deletions src/converters/piral-million/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-million",
"version": "1.5.6",
"version": "1.6.0",
"description": "Plugin for integrating Million components in Piral.",
"keywords": [
"piral",
Expand All @@ -24,7 +24,7 @@
"./convert": "./convert.js",
"./lib/*": {
"import": "./lib/*",
"types": "./lib/*.d.ts"
"types": "./lib/*.d.ts"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -52,6 +52,6 @@
},
"devDependencies": {
"million": "^1.12.0",
"piral-core": "^1.5.6"
"piral-core": "^1.6.0"
}
}
6 changes: 3 additions & 3 deletions src/converters/piral-mithril/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-mithril",
"version": "1.5.6",
"version": "1.6.0",
"description": "Plugin for integrating Mithril.js components in Piral.",
"keywords": [
"piral",
Expand All @@ -24,7 +24,7 @@
"./convert": "./convert.js",
"./lib/*": {
"import": "./lib/*",
"types": "./lib/*.d.ts"
"types": "./lib/*.d.ts"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -52,6 +52,6 @@
},
"devDependencies": {
"mithril": "2.0.4",
"piral-core": "^1.5.6"
"piral-core": "^1.6.0"
}
}
6 changes: 3 additions & 3 deletions src/converters/piral-ng/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-ng",
"version": "1.5.6",
"version": "1.6.0",
"description": "Plugin for integrating Angular components in Piral.",
"keywords": [
"piral",
Expand Down Expand Up @@ -29,7 +29,7 @@
"./standalone": "./lib/standalone.js",
"./lib/*": {
"import": "./lib/*",
"types": "./lib/*.d.ts"
"types": "./lib/*.d.ts"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -71,7 +71,7 @@
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"piral-core": "^1.5.6",
"piral-core": "^1.6.0",
"piral-ng-common": "^16.0.0",
"rxjs": "^7.3.0"
}
Expand Down
6 changes: 3 additions & 3 deletions src/converters/piral-ngjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-ngjs",
"version": "1.5.6",
"version": "1.6.0",
"description": "Plugin for integrating Angular.js components in Piral.",
"keywords": [
"piral",
Expand All @@ -24,7 +24,7 @@
"./convert": "./convert.js",
"./lib/*": {
"import": "./lib/*",
"types": "./lib/*.d.ts"
"types": "./lib/*.d.ts"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -53,6 +53,6 @@
"devDependencies": {
"@types/angular": "^1.6.45",
"angular": "^1.7.9",
"piral-core": "^1.5.6"
"piral-core": "^1.6.0"
}
}
6 changes: 3 additions & 3 deletions src/converters/piral-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-preact",
"version": "1.5.6",
"version": "1.6.0",
"description": "Plugin for integrating Preact components in Piral.",
"keywords": [
"piral",
Expand All @@ -24,7 +24,7 @@
"./convert": "./convert.js",
"./lib/*": {
"import": "./lib/*",
"types": "./lib/*.d.ts"
"types": "./lib/*.d.ts"
},
"./package.json": "./package.json"
},
Expand All @@ -51,7 +51,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"piral-core": "^1.5.6",
"piral-core": "^1.6.0",
"preact": "^10.5.13"
}
}
8 changes: 4 additions & 4 deletions src/converters/piral-react-15/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-react-15",
"version": "1.5.6",
"version": "1.6.0",
"description": "Plugin for integrating React v15 components in Piral.",
"keywords": [
"piral",
Expand All @@ -21,10 +21,10 @@
"typings": "lib/index.d.ts",
"exports": {
".": "./lib/index.js",
"./convert":"./convert.js",
"./convert": "./convert.js",
"./lib/*": {
"import": "./lib/*",
"types": "./lib/*.d.ts"
"types": "./lib/*.d.ts"
},
"./package.json": "./package.json"
},
Expand All @@ -51,7 +51,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"piral-core": "^1.5.6",
"piral-core": "^1.6.0",
"react-15": "npm:react@15",
"react-dom-15": "npm:react-dom@15"
}
Expand Down
8 changes: 4 additions & 4 deletions src/converters/piral-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-react",
"version": "1.5.6",
"version": "1.6.0",
"description": "Plugin for integrating React 16+ components in Piral.",
"keywords": [
"piral",
Expand All @@ -24,10 +24,10 @@
"typings": "lib/index.d.ts",
"exports": {
".": "./lib/index.js",
"./convert":"./convert.js",
"./convert": "./convert.js",
"./lib/*": {
"import": "./lib/*",
"types": "./lib/*.d.ts"
"types": "./lib/*.d.ts"
},
"./package.json": "./package.json"
},
Expand All @@ -54,6 +54,6 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"piral-core": "^1.5.6"
"piral-core": "^1.6.0"
}
}
Loading

0 comments on commit 8207b62

Please sign in to comment.