Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbach committed May 18, 2019
1 parent d1d4d01 commit d9c03cb
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.1.1"
"version": "1.2.0"
}
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": "@devsession/backend",
"version": "1.0.3",
"version": "1.2.0",
"description": "",
"main": "lib/cli.js",
"publishConfig": {
Expand All @@ -15,7 +15,7 @@
"author": "",
"license": "CC-BY-NC-ND-4.0",
"dependencies": {
"@devsession/common": "^1.0.3",
"@devsession/common": "^1.2.0",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"common": "^0.2.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "devsession",
"version": "1.1.1",
"version": "1.2.0",
"description": "CLI-tool for the collaborative coding tool DevSession.",
"main": "index.js",
"author": "Lukas Bach",
"license": "CC-BY-NC-ND-4.0",
"private": false,
"dependencies": {
"@devsession/backend": "^1.0.3"
"@devsession/backend": "^1.2.0"
},
"bin": {
"devsession": "./index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devsession/common",
"version": "1.0.3",
"version": "1.2.0",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@devsession/frontend",
"version": "1.0.3",
"version": "1.2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@blueprintjs/select": "^3.7.0",
"@devsession/common": "^1.0.3",
"@devsession/common": "^1.2.0",
"@types/jest": "24.0.11",
"@types/node": "11.11.4",
"@types/react": "16.8.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/guibundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devsession/guibundler",
"version": "1.0.2-alpha.0",
"version": "1.2.0",
"main": "main.js",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/guistarter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devsession/guistarter",
"version": "1.0.2-alpha.0",
"version": "1.2.0",
"main": "main.js",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit d9c03cb

Please sign in to comment.