diff --git a/core/docz-core/package.json b/core/docz-core/package.json index bb4f34372..335b1e1b8 100644 --- a/core/docz-core/package.json +++ b/core/docz-core/package.json @@ -1,6 +1,6 @@ { "name": "docz-core", - "version": "2.3.2-alpha.0", + "version": "2.3.3-alpha.0", "description": "All docz core logic of bundle and parsing is included on this package", "license": "MIT", "main": "dist/index.js", @@ -29,7 +29,7 @@ "chokidar": "^3.0.2", "cross-spawn": "^7.0.2", "detect-port": "^1.3.0", - "docz-utils": "^2.3.0", + "docz-utils": "2.3.3-alpha.0", "env-dot-prop": "^2.0.1", "fast-deep-equal": "^2.0.1", "fast-glob": "^3.0.4", @@ -39,13 +39,13 @@ "gatsby-plugin-typescript": "^2.1.6", "get-pkg-repo": "4.1.1", "humanize-string": "^2.1.0", - "load-cfg": "^2.1.0", + "load-cfg": "2.3.3-alpha.0", "lodash": "^4.17.14", "minimatch": "^3.0.4", "open": "^7.0.3", "ora": "^3.4.0", "react-docgen": "^4.1.1", - "react-docgen-actual-name-handler": "^2.1.0", + "react-docgen-actual-name-handler": "2.3.3-alpha.0", "react-docgen-external-proptypes-handler": "^1.0.3", "react-docgen-typescript": "^2.1.0", "recast": "^0.18.1", diff --git a/core/docz-rollup/package.json b/core/docz-rollup/package.json index d2315d915..159427b04 100644 --- a/core/docz-rollup/package.json +++ b/core/docz-rollup/package.json @@ -1,6 +1,6 @@ { "name": "docz-rollup", - "version": "2.1.0", + "version": "2.3.3-alpha.0", "license": "MIT", "main": "src/index.js", "files": [ diff --git a/core/docz-utils/package.json b/core/docz-utils/package.json index 8217987b5..50bf284c8 100644 --- a/core/docz-utils/package.json +++ b/core/docz-utils/package.json @@ -1,6 +1,6 @@ { "name": "docz-utils", - "version": "2.3.0", + "version": "2.3.3-alpha.0", "description": "Some methods used and utilities used on docz", "license": "MIT", "main": "lib/index.js", diff --git a/core/docz/package.json b/core/docz/package.json index d2c25f18f..1757f5209 100644 --- a/core/docz/package.json +++ b/core/docz/package.json @@ -1,6 +1,6 @@ { "name": "docz", - "version": "2.3.2-alpha.0", + "version": "2.3.3-alpha.0", "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.3.2-alpha.0", + "docz-core": "2.3.3-alpha.0", "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.3.1-alpha.0", + "gatsby-theme-docz": "2.3.3-alpha.0", "lodash": "^4.17.14", "marksy": "^8.0.0", "match-sorter": "^3.1.1", diff --git a/core/gatsby-theme-docz/package.json b/core/gatsby-theme-docz/package.json index 31c9810ee..fc5d5ff71 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.3.1-alpha.0", + "version": "2.3.3-alpha.0", "description": "Gatsby theme created to use Docz", "license": "MIT", "author": "Pedro Nauck (pedronauck@gmail.com)", @@ -22,7 +22,7 @@ "@mdx-js/mdx": "^1.1.0", "@mdx-js/react": "^1.0.27", "@theme-ui/typography": "^0.2.5", - "babel-plugin-export-metadata": "^2.3.0", + "babel-plugin-export-metadata": "2.3.3-alpha.0", "copy-text-to-clipboard": "^2.1.0", "fs-extra": "^8.1.0", "gatsby": "^2.13.27", @@ -44,9 +44,9 @@ "react-helmet-async": "^1.0.4", "react-live": "^2.2.1", "react-resize-detector": "^4.2.1", - "rehype-docz": "^2.3.0", + "rehype-docz": "2.3.3-alpha.0", "rehype-slug": "^2.0.3", - "remark-docz": "^2.1.0", + "remark-docz": "2.3.3-alpha.0", "remark-frontmatter": "^1.3.2", "theme-ui": "^0.2.38", "to-style": "^1.3.3", diff --git a/core/rehype-docz/package.json b/core/rehype-docz/package.json index 3c5aaba68..d594ebf82 100644 --- a/core/rehype-docz/package.json +++ b/core/rehype-docz/package.json @@ -1,6 +1,6 @@ { "name": "rehype-docz", - "version": "2.3.0", + "version": "2.3.3-alpha.0", "description": "Rehype plugin used by docz", "license": "MIT", "main": "dist/index.js", @@ -21,7 +21,7 @@ }, "dependencies": { "brace": "^0.11.1", - "docz-utils": "^2.3.0", + "docz-utils": "2.3.3-alpha.0", "hast-util-to-string": "^1.0.2", "jsx-ast-utils": "^2.2.1", "lodash": "^4.17.14", diff --git a/core/remark-docz/package.json b/core/remark-docz/package.json index 09351a027..9da6df853 100644 --- a/core/remark-docz/package.json +++ b/core/remark-docz/package.json @@ -1,6 +1,6 @@ { "name": "remark-docz", - "version": "2.1.0", + "version": "2.3.3-alpha.0", "description": "Remark plugin used by docz", "license": "MIT", "main": "dist/index.js", diff --git a/dev-env/basic/package.json b/dev-env/basic/package.json index eab7b556f..6f8a0fe26 100644 --- a/dev-env/basic/package.json +++ b/dev-env/basic/package.json @@ -1,7 +1,7 @@ { "name": "dev-env-basic", "private": true, - "version": "2.0.0-rc.41", + "version": "2.3.3-alpha.0", "license": "MIT", "files": [ "src/", @@ -14,7 +14,7 @@ "serve": "docz serve" }, "dependencies": { - "docz": "^2.3.2-alpha.0", + "docz": "2.3.3-alpha.0", "prop-types": "^15.7.2", "react": "^16.8.6", "react-dom": "^16.8.6" diff --git a/lerna.json b/lerna.json index b4a1deda0..a637cd418 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "core/**/*", "other-packages/**/*" ], - "version": "2.3.2-alpha.0", + "version": "2.3.3-alpha.0", "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 7b491a7e5..a55c3d871 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.3.0", + "version": "2.3.3-alpha.0", "description": "Add file metadata for function declarations", "license": "MIT", "author": { diff --git a/other-packages/eslint-config-docz-js/package.json b/other-packages/eslint-config-docz-js/package.json index dee9f310d..5fecda143 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.1.1", + "version": "2.3.3-alpha.0", "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 b2f11e333..adcfad9e7 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.1.1", + "version": "2.3.3-alpha.0", "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 563d9e577..01d2f4401 100644 --- a/other-packages/load-cfg/package.json +++ b/other-packages/load-cfg/package.json @@ -1,6 +1,6 @@ { "name": "load-cfg", - "version": "2.1.0", + "version": "2.3.3-alpha.0", "description": "Method that can load project configurations based", "license": "MIT", "main": "dist/index.js", diff --git a/other-packages/react-docgen-actual-name-handler/package.json b/other-packages/react-docgen-actual-name-handler/package.json index 9518ef4b9..bc339ce61 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.1.0", + "version": "2.3.3-alpha.0", "license": "MIT", "main": "dist/index.js", "module": "dist/index.esm.js",