Skip to content

Commit

Permalink
v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mattzeunert committed Jun 23, 2020
1 parent 3c4e801 commit 0906b82
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 3,6 @@
"packages": [
"packages/*"
],
"version": "3.0.3",
"version": "3.0.4",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@fromjs/backend",
"version": "3.0.3",
"version": "3.0.4",
"main": "./dist/backend.js",
"repository": "https://github.com/mattzeunert/FromJS/tree/master/packages/backend",
"author": "Matt Zeunert <[email protected]>",
Expand All @@ -13,7 13,7 @@
"dependencies": {
"@babel/core": "^7.2.2",
"@fromjs/core": "^3.0.2",
"@fromjs/proxy-extension": "^3.0.3",
"@fromjs/proxy-extension": "^3.0.4",
"@fromjs/proxy-instrumenter": "^3.0.0",
"@fromjs/ui": "^3.0.2",
"@types/jest": "^22.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,12 1,12 @@
{
"name": "@fromjs/cli",
"version": "3.0.3",
"version": "3.0.4",
"main": "index.js",
"repository": "https://github.com/mattzeunert/FromJS/tree/master/packages/cli",
"author": "Matt Zeunert <[email protected]>",
"license": "MIT",
"dependencies": {
"@fromjs/backend": "^3.0.3",
"@fromjs/backend": "^3.0.4",
"@types/node": "^12.12.6",
"commander": "^2.15.1",
"file-loader": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@fromjs/proxy-extension",
"version": "3.0.3",
"version": "3.0.4",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0906b82

Please sign in to comment.