Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Mar 23, 2020
1 parent 4f0cd06 commit cbc2bcc
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/electrode-archetype-opt-karma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electrode-archetype-opt-karma",
"version": "3.0.0",
"version": "3.0.1",
"description": "Electrode Karma Optional Archetype",
"main": "optional-check.js",
"homepage": "http://www.electrode.io",
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.9",
"version": "1.1.10",
"description": "Electrode SubApp app server support",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"filter-scan-dir": "^1.0.9",
"http-status-codes": "^1.3.0",
"optional-require": "^1.0.0",
"subapp-util": "^1.0.3",
"subapp-util": "^1.0.4",
"xaa": "^1.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/subapp-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subapp-util",
"version": "1.0.3",
"version": "1.0.4",
"description": "Util for Electrode SubApp",
"main": "lib/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions 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.19",
"version": "1.0.20",
"description": "Electrode subapp web support",
"module": "dist/dev/index.js",
"main": "lib/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"lodash": "^4.17.15",
"optional-require": "^1.0.0",
"request": "^2.88.0",
"subapp-util": "^1.0.3",
"subapp-util": "^1.0.4",
"xaa": "^1.1.4"
},
"devDependencies": {
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.8",
"version": "8.0.9",
"description": "Electrode X application development support",
"main": "index.js",
"homepage": "http://www.electrode.io",
Expand Down Expand Up @@ -76,7 +76,7 @@
"require-at": "^1.0.2",
"serve-index-fs": "^1.10.1",
"style-loader": "^0.20.1",
"subapp-util": "^1.0.3",
"subapp-util": "^1.0.4",
"sudo-prompt": "^8.2.5",
"webpack-cli": "^3.3.9",
"webpack-dev-middleware": "^3.4.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.8",
"version": "8.0.9",
"description": "Electrode X application runtime support",
"main": "arch-clap.js",
"homepage": "http://www.electrode.io",
Expand Down Expand Up @@ -34,7 +34,7 @@
"ignore-styles": "^5.0.1",
"isomorphic-loader": "^3.0.0",
"optional-require": "^1.0.0",
"subapp-util": "^1.0.3"
"subapp-util": "^1.0.4"
},
"devDependencies": {
"chalk": "^1.1.3",
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": "7.0.1",
"version": "8.0.0",
"description": "Electrode X webpack config",
"main": "lib/index.js",
"homepage": "http://www.electrode.io",
Expand Down

0 comments on commit cbc2bcc

Please sign in to comment.