Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liamross committed Oct 11, 2018
1 parent 5021442 commit ea7e30d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.0.1-beta.5",
"version": "0.1.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/psiagram-plugin-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"README.md",
"lib/"
],
"version": "0.0.1-beta.5",
"version": "0.1.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"author": "Liam Ross <liamross.code@gmail.com>",
Expand All @@ -23,7 +23,7 @@
"lint": "tslint -p . -t verbose"
},
"dependencies": {
"psiagram": "^0.0.1-beta.5"
"psiagram": "^0.1.0"
},
"devDependencies": {
"@babel/core": "^7.1.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/psiagram-plugin-mouse-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"README.md",
"lib/"
],
"version": "0.0.1-beta.5",
"version": "0.1.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"author": "Liam Ross <liamross.code@gmail.com>",
Expand All @@ -25,7 +25,7 @@
"lint": "tslint -p . -t verbose"
},
"dependencies": {
"psiagram": "^0.0.1-beta.5"
"psiagram": "^0.1.0"
},
"devDependencies": {
"@babel/core": "^7.1.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/psiagram-plugin-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"README.md",
"lib/"
],
"version": "0.0.1-beta.5",
"version": "0.1.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"author": "Liam Ross <liamross.code@gmail.com>",
Expand All @@ -25,7 +25,7 @@
"lint": "tslint -p . -t verbose"
},
"dependencies": {
"psiagram": "^0.0.1-beta.5"
"psiagram": "^0.1.0"
},
"devDependencies": {
"@babel/core": "^7.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/psiagram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"README.md",
"lib/"
],
"version": "0.0.1-beta.5",
"version": "0.1.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"author": "Liam Ross <liamross.code@gmail.com>",
Expand Down

0 comments on commit ea7e30d

Please sign in to comment.