Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Mar 18, 2020
1 parent 41b3941 commit fa237c6
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/electrode-react-webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electrode-react-webapp",
"version": "3.8.5",
"version": "3.8.6",
"description": "Hapi plugin that provides a default React web app template",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/subapp-pbundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subapp-pbundle",
"version": "0.0.10",
"version": "0.0.11",
"description": "Electrode subapp support for Preact and redux-bundler",
"module": "dist/dev/index.js",
"main": "lib/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@babel/runtime": "^7.8.3",
"redux-bundler-preact": "^2.0.1",
"subapp-util": "^1.0.3",
"subapp-web": "^1.0.18"
"subapp-web": "^1.0.19"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/subapp-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subapp-react",
"version": "0.0.10",
"version": "0.0.11",
"description": "Electrode subapp support for React/Redux/React Router",
"module": "dist/dev/index.js",
"main": "lib/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@babel/runtime": "^7.8.3",
"optional-require": "^1.0.0",
"subapp-util": "^1.0.3",
"subapp-web": "^1.0.18"
"subapp-web": "^1.0.19"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/subapp-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subapp-redux",
"version": "1.0.19",
"version": "1.0.20",
"description": "Electrode subapp redux support",
"module": "dist/dev/index.js",
"main": "lib/index.js",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"optional-require": "^1.0.0",
"subapp-util": "^1.0.3",
"subapp-web": "^1.0.18"
"subapp-web": "^1.0.19"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/subapp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subapp-server",
"version": "1.1.8",
"version": "1.1.9",
"description": "Electrode SubApp app server support",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
],
"dependencies": {
"@hapi/boom": "^7.4.1",
"electrode-react-webapp": "^3.8.4",
"electrode-react-webapp": "^3.8.6",
"filter-scan-dir": "^1.0.9",
"http-status-codes": "^1.3.0",
"optional-require": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/subapp-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subapp-web",
"version": "1.0.18",
"version": "1.0.19",
"description": "Electrode subapp web support",
"module": "dist/dev/index.js",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-app-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/app-dev",
"version": "8.0.7",
"version": "8.0.8",
"description": "Electrode X application development support",
"main": "index.js",
"homepage": "http://www.electrode.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/app",
"version": "8.0.7",
"version": "8.0.8",
"description": "Electrode X application runtime support",
"main": "arch-clap.js",
"homepage": "http://www.electrode.io",
Expand Down

0 comments on commit fa237c6

Please sign in to comment.