diff --git a/packages/core/package.json b/packages/core/package.json index 04ab0ab..7947718 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@syndicate-lang/core", - "version": "0.0.4", + "version": "0.0.5", "description": "Imperative Syndicate in the browser", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/core", "license": "GPL-3.0+", diff --git a/packages/syntax-playground/package.json b/packages/syntax-playground/package.json index 17c2e96..137537d 100644 --- a/packages/syntax-playground/package.json +++ b/packages/syntax-playground/package.json @@ -1,7 +1,7 @@ { "name": "@syndicate-lang/syntax-playground", "private": true, - "version": "0.0.0", + "version": "0.0.1", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/syntax-playground", "license": "GPL-3.0+", "repository": { @@ -12,10 +12,10 @@ "devDependencies": { "@babel/core": "^7.1.2", "@babel/preset-env": "^7.1.0", - "@syndicate-lang/syntax": ">=0.0.1" + "@syndicate-lang/syntax": "^0.0.7" }, "dependencies": { - "@syndicate-lang/core": ">=0.0.1", + "@syndicate-lang/core": "^0.0.5", "webpack": "^4.23.1", "webpack-cli": "^3.1.2" } diff --git a/packages/syntax/package.json b/packages/syntax/package.json index 59c16f5..a27f4d9 100644 --- a/packages/syntax/package.json +++ b/packages/syntax/package.json @@ -1,6 +1,6 @@ { "name": "@syndicate-lang/syntax", - "version": "0.0.6", + "version": "0.0.7", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/syntax", "license": "GPL-3.0+", "publishConfig": {