Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Mar 30, 2020
1 parent 574e237 commit 0c00a46
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 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.12",
"version": "0.0.13",
"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.21"
"subapp-web": "^1.0.22"
},
"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.12",
"version": "0.0.13",
"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.21"
"subapp-web": "^1.0.22"
},
"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.21",
"version": "1.0.22",
"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.21"
"subapp-web": "^1.0.22"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down
2 changes: 1 addition & 1 deletion 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.11",
"version": "1.1.12",
"description": "Electrode SubApp app server support",
"main": "lib/index.js",
"scripts": {
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.21",
"version": "1.0.22",
"description": "Electrode subapp web support",
"module": "dist/dev/index.js",
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions 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.10",
"version": "8.0.11",
"description": "Electrode X application development support",
"main": "index.js",
"homepage": "http://www.electrode.io",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@babel/register": "^7.0.0",
"@jchip/redbird": "^1.1.0",
"@loadable/babel-plugin": "^5.10.0",
"@xarc/webpack": "8.0.0",
"@xarc/webpack": "8.0.1",
"ansi-to-html": "^0.6.8",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-lodash": "^3.3.4",
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.10",
"version": "8.0.11",
"description": "Electrode X application runtime support",
"main": "arch-clap.js",
"homepage": "http://www.electrode.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/webpack",
"version": "8.0.0",
"version": "8.0.1",
"description": "Electrode X webpack config",
"main": "lib/index.js",
"homepage": "http://www.electrode.io",
Expand Down

0 comments on commit 0c00a46

Please sign in to comment.