From 0f52aeec3bc150270fd6c960a0be49607ad1522f Mon Sep 17 00:00:00 2001 From: rakannimer Date: Sun, 3 Nov 2019 17:40:30 +0200 Subject: [PATCH] v2.0.0-rc.69 --- core/docz-core/package.json | 12 ++++++------ core/docz-rollup/package.json | 4 ++-- core/docz-utils/package.json | 6 +++--- core/docz/package.json | 10 +++++----- core/gatsby-theme-docz/package.json | 14 +++++++------- core/rehype-docz/package.json | 10 +++++----- core/remark-docz/package.json | 6 +++--- lerna.json | 2 +- .../babel-plugin-export-metadata/package.json | 6 +++--- other-packages/eslint-config-docz-js/package.json | 2 +- other-packages/eslint-config-docz-ts/package.json | 2 +- other-packages/load-cfg/package.json | 6 +++--- .../react-docgen-actual-name-handler/package.json | 6 +++--- 13 files changed, 43 insertions(+), 43 deletions(-) diff --git a/core/docz-core/package.json b/core/docz-core/package.json index ce4a2e776..28eda5bfc 100644 --- a/core/docz-core/package.json +++ b/core/docz-core/package.json @@ -1,6 +1,6 @@ { "name": "docz-core", - "version": "2.0.0-rc.68", + "version": "2.0.0-rc.69", "description": "All docz core logic of bundle and parsing is included on this package", "license": "MIT", "main": "dist/index.js", @@ -25,7 +25,7 @@ "chalk": "^2.4.2", "chokidar": "^3.0.2", "detect-port": "^1.3.0", - "docz-utils": "2.0.0-rc.64", + "docz-utils": "2.0.0-rc.69", "env-dot-prop": "^2.0.1", "fast-deep-equal": "^2.0.1", "fast-glob": "^3.0.4", @@ -34,12 +34,12 @@ "get-pkg-repo": "^4.1.0", "humanize-string": "^2.1.0", "latest-version": "^5.1.0", - "load-cfg": "2.0.0-rc.64", + "load-cfg": "2.0.0-rc.69", "lodash": "^4.17.14", "minimatch": "^3.0.4", "ora": "^3.4.0", "react-docgen": "^4.1.1", - "react-docgen-actual-name-handler": "2.0.0-rc.64", + "react-docgen-actual-name-handler": "2.0.0-rc.69", "react-docgen-external-proptypes-handler": "^1.0.3", "react-docgen-typescript": "^1.12.5", "recast": "^0.18.1", @@ -60,9 +60,9 @@ "@types/wait-on": "^3.2.0", "cpy": "^7.3.0", "cross-env": "^5.2.1", - "docz-rollup": "2.0.0-rc.64", + "docz-rollup": "2.0.0-rc.69", "eslint": "^6.5.1", - "eslint-config-docz-ts": "2.0.0-rc.64", + "eslint-config-docz-ts": "2.0.0-rc.69", "jest": "^24.9.0" } } diff --git a/core/docz-rollup/package.json b/core/docz-rollup/package.json index 7cc34938f..101a2ce6a 100644 --- a/core/docz-rollup/package.json +++ b/core/docz-rollup/package.json @@ -1,6 +1,6 @@ { "name": "docz-rollup", - "version": "2.0.0-rc.64", + "version": "2.0.0-rc.69", "license": "MIT", "main": "src/index.js", "files": [ @@ -32,6 +32,6 @@ "rollup-plugin-typescript2": "^0.22.0" }, "devDependencies": { - "eslint-config-docz-js": "2.0.0-rc.64" + "eslint-config-docz-js": "2.0.0-rc.69" } } diff --git a/core/docz-utils/package.json b/core/docz-utils/package.json index 24b7f6ed4..1822d7417 100644 --- a/core/docz-utils/package.json +++ b/core/docz-utils/package.json @@ -1,6 +1,6 @@ { "name": "docz-utils", - "version": "2.0.0-rc.64", + "version": "2.0.0-rc.69", "description": "Some methods used and utilities used on docz", "license": "MIT", "main": "lib/index.js", @@ -43,8 +43,8 @@ "unist-util-visit": "^1.4.1" }, "devDependencies": { - "docz-rollup": "2.0.0-rc.64", - "eslint-config-docz-ts": "2.0.0-rc.64", + "docz-rollup": "2.0.0-rc.69", + "eslint-config-docz-ts": "2.0.0-rc.69", "trash": "^6.0.0" } } diff --git a/core/docz/package.json b/core/docz/package.json index 27a3793d9..073fba127 100644 --- a/core/docz/package.json +++ b/core/docz/package.json @@ -1,6 +1,6 @@ { "name": "docz", - "version": "2.0.0-rc.68", + "version": "2.0.0-rc.69", "description": "It's has never been so easy to documents your things!", "license": "MIT", "main": "dist/index.js", @@ -27,12 +27,12 @@ "@mdx-js/react": "^1.0.27", "array-sort": "^1.0.0", "capitalize": "^2.0.0", - "docz-core": "2.0.0-rc.68", + "docz-core": "2.0.0-rc.69", "fast-deep-equal": "^2.0.1", "gatsby": "^2.13.27", "gatsby-plugin-eslint": "^2.0.5", "gatsby-plugin-typescript": "^2.1.6", - "gatsby-theme-docz": "2.0.0-rc.68", + "gatsby-theme-docz": "2.0.0-rc.69", "lodash": "^4.17.14", "marksy": "^8.0.0", "match-sorter": "^3.1.1", @@ -52,8 +52,8 @@ "@types/reach__router": "^1.2.4", "@types/react": "^16.8.23", "@types/react-dom": "^16.8.4", - "docz-rollup": "2.0.0-rc.64", + "docz-rollup": "2.0.0-rc.69", "eslint": "^6.5.1", - "eslint-config-docz-ts": "2.0.0-rc.64" + "eslint-config-docz-ts": "2.0.0-rc.69" } } diff --git a/core/gatsby-theme-docz/package.json b/core/gatsby-theme-docz/package.json index d7882c1e1..c0ea76d0d 100644 --- a/core/gatsby-theme-docz/package.json +++ b/core/gatsby-theme-docz/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-docz", - "version": "2.0.0-rc.68", + "version": "2.0.0-rc.69", "description": "Gatsby theme created to use Docz", "license": "MIT", "author": "Pedro Nauck (pedronauck@gmail.com)", @@ -22,10 +22,10 @@ "@mdx-js/mdx": "^1.1.0", "@mdx-js/react": "^1.0.27", "@theme-ui/typography": "^0.2.5", - "babel-plugin-export-metadata": "2.0.0-rc.64", + "babel-plugin-export-metadata": "2.0.0-rc.69", "copy-text-to-clipboard": "^2.1.0", - "docz": "2.0.0-rc.68", - "docz-core": "2.0.0-rc.68", + "docz": "2.0.0-rc.69", + "docz-core": "2.0.0-rc.69", "emotion-theming": "^10.0.14", "fs-extra": "^8.1.0", "gatsby": "^2.13.27", @@ -43,9 +43,9 @@ "react-feather": "^2.0.3", "react-helmet": "^5.2.1", "react-live": "^2.1.2", - "rehype-docz": "2.0.0-rc.64", + "rehype-docz": "2.0.0-rc.69", "rehype-slug": "^2.0.3", - "remark-docz": "2.0.0-rc.64", + "remark-docz": "2.0.0-rc.69", "remark-frontmatter": "^1.3.2", "theme-ui": "^0.2.38", "typescript": "3.5.3", @@ -55,7 +55,7 @@ "devDependencies": { "babel-eslint": "10.0.2", "eslint": "^6.5.1", - "eslint-config-docz-js": "2.0.0-rc.64" + "eslint-config-docz-js": "2.0.0-rc.69" }, "peerDependencies": { "react": "^16.8.0", diff --git a/core/rehype-docz/package.json b/core/rehype-docz/package.json index 7b1d39ebf..1c8e5cbfe 100644 --- a/core/rehype-docz/package.json +++ b/core/rehype-docz/package.json @@ -1,6 +1,6 @@ { "name": "rehype-docz", - "version": "2.0.0-rc.64", + "version": "2.0.0-rc.69", "description": "Rehype plugin used by docz", "license": "MIT", "main": "dist/index.js", @@ -21,7 +21,7 @@ }, "dependencies": { "brace": "^0.11.1", - "docz-utils": "2.0.0-rc.64", + "docz-utils": "2.0.0-rc.69", "hast-util-to-string": "^1.0.2", "jsx-ast-utils": "^2.2.1", "lodash": "^4.17.14", @@ -30,8 +30,8 @@ }, "devDependencies": { "@mdx-js/mdx": "^1.1.0", - "docz-rollup": "2.0.0-rc.64", - "eslint-config-docz-ts": "2.0.0-rc.64", - "remark-docz": "2.0.0-rc.64" + "docz-rollup": "2.0.0-rc.69", + "eslint-config-docz-ts": "2.0.0-rc.69", + "remark-docz": "2.0.0-rc.69" } } diff --git a/core/remark-docz/package.json b/core/remark-docz/package.json index c25623cf2..8ddcea6c7 100644 --- a/core/remark-docz/package.json +++ b/core/remark-docz/package.json @@ -1,6 +1,6 @@ { "name": "remark-docz", - "version": "2.0.0-rc.64", + "version": "2.0.0-rc.69", "description": "Remark plugin used by docz", "license": "MIT", "main": "dist/index.js", @@ -27,7 +27,7 @@ }, "devDependencies": { "@mdx-js/mdx": "^1.1.0", - "docz-rollup": "2.0.0-rc.64", - "eslint-config-docz-ts": "2.0.0-rc.64" + "docz-rollup": "2.0.0-rc.69", + "eslint-config-docz-ts": "2.0.0-rc.69" } } diff --git a/lerna.json b/lerna.json index 9bb32d3d0..bc1cdea68 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "core/**/*", "other-packages/**/*" ], - "version": "2.0.0-rc.68", + "version": "2.0.0-rc.69", "npmClient": "yarn", "useWorkspaces": true } diff --git a/other-packages/babel-plugin-export-metadata/package.json b/other-packages/babel-plugin-export-metadata/package.json index 9fc8db71f..db6520466 100644 --- a/other-packages/babel-plugin-export-metadata/package.json +++ b/other-packages/babel-plugin-export-metadata/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-export-metadata", - "version": "2.0.0-rc.64", + "version": "2.0.0-rc.69", "description": "Add file metadata for function declarations", "license": "MIT", "author": { @@ -34,8 +34,8 @@ }, "devDependencies": { "babel-jest": "^24.8.0", - "docz-rollup": "2.0.0-rc.64", - "eslint-config-docz-js": "2.0.0-rc.64", + "docz-rollup": "2.0.0-rc.69", + "eslint-config-docz-js": "2.0.0-rc.69", "jest": "^24.8.0" } } diff --git a/other-packages/eslint-config-docz-js/package.json b/other-packages/eslint-config-docz-js/package.json index b53e06e51..9a30ee5c4 100644 --- a/other-packages/eslint-config-docz-js/package.json +++ b/other-packages/eslint-config-docz-js/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-docz-js", - "version": "2.0.0-rc.64", + "version": "2.0.0-rc.69", "description": "Eslint config of Docz for Javascript", "license": "MIT", "author": { diff --git a/other-packages/eslint-config-docz-ts/package.json b/other-packages/eslint-config-docz-ts/package.json index 751a40465..0538890ee 100644 --- a/other-packages/eslint-config-docz-ts/package.json +++ b/other-packages/eslint-config-docz-ts/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-docz-ts", - "version": "2.0.0-rc.64", + "version": "2.0.0-rc.69", "description": "Eslint config of Docz for Typescript", "license": "MIT", "author": { diff --git a/other-packages/load-cfg/package.json b/other-packages/load-cfg/package.json index 68dc7b89f..dadf1c70f 100644 --- a/other-packages/load-cfg/package.json +++ b/other-packages/load-cfg/package.json @@ -1,6 +1,6 @@ { "name": "load-cfg", - "version": "2.0.0-rc.64", + "version": "2.0.0-rc.69", "description": "Method that can load project configurations based", "license": "MIT", "main": "dist/index.js", @@ -29,7 +29,7 @@ "devDependencies": { "@types/find-up": "^4.0.0", "@types/node": "^12.6.8", - "docz-rollup": "2.0.0-rc.64", - "eslint-config-docz-ts": "2.0.0-rc.64" + "docz-rollup": "2.0.0-rc.69", + "eslint-config-docz-ts": "2.0.0-rc.69" } } diff --git a/other-packages/react-docgen-actual-name-handler/package.json b/other-packages/react-docgen-actual-name-handler/package.json index a885cfd17..0b7f6d7bf 100644 --- a/other-packages/react-docgen-actual-name-handler/package.json +++ b/other-packages/react-docgen-actual-name-handler/package.json @@ -1,6 +1,6 @@ { "name": "react-docgen-actual-name-handler", - "version": "2.0.0-rc.64", + "version": "2.0.0-rc.69", "license": "MIT", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -22,7 +22,7 @@ "recast": "^0.18.1" }, "devDependencies": { - "docz-rollup": "2.0.0-rc.64", - "eslint-config-docz-ts": "2.0.0-rc.64" + "docz-rollup": "2.0.0-rc.69", + "eslint-config-docz-ts": "2.0.0-rc.69" } }