Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Mar 10, 2020
1 parent cb434be commit b40e304
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
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.9",
"version": "0.0.10",
"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.17"
"subapp-web": "^1.0.18"
},
"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.9",
"version": "0.0.10",
"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.17"
"subapp-web": "^1.0.18"
},
"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.18",
"version": "1.0.19",
"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.17"
"subapp-web": "^1.0.18"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
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.17",
"version": "1.0.18",
"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.6",
"version": "8.0.7",
"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.6",
"version": "8.0.7",
"description": "Electrode X application runtime support",
"main": "arch-clap.js",
"homepage": "http://www.electrode.io",
Expand Down

0 comments on commit b40e304

Please sign in to comment.