Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Aug 14, 2020
1 parent 0dc607a commit 17a6432
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 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.27",
"version": "0.0.28",
"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.1.1",
"subapp-web": "^1.0.33"
"subapp-web": "^1.0.34"
},
"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.24",
"version": "0.0.25",
"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.1.1",
"subapp-web": "^1.0.33"
"subapp-web": "^1.0.34"
},
"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.33",
"version": "1.0.34",
"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.1.1",
"subapp-web": "^1.0.33"
"subapp-web": "^1.0.34"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down
6 changes: 3 additions & 3 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.3.2",
"version": "1.3.3",
"description": "Electrode SubApp app server support",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -28,8 +28,8 @@
],
"dependencies": {
"@hapi/boom": "^7.4.1",
"@xarc/index-page": "^1.0.1",
"@xarc/jsx-renderer": "^1.0.1",
"@xarc/index-page": "^1.0.2",
"@xarc/jsx-renderer": "^1.0.2",
"@xarc/tag-renderer": "^1.0.0",
"filter-scan-dir": "^1.0.9",
"http-status-codes": "^1.3.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.33",
"version": "1.0.34",
"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.1.9",
"version": "8.1.10",
"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.1.9",
"version": "8.1.10",
"description": "Electrode X application runtime support",
"main": "index.js",
"homepage": "http://www.electrode.io",
Expand Down
4 changes: 2 additions & 2 deletions packages/xarc-index-page/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/index-page",
"version": "1.0.1",
"version": "1.0.2",
"description": "Electrode X template and handlers for generating index.html webpage",
"main": "dist/index.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"index-page"
],
"dependencies": {
"@xarc/jsx-renderer": "^1.0.1",
"@xarc/jsx-renderer": "^1.0.2",
"@xarc/render-context": "^1.0.0",
"@xarc/tag-renderer": "^1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-jsx-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/jsx-renderer",
"version": "1.0.1",
"version": "1.0.2",
"description": "Render index.htm from JSX template",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 17a6432

Please sign in to comment.