Skip to content

Commit

Permalink
v0.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Piral Release Bot committed Feb 28, 2020
1 parent 558b2c3 commit 0d7356e
Show file tree
Hide file tree
Showing 45 changed files with 117 additions and 117 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.10.8"
"version": "0.10.9"
}
4 changes: 2 additions & 2 deletions src/initializers/create-pilet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-pilet",
"version": "0.10.8",
"version": "0.10.9",
"description": "The NPM initializer to scaffold a new pilet for an existing Piral instance.",
"keywords": [
"scaffold",
Expand Down Expand Up @@ -40,6 +40,6 @@
},
"dependencies": {
"inquirer": "^6.2.2",
"piral-cli": "^0.10.8"
"piral-cli": "^0.10.9"
}
}
4 changes: 2 additions & 2 deletions src/initializers/create-piral-instance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-piral-instance",
"version": "0.10.8",
"version": "0.10.9",
"description": "The NPM initializer to scaffold a new Piral instance.",
"keywords": [
"scaffold",
Expand Down Expand Up @@ -41,6 +41,6 @@
},
"dependencies": {
"inquirer": "^6.2.2",
"piral-cli": "^0.10.8"
"piral-cli": "^0.10.9"
}
}
4 changes: 2 additions & 2 deletions src/packages/piral-adal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-adal",
"version": "0.10.8",
"version": "0.10.9",
"description": "Plugin to integrate AAD authentication in Piral.",
"keywords": [
"piral",
Expand Down Expand Up @@ -43,7 +43,7 @@
"msal": "^1.1.1"
},
"devDependencies": {
"piral-core": "^0.10.8"
"piral-core": "^0.10.9"
},
"peerDependencies": {
"piral-core": "^0.9.0 || ^0.10.0"
Expand Down
4 changes: 2 additions & 2 deletions src/packages/piral-aurelia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-aurelia",
"version": "0.10.8",
"version": "0.10.9",
"description": "Plugin for integrating Aurelia components in Piral.",
"keywords": [
"piral",
Expand Down Expand Up @@ -42,7 +42,7 @@
"aurelia-pal-browser": "1.8.1",
"aurelia-templating-binding": "1.5.3",
"aurelia-templating-resources": "1.12.0",
"piral-core": "^0.10.8"
"piral-core": "^0.10.9"
},
"peerDependencies": {
"aurelia-event-aggregator": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src/packages/piral-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-auth",
"version": "0.10.8",
"version": "0.10.9",
"description": "Plugin for handling authentication in Piral.",
"keywords": [
"piral",
Expand Down Expand Up @@ -37,7 +37,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"piral-core": "^0.10.8"
"piral-core": "^0.10.9"
},
"peerDependencies": {
"piral-core": "^0.9.0 || ^0.10.0"
Expand Down
4 changes: 2 additions & 2 deletions src/packages/piral-axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-axios",
"version": "0.10.8",
"version": "0.10.9",
"description": "Plugin for the integration of axios in Piral.",
"keywords": [
"piral",
Expand Down Expand Up @@ -42,7 +42,7 @@
"axios": "^0.19.0"
},
"devDependencies": {
"piral-core": "^0.10.8"
"piral-core": "^0.10.9"
},
"peerDependencies": {
"piral-core": "^0.9.0 || ^0.10.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/piral-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-base",
"version": "0.10.8",
"version": "0.10.9",
"description": "The base library for creating a Piral instance.",
"keywords": [
"portal",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/piral-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-cli",
"version": "0.10.8",
"version": "0.10.9",
"description": "The standard CLI for creating and building a Piral instance or a Pilet.",
"keywords": [
"portal",
Expand Down
4 changes: 2 additions & 2 deletions src/packages/piral-containers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-containers",
"version": "0.10.8",
"version": "0.10.9",
"description": "Plugin for creating a pilet state container in Piral.",
"keywords": [
"piral",
Expand Down Expand Up @@ -37,7 +37,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"piral-core": "^0.10.8"
"piral-core": "^0.10.9"
},
"peerDependencies": {
"piral-core": "^0.9.0 || ^0.10.0"
Expand Down
4 changes: 2 additions & 2 deletions src/packages/piral-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-core",
"version": "0.10.8",
"version": "0.10.9",
"description": "The core library for creating a Piral instance.",
"keywords": [
"portal",
Expand Down Expand Up @@ -49,6 +49,6 @@
},
"dependencies": {
"@dbeining/react-atom": "^4.0.0",
"piral-base": "^0.10.8"
"piral-base": "^0.10.9"
}
}
4 changes: 2 additions & 2 deletions src/packages/piral-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-dashboard",
"version": "0.10.8",
"version": "0.10.9",
"description": "Plugin for creating a centralized dashboard in Piral.",
"keywords": [
"piral",
Expand Down Expand Up @@ -37,7 +37,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"piral-core": "^0.10.8"
"piral-core": "^0.10.9"
},
"peerDependencies": {
"piral-core": "^0.9.0 || ^0.10.0"
Expand Down
4 changes: 2 additions & 2 deletions src/packages/piral-elm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-elm",
"version": "0.10.8",
"version": "0.10.9",
"description": "Plugin for integrating Elm components in Piral.",
"keywords": [
"piral",
Expand Down Expand Up @@ -36,7 +36,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"piral-core": "^0.10.8"
"piral-core": "^0.10.9"
},
"peerDependencies": {
"piral-core": "^0.9.0 || ^0.10.0"
Expand Down
4 changes: 2 additions & 2 deletions src/packages/piral-ember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-ember",
"version": "0.10.8",
"version": "0.10.9",
"description": "Plugin for integrating Ember.js components in Piral.",
"keywords": [
"piral",
Expand Down Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@types/ember": "^3.1.1",
"ember-source": "3.15.0",
"piral-core": "^0.10.8"
"piral-core": "^0.10.9"
},
"peerDependencies": {
"ember-source": "^3.0.0",
Expand Down
16 changes: 8 additions & 8 deletions src/packages/piral-ext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-ext",
"version": "0.10.8",
"version": "0.10.9",
"description": "Set of standard plugins with component definitions for extending piral-core.",
"keywords": [
"piral",
Expand Down Expand Up @@ -35,19 +35,19 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"piral-core": "^0.10.8"
"piral-core": "^0.10.9"
},
"peerDependencies": {
"piral-core": "^0.9.0 || ^0.10.0",
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
},
"dependencies": {
"piral-dashboard": "^0.10.8",
"piral-feeds": "^0.10.8",
"piral-menu": "^0.10.8",
"piral-modals": "^0.10.8",
"piral-notifications": "^0.10.8",
"piral-translate": "^0.10.8"
"piral-dashboard": "^0.10.9",
"piral-feeds": "^0.10.9",
"piral-menu": "^0.10.9",
"piral-modals": "^0.10.9",
"piral-notifications": "^0.10.9",
"piral-translate": "^0.10.9"
}
}
4 changes: 2 additions & 2 deletions src/packages/piral-feeds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-feeds",
"version": "0.10.8",
"version": "0.10.9",
"description": "Plugin for connecting data feeds in Piral.",
"keywords": [
"piral",
Expand Down Expand Up @@ -36,7 +36,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"piral-core": "^0.10.8"
"piral-core": "^0.10.9"
},
"peerDependencies": {
"piral-core": "^0.9.0 || ^0.10.0"
Expand Down
4 changes: 2 additions & 2 deletions src/packages/piral-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-fetch",
"version": "0.10.8",
"version": "0.10.9",
"description": "Plugin for standardizing fetch in Piral.",
"keywords": [
"piral",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@types/express": "4.11.1",
"cors": "2.8.5",
"express": "4.17.1",
"piral-core": "^0.10.8"
"piral-core": "^0.10.9"
},
"peerDependencies": {
"piral-core": "^0.9.0 || ^0.10.0",
Expand Down
4 changes: 2 additions & 2 deletions src/packages/piral-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-forms",
"version": "0.10.8",
"version": "0.10.9",
"description": "Plugin for providing advanced form support in Piral.",
"keywords": [
"piral",
Expand Down Expand Up @@ -36,7 +36,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"piral-core": "^0.10.8"
"piral-core": "^0.10.9"
},
"peerDependencies": {
"piral-core": "^0.9.0 || ^0.10.0"
Expand Down
4 changes: 2 additions & 2 deletions src/packages/piral-hyperapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-hyperapp",
"version": "0.10.8",
"version": "0.10.9",
"description": "Plugin for integrating hyperapp components in Piral.",
"keywords": [
"piral",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"hyperapp": "^1.2.10",
"piral-core": "^0.10.8"
"piral-core": "^0.10.9"
},
"peerDependencies": {
"hyperapp": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src/packages/piral-inferno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-inferno",
"version": "0.10.8",
"version": "0.10.9",
"description": "Plugin for integrating Inferno components in Piral.",
"keywords": [
"piral",
Expand Down Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"inferno": "^7.3.2",
"inferno-create-element": "^7.3.2",
"piral-core": "^0.10.8"
"piral-core": "^0.10.9"
},
"peerDependencies": {
"inferno": "^7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src/packages/piral-lazy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-lazy",
"version": "0.10.8",
"version": "0.10.9",
"description": "Plugin for lazy loading third-party framework components in Piral.",
"keywords": [
"piral",
Expand Down Expand Up @@ -36,7 +36,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"piral-core": "^0.10.8"
"piral-core": "^0.10.9"
},
"peerDependencies": {
"piral-core": "^0.9.0 || ^0.10.0"
Expand Down
4 changes: 2 additions & 2 deletions src/packages/piral-litel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-litel",
"version": "0.10.8",
"version": "0.10.9",
"description": "Plugin for integrating Lit-Element components in Piral.",
"keywords": [
"piral",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"lit-element": "2.2.1",
"piral-core": "^0.10.8"
"piral-core": "^0.10.9"
},
"peerDependencies": {
"lit-element": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src/packages/piral-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-menu",
"version": "0.10.8",
"version": "0.10.9",
"description": "Plugin for the integration of menu items in Piral.",
"keywords": [
"piral",
Expand Down Expand Up @@ -36,7 +36,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"piral-core": "^0.10.8"
"piral-core": "^0.10.9"
},
"peerDependencies": {
"piral-core": "^0.9.0 || ^0.10.0"
Expand Down
4 changes: 2 additions & 2 deletions src/packages/piral-mithril/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-mithril",
"version": "0.10.8",
"version": "0.10.9",
"description": "Plugin for integrating Mithril.js components in Piral.",
"keywords": [
"piral",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"mithril": "2.0.4",
"piral-core": "^0.10.8"
"piral-core": "^0.10.9"
},
"peerDependencies": {
"mithril": "^2.0.0",
Expand Down
Loading

0 comments on commit 0d7356e

Please sign in to comment.