Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Jan 7, 2021
1 parent 57f7f8b commit 8d7da52
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/xarc-react-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/react-redux",
"version": "0.0.2",
"version": "0.1.0",
"description": "xarc React.js application redux support",
"main": "dist-node-cjs/node/index.js",
"module": "dist-node-esm/node/index.js",
Expand All @@ -27,7 +27,7 @@
"react-dom": "*"
},
"dependencies": {
"@xarc/subapp": "^0.1.0",
"@xarc/subapp": "^0.1.1",
"react-redux": ">= 7",
"redux": ">= 4",
"tslib": "^2.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/xarc-react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/react-router",
"version": "0.1.0",
"version": "0.1.1",
"description": "xarc React Router support for SubApp version 2",
"main": "dist-node-cjs/node/index.js",
"module": "dist-node-esm/node/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
}
},
"dependencies": {
"@xarc/subapp": "^0.1.0",
"@xarc/subapp": "^0.1.1",
"history": "^5.0.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/xarc-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/react",
"version": "0.1.0",
"version": "0.1.1",
"description": "xarc web app platform support for React framework",
"main": "dist-node-cjs/node/index.js",
"module": "dist-node-esm/node/index.js",
Expand All @@ -24,7 +24,7 @@
"license": "Apache-2.0",
"dependencies": {
"@xarc/render-context": "^1.0.3",
"@xarc/subapp": "^0.1.0",
"@xarc/subapp": "^0.1.1",
"@xarc/tag-renderer": "^1.0.3",
"react": ">= 16",
"react-dom": ">= 16",
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-subapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/subapp",
"version": "0.1.0",
"version": "0.1.1",
"description": "xarc subapp version 2",
"main": "dist-node-cjs/node/index.js",
"module": "dist-node-esm/node/index.js",
Expand Down

0 comments on commit 8d7da52

Please sign in to comment.