Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattzeunert committed Jun 23, 2020
1 parent 6143163 commit ac52154
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 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.1",
"version": "3.0.2",
"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.

8 changes: 4 additions & 4 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.1",
"version": "3.0.2",
"main": "./dist/backend.js",
"repository": "https://github.com/mattzeunert/FromJS/tree/master/packages/backend",
"author": "Matt Zeunert <[email protected]>",
Expand All @@ -12,10 12,10 @@
},
"dependencies": {
"@babel/core": "^7.2.2",
"@fromjs/core": "^3.0.1",
"@fromjs/core": "^3.0.2",
"@fromjs/proxy-extension": "^3.0.2",
"@fromjs/proxy-instrumenter": "^3.0.0",
"@fromjs/proxy-extension": "^3.0.0",
"@fromjs/ui": "^3.0.1",
"@fromjs/ui": "^3.0.2",
"@types/jest": "^22.2.3",
"@types/node": "^12.12.6",
"@types/react": "^16.7.17",
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "3.0.2",
"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.1",
"@fromjs/backend": "^3.0.2",
"@types/node": "^12.12.6",
"commander": "^2.15.1",
"file-loader": "^6.0.0",
Expand All @@ -19,7 19,7 @@
"access": "public"
},
"devDependencies": {
"@fromjs/core": "^3.0.1",
"@fromjs/core": "^3.0.2",
"@types/jest": "^23.1.0",
"http-server": "^0.11.1",
"kill-port": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@fromjs/core",
"version": "3.0.1",
"version": "3.0.2",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": "https://github.com/mattzeunert/FromJS/tree/master/packages/core",
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.0",
"version": "3.0.2",
"description": "",
"main": "background.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/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/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@fromjs/ui",
"version": "3.0.1",
"version": "3.0.2",
"main": "empty.js",
"repository": "https://github.com/mattzeunert/FromJS/tree/master/packages/ui",
"author": "Matt Zeunert <[email protected]>",
Expand All @@ -11,7 11,7 @@
},
"dependencies": {
"@babel/standalone": "^7.0.0-beta.42",
"@fromjs/core": "^3.0.1",
"@fromjs/core": "^3.0.2",
"@types/react": "^16.3.14",
"baobab": "^2.5.2",
"baobab-react": "^3.0.0",
Expand Down

0 comments on commit ac52154

Please sign in to comment.