diff --git a/lerna.json b/lerna.json index 0764cfe..84090d4 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "6.0.7" + "version": "7.0.0" } diff --git a/packages/cq-python-engine/package.json b/packages/cq-python-engine/package.json index a9aead0..9fa15dc 100644 --- a/packages/cq-python-engine/package.json +++ b/packages/cq-python-engine/package.json @@ -1,6 +1,6 @@ { "name": "@fullstackio/cq-python-engine", - "version": "6.0.0", + "version": "7.0.0", "description": "python engine for cq", "main": "dist/index.js", "repository": "https://github.com/fullstackio/cq/tree/master/packages/cq-python-engine", diff --git a/packages/cq/package.json b/packages/cq/package.json index e71a0ec..9d1b9a2 100644 --- a/packages/cq/package.json +++ b/packages/cq/package.json @@ -1,6 +1,6 @@ { "name": "@fullstackio/cq", - "version": "6.0.0", + "version": "7.0.0", "description": "query code with selectors", "main": "dist/index.js", "homepage": "https://github.com/fullstackio/cq", diff --git a/packages/cqmd/package.json b/packages/cqmd/package.json index 528b13d..3197cb2 100644 --- a/packages/cqmd/package.json +++ b/packages/cqmd/package.json @@ -1,6 +1,6 @@ { "name": "@fullstackio/cqmd", - "version": "6.0.7", + "version": "7.0.0", "description": "markdown pre-processor for cq", "main": "src/index.js", "repository": "https://github.com/fullstackio/cq/tree/master/packages/cqmd", @@ -17,10 +17,10 @@ "access": "public" }, "dependencies": { - "@fullstackio/cq": "^6.0.0", - "@fullstackio/remark-adjust-paths": "^6.0.0", - "@fullstackio/remark-cq": "^6.0.7", - "@fullstackio/remark-leanpub": "^6.0.0", + "@fullstackio/cq": "^7.0.0", + "@fullstackio/remark-adjust-paths": "^7.0.0", + "@fullstackio/remark-cq": "^7.0.0", + "@fullstackio/remark-leanpub": "^7.0.0", "fs-extra": "^7.0.1", "rehype-stringify": "^5.0.0", "relative": "^3.0.2", diff --git a/packages/react-cq-demo/package.json b/packages/react-cq-demo/package.json index 4d9bba6..7177662 100644 --- a/packages/react-cq-demo/package.json +++ b/packages/react-cq-demo/package.json @@ -1,9 +1,9 @@ { "name": "react-cq-demo", - "version": "6.0.0", + "version": "7.0.0", "private": true, "dependencies": { - "@fullstackio/cq": "^6.0.0", + "@fullstackio/cq": "^7.0.0", "jquery": "^3.3.1", "lodash": "^4.17.11", "react": "^16.6.3", diff --git a/packages/remark-adjust-paths/package.json b/packages/remark-adjust-paths/package.json index 9e29455..78035fd 100644 --- a/packages/remark-adjust-paths/package.json +++ b/packages/remark-adjust-paths/package.json @@ -1,6 +1,6 @@ { "name": "@fullstackio/remark-adjust-paths", - "version": "6.0.0", + "version": "7.0.0", "description": "Change the paths of imported objects in markdown files", "license": "MIT", "keywords": [ diff --git a/packages/remark-cq/package.json b/packages/remark-cq/package.json index 10dbc1d..b73966f 100644 --- a/packages/remark-cq/package.json +++ b/packages/remark-cq/package.json @@ -1,6 +1,6 @@ { "name": "@fullstackio/remark-cq", - "version": "6.0.7", + "version": "7.0.0", "description": "Import code into markdown with cq", "license": "MIT", "keywords": [ @@ -8,7 +8,7 @@ "remark" ], "dependencies": { - "@fullstackio/cq": "^6.0.0", + "@fullstackio/cq": "^7.0.0", "isomorphic-fetch": "^2.2.1", "lodash": "^4.17.11", "trim-trailing-lines": "^1.1.1", diff --git a/packages/remark-leanpub/package.json b/packages/remark-leanpub/package.json index 61a779d..f4b0f2e 100644 --- a/packages/remark-leanpub/package.json +++ b/packages/remark-leanpub/package.json @@ -1,6 +1,6 @@ { "name": "@fullstackio/remark-leanpub", - "version": "6.0.0", + "version": "7.0.0", "description": "Transform leanpub markdown", "license": "MIT", "keywords": [