Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Jan 28, 2021
1 parent 62794c3 commit 04bd73c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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.2.3",
"version": "8.2.4",
"description": "Electrode X application development support",
"main": "lib/index.js",
"homepage": "http://www.electrode.io",
Expand Down Expand Up @@ -35,7 +35,7 @@
"Joel Chen <[email protected]>"
],
"peerDependencies": {
"@xarc/app": "^8.1.19"
"@xarc/app": "^8.2.4"
},
"dependencies": {
"@babel/cli": "^7.1.5",
Expand Down Expand Up @@ -109,7 +109,7 @@
"@types/sinon-chai": "^3.2.4",
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"@xarc/app": "../xarc-app",
"@xarc/app": "^8.2.4",
"@xarc/module-dev": "^2.2.3",
"@xarc/run": "^1.0.3",
"babel-eslint": "^10.1.0",
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.2.3",
"version": "8.2.4",
"description": "Electrode X application runtime support",
"main": "index.js",
"homepage": "http://www.electrode.io",
Expand Down
6 changes: 3 additions & 3 deletions packages/xarc-create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/create-app",
"version": "4.0.1",
"version": "4.0.2",
"description": "Create react.js/node.js webapp using the Electrode Platform",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -37,8 +37,8 @@
"@babel/preset-env": "^7.6.2",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@xarc/app": "^8.2.2",
"@xarc/app-dev": "^8.2.2",
"@xarc/app": "^8.2.4",
"@xarc/app-dev": "^8.2.4",
"@xarc/module-dev": "^2.2.4",
"@xarc/react": "^0.1.3",
"@xarc/react-redux": "^0.1.2",
Expand Down

0 comments on commit 04bd73c

Please sign in to comment.