Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Mar 16, 2019
1 parent db27239 commit e5105b4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.5"
"version": "0.0.6"
}
4 changes: 2 additions & 2 deletions packages/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/glut-client",
"version": "0.0.5",
"version": "0.0.6",
"main": "index.ts",
"author": "Kamille Team",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"ws": "^6.1.2"
},
"devDependencies": {
"@marcj/glut-core": "^0.0.5",
"@marcj/glut-core": "^0.0.6",
"@marcj/marshal": "^0.5.1",
"@types/dot-prop": "^4.2.0",
"@types/ws": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/glut-core",
"version": "0.0.5",
"version": "0.0.6",
"main": "index.ts",
"author": "Kamille Team",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions packages/integration/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/glut-integration",
"version": "0.0.5",
"version": "0.0.6",
"main": "src",
"module": "src",
"license": "MIT",
Expand All @@ -13,9 +13,9 @@
"dependencies": {
"@marcj/estdlib": "^0.1.7",
"@marcj/estdlib-rxjs": "^0.1.7",
"@marcj/glut-client": "^0.0.5",
"@marcj/glut-core": "^0.0.5",
"@marcj/glut-server": "^0.0.5",
"@marcj/glut-client": "^0.0.6",
"@marcj/glut-core": "^0.0.6",
"@marcj/glut-server": "^0.0.6",
"@marcj/marshal": "^0.5.1",
"@marcj/marshal-mongo": "^0.5.3",
"bluebird": "^3.5.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/sample-todomvc-angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/glut-sample-angular",
"version": "0.0.5",
"version": "0.0.6",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -21,9 +21,9 @@
"@angular/platform-browser": "~7.1.0",
"@angular/platform-browser-dynamic": "~7.1.0",
"@angular/router": "~7.1.0",
"@marcj/glut-client": "^0.0.5",
"@marcj/glut-core": "^0.0.5",
"@marcj/glut-server": "^0.0.5",
"@marcj/glut-client": "^0.0.6",
"@marcj/glut-core": "^0.0.6",
"@marcj/glut-server": "^0.0.6",
"@marcj/marshal": "^0.5.1",
"@marcj/marshal-mongo": "^0.5.3",
"core-js": "^2.5.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/glut-server",
"version": "0.0.5",
"version": "0.0.6",
"main": "index.ts",
"license": "MIT",
"author": "Kamille Team",
Expand Down Expand Up @@ -35,7 +35,7 @@
"ws": "^6.1.2"
},
"devDependencies": {
"@marcj/glut-core": "^0.0.5",
"@marcj/glut-core": "^0.0.6",
"@marcj/marshal": "^0.5.1",
"@types/clone": "^0.1.30",
"@types/fs-extra": "^5.0.2",
Expand Down

0 comments on commit e5105b4

Please sign in to comment.