Skip to content

Commit

Permalink
[Publish]
Browse files Browse the repository at this point in the history
  • Loading branch information
divyakarippath committed Jul 12, 2021
1 parent c30d434 commit df08422
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.43",
"version": "0.0.44",
"description": "Electrode subapp support for Preact and redux-bundler",
"module": "dist/dev/index.js",
"main": "lib/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@babel/runtime": "^7.8.3",
"redux-bundler-preact": "^2.0.1",
"subapp-util": "^1.1.2",
"subapp-web": "^1.0.49"
"subapp-web": "^1.0.50"
},
"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.41",
"version": "0.0.42",
"description": "Electrode subapp support for React/Redux/React Router",
"module": "dist/dev/index.js",
"main": "lib/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@babel/runtime": "^7.8.3",
"optional-require": "^1.0.0",
"subapp-util": "^1.1.2",
"subapp-web": "^1.0.49"
"subapp-web": "^1.0.50"
},
"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.49",
"version": "1.0.50",
"description": "Electrode subapp redux support",
"module": "dist/dev/index.js",
"main": "lib/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"optional-require": "^1.0.0",
"subapp-util": "^1.1.2",
"subapp-web": "^1.0.49"
"subapp-web": "^1.0.50"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
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.49",
"version": "1.0.50",
"description": "Electrode subapp web support",
"module": "dist/dev/index.js",
"main": "lib/index.js",
Expand Down

0 comments on commit df08422

Please sign in to comment.