Skip to content

Commit

Permalink
v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Piral Release Bot committed Jan 20, 2020
1 parent 8cb88a7 commit 2426a24
Show file tree
Hide file tree
Showing 35 changed files with 90 additions and 90 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.9.3"
"version": "0.9.4"
}
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.9.3",
"version": "0.9.4",
"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.9.3"
"piral-cli": "^0.9.4"
}
}
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.9.3",
"version": "0.9.4",
"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.9.3"
"piral-cli": "^0.9.4"
}
}
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.9.3",
"version": "0.9.4",
"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.9.3"
"piral-core": "^0.9.4"
},
"peerDependencies": {
"piral-core": "^0.9.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.9.3",
"version": "0.9.4",
"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.9.3"
"piral-core": "^0.9.4"
},
"peerDependencies": {
"piral-core": "^0.9.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.9.3",
"version": "0.9.4",
"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.9.3"
"piral-core": "^0.9.4"
},
"peerDependencies": {
"piral-core": "^0.9.0",
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.9.3",
"version": "0.9.4",
"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.9.3",
"version": "0.9.4",
"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.9.3"
"piral-core": "^0.9.4"
},
"peerDependencies": {
"piral-core": "^0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.9.3",
"version": "0.9.4",
"description": "The core library for creating a Piral instance.",
"keywords": [
"portal",
Expand Down
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.9.3",
"version": "0.9.4",
"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.9.3"
"piral-core": "^0.9.4"
},
"peerDependencies": {
"piral-core": "^0.9.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.9.3",
"version": "0.9.4",
"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.9.3"
"piral-core": "^0.9.4"
},
"peerDependencies": {
"piral-core": "^0.9.0",
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
},
"dependencies": {
"piral-dashboard": "^0.9.3",
"piral-feeds": "^0.9.3",
"piral-menu": "^0.9.3",
"piral-modals": "^0.9.3",
"piral-notifications": "^0.9.3",
"piral-translate": "^0.9.3"
"piral-dashboard": "^0.9.4",
"piral-feeds": "^0.9.4",
"piral-menu": "^0.9.4",
"piral-modals": "^0.9.4",
"piral-notifications": "^0.9.4",
"piral-translate": "^0.9.4"
}
}
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.9.3",
"version": "0.9.4",
"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.9.3"
"piral-core": "^0.9.4"
},
"peerDependencies": {
"piral-core": "^0.9.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.9.3",
"version": "0.9.4",
"description": "Plugin for standardizing fetch 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.9.3"
"piral-core": "^0.9.4"
},
"peerDependencies": {
"piral-core": "^0.9.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.9.3",
"version": "0.9.4",
"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.9.3"
"piral-core": "^0.9.4"
},
"peerDependencies": {
"piral-core": "^0.9.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.9.3",
"version": "0.9.4",
"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.9.3"
"piral-core": "^0.9.4"
},
"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.9.3",
"version": "0.9.4",
"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.9.3"
"piral-core": "^0.9.4"
},
"peerDependencies": {
"inferno": "^7.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.9.3",
"version": "0.9.4",
"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.9.3"
"piral-core": "^0.9.4"
},
"peerDependencies": {
"piral-core": "^0.9.0"
Expand Down
4 changes: 2 additions & 2 deletions src/packages/piral-modals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-modals",
"version": "0.9.3",
"version": "0.9.4",
"description": "Plugin for the display of modal dialogs 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.9.3"
"piral-core": "^0.9.4"
},
"peerDependencies": {
"piral-core": "^0.9.0"
Expand Down
4 changes: 2 additions & 2 deletions src/packages/piral-ng/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-ng",
"version": "0.9.3",
"version": "0.9.4",
"description": "Plugin for integrating Angular components in Piral.",
"keywords": [
"piral",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@angular/core": "^8.0.0",
"@angular/platform-browser": "^8.0.0",
"@angular/platform-browser-dynamic": "^8.0.0",
"piral-core": "^0.9.3"
"piral-core": "^0.9.4"
},
"peerDependencies": {
"@angular/core": "^6.0.0 || ^7.0.0 || ^8.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src/packages/piral-ngjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-ngjs",
"version": "0.9.3",
"version": "0.9.4",
"description": "Plugin for integrating Angular.js components in Piral.",
"keywords": [
"piral",
Expand Down Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@types/angular": "^1.6.45",
"angular": "^1.7.9",
"piral-core": "^0.9.3"
"piral-core": "^0.9.4"
},
"peerDependencies": {
"angular": "^1.7.0",
Expand Down
4 changes: 2 additions & 2 deletions src/packages/piral-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-notifications",
"version": "0.9.3",
"version": "0.9.4",
"description": "Plugin for triggering notifications in Piral.",
"keywords": [
"piral",
Expand Down Expand Up @@ -38,7 +38,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"piral-core": "^0.9.3"
"piral-core": "^0.9.4"
},
"peerDependencies": {
"piral-core": "^0.9.0"
Expand Down
4 changes: 2 additions & 2 deletions src/packages/piral-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-preact",
"version": "0.9.3",
"version": "0.9.4",
"description": "Plugin for integrating Preact 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.9.3",
"piral-core": "^0.9.4",
"preact": "10.0.5"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/packages/piral-pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-pwa",
"version": "0.9.3",
"version": "0.9.4",
"description": "Plugin for creating the Piral instance as a PWA shell.",
"keywords": [
"piral",
Expand Down Expand Up @@ -39,7 +39,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"piral-core": "^0.9.3"
"piral-core": "^0.9.4"
},
"peerDependencies": {
"minimatch": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src/packages/piral-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-search",
"version": "0.9.3",
"version": "0.9.4",
"description": "Plugin for centralizing search 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.9.3"
"piral-core": "^0.9.4"
},
"peerDependencies": {
"piral-core": "^0.9.0"
Expand Down
Loading

0 comments on commit 2426a24

Please sign in to comment.