Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
fix: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jul 18, 2019
1 parent bbacb39 commit a346b59
Show file tree
Hide file tree
Showing 20 changed files with 58 additions and 61 deletions.
12 changes: 6 additions & 6 deletions core/docz-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-core",
"version": "1.2.0",
"version": "2.0.0-rc.0",
"description": "All docz core logic of bundle and parsing is included on this package",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -23,7 +23,7 @@
"chalk": "^2.4.2",
"chokidar": "^3.0.2",
"detect-port": "^1.3.0",
"docz-utils": "^1.2.0",
"docz-utils": "^2.0.0-rc.0",
"env-dot-prop": "^2.0.1",
"fast-deep-equal": "^2.0.1",
"fast-glob": "^3.0.4",
Expand All @@ -32,12 +32,12 @@
"get-pkg-repo": "^4.1.0",
"humanize-string": "^2.1.0",
"latest-version": "^5.1.0",
"load-cfg": "^1.2.0",
"load-cfg": "^2.0.0-rc.0",
"lodash": "^4.17.14",
"minimatch": "^3.0.4",
"ora": "^3.4.0",
"react-docgen": "^4.1.1",
"react-docgen-actual-name-handler": "^1.2.0",
"react-docgen-actual-name-handler": "^2.0.0-rc.0",
"react-docgen-external-proptypes-handler": "^1.0.3",
"react-docgen-typescript": "^1.12.5",
"recast": "^0.18.1",
Expand All @@ -55,7 +55,7 @@
"@types/shelljs": "^0.8.5",
"@types/signale": "^1.2.1",
"cpy": "^7.3.0",
"docz-rollup": "^1.2.0",
"eslint-config-docz-ts": "^1.2.0"
"docz-rollup": "^2.0.0-rc.0",
"eslint-config-docz-ts": "^2.0.0-rc.0"
}
}
4 changes: 2 additions & 2 deletions core/docz-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-rollup",
"version": "1.2.0",
"version": "2.0.0-rc.0",
"license": "MIT",
"main": "src/index.js",
"files": [
Expand Down Expand Up @@ -32,6 +32,6 @@
"rollup-plugin-typescript2": "^0.22.0"
},
"devDependencies": {
"eslint-config-docz-js": "^1.2.0"
"eslint-config-docz-js": "^2.0.0-rc.0"
}
}
6 changes: 3 additions & 3 deletions core/docz-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-utils",
"version": "1.2.0",
"version": "2.0.0-rc.0",
"description": "Some methods used and utilities used on docz",
"license": "MIT",
"main": "lib/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"unist-util-visit": "^1.4.1"
},
"devDependencies": {
"docz-rollup": "^1.2.0",
"eslint-config-docz-ts": "^1.2.0"
"docz-rollup": "^2.0.0-rc.0",
"eslint-config-docz-ts": "^2.0.0-rc.0"
}
}
8 changes: 4 additions & 4 deletions core/docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz",
"version": "1.2.0",
"version": "2.0.0-rc.0",
"description": "It's has never been so easy to documents your things!",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -26,7 +26,7 @@
"@mdx-js/react": "^1.0.27",
"array-sort": "^1.0.0",
"capitalize": "^2.0.0",
"docz-core": "^1.2.0",
"docz-core": "^2.0.0-rc.0",
"fast-deep-equal": "^2.0.1",
"gatsby": "^2.13.27",
"lodash": "^4.17.14",
Expand All @@ -47,7 +47,7 @@
"@types/reach__router": "^1.2.4",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"docz-rollup": "^1.2.0",
"eslint-config-docz-ts": "^1.2.0"
"docz-rollup": "^2.0.0-rc.0",
"eslint-config-docz-ts": "^2.0.0-rc.0"
}
}
14 changes: 7 additions & 7 deletions core/gatsby-theme-docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-docz",
"version": "1.2.0",
"version": "2.0.0-rc.0",
"description": "Gatsby theme created to use Docz",
"license": "MIT",
"author": "Pedro Nauck (pedronauck@gmail.com)",
Expand All @@ -21,10 +21,10 @@
"@mdx-js/mdx": "^1.1.0",
"@mdx-js/react": "^1.0.27",
"@theme-ui/typography": "^0.2.5",
"babel-plugin-export-metadata": "^1.2.0",
"babel-plugin-export-metadata": "^2.0.0-rc.0",
"copy-text-to-clipboard": "^2.1.0",
"docz": "^1.2.0",
"docz-core": "^1.2.0",
"docz": "^2.0.0-rc.0",
"docz-core": "^2.0.0-rc.0",
"emotion-theming": "^10.0.14",
"fs-extra": "^8.1.0",
"gatsby": "^2.13.27",
Expand All @@ -42,9 +42,9 @@
"react-feather": "^2.0.3",
"react-helmet": "^5.2.1",
"react-live": "^2.1.2",
"rehype-docz": "^1.2.0",
"rehype-docz": "^2.0.0-rc.0",
"rehype-slug": "^2.0.3",
"remark-docz": "^1.2.0",
"remark-docz": "^2.0.0-rc.0",
"remark-frontmatter": "^1.3.2",
"theme-ui": "^0.2.14",
"typescript": "3.5.3",
Expand All @@ -54,7 +54,7 @@
"devDependencies": {
"babel-eslint": "10.0.2",
"eslint": "^6.0.1",
"eslint-config-docz-js": "^1.2.0"
"eslint-config-docz-js": "^2.0.0-rc.0"
},
"peerDependencies": {
"react": "^16.8.0",
Expand Down
10 changes: 5 additions & 5 deletions core/rehype-docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-docz",
"version": "1.2.0",
"version": "2.0.0-rc.0",
"description": "Rehype plugin used by docz",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"brace": "^0.11.1",
"docz-utils": "^1.2.0",
"docz-utils": "^2.0.0-rc.0",
"hast-util-to-string": "^1.0.2",
"jsx-ast-utils": "^2.2.1",
"lodash": "^4.17.14",
Expand All @@ -30,8 +30,8 @@
},
"devDependencies": {
"@mdx-js/mdx": "^1.1.0",
"docz-rollup": "^1.2.0",
"eslint-config-docz-ts": "^1.2.0",
"remark-docz": "^1.2.0"
"docz-rollup": "^2.0.0-rc.0",
"eslint-config-docz-ts": "^2.0.0-rc.0",
"remark-docz": "^2.0.0-rc.0"
}
}
6 changes: 3 additions & 3 deletions core/remark-docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-docz",
"version": "1.2.0",
"version": "2.0.0-rc.0",
"description": "Remark plugin used by docz",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@mdx-js/mdx": "^1.1.0",
"docz-rollup": "^1.2.0",
"eslint-config-docz-ts": "^1.2.0"
"docz-rollup": "^2.0.0-rc.0",
"eslint-config-docz-ts": "^2.0.0-rc.0"
}
}
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-basic",
"version": "1.2.0",
"version": "2.0.0-rc.0",
"license": "MIT",
"files": [
"src/",
Expand All @@ -20,6 +20,6 @@
"react-dom": "^16.8.6"
},
"devDependencies": {
"docz": "^1.2.0"
"docz": "^2.0.0-rc.0"
}
}
4 changes: 2 additions & 2 deletions examples/flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-flow",
"version": "1.2.0",
"version": "2.0.0-rc.0",
"license": "MIT",
"files": [
"src/",
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
"docz": "^1.2.0",
"docz": "^2.0.0-rc.0",
"flow-bin": "^0.102.0",
"flow-typed": "^2.6.0"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docz-example-gatsby",
"description": "Example of how to integrate docz with gatsby",
"version": "1.2.0",
"version": "2.0.0-rc.0",
"files": [
"src/",
".eslintrc.json",
Expand Down Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"babel-eslint": "10.0.2",
"docz": "^1.2.0",
"docz": "^2.0.0-rc.0",
"eslint": "^6.0.1",
"eslint-config-react-app": "^4.0.1",
"eslint-loader": "^2.2.0",
Expand All @@ -43,6 +43,6 @@
"gatsby": "^2.13.27",
"gatsby-mdx": "^0.6.3",
"gatsby-plugin-eslint": "^2.0.5",
"gatsby-theme-docz": "^1.2.0"
"gatsby-theme-docz": "^2.0.0-rc.0"
}
}
4 changes: 2 additions & 2 deletions examples/images/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-images",
"version": "1.2.0",
"version": "2.0.0-rc.0",
"license": "MIT",
"files": [
"src/",
Expand All @@ -19,6 +19,6 @@
"react-dom": "^16.8.6"
},
"devDependencies": {
"docz": "^1.2.0"
"docz": "^2.0.0-rc.0"
}
}
4 changes: 2 additions & 2 deletions examples/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-react-native",
"version": "1.2.0",
"version": "2.0.0-rc.0",
"license": "MIT",
"files": [
"src/",
Expand All @@ -22,6 +22,6 @@
},
"devDependencies": {
"@babel/core": "^7.5.5",
"docz": "^1.2.0"
"docz": "^2.0.0-rc.0"
}
}
4 changes: 2 additions & 2 deletions examples/styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-styled-components",
"version": "1.2.0",
"version": "2.0.0-rc.0",
"license": "MIT",
"files": [
"src/",
Expand All @@ -17,6 +17,6 @@
"styled-components": "^4.3.2"
},
"devDependencies": {
"docz": "^1.2.0"
"docz": "^2.0.0-rc.0"
}
}
4 changes: 2 additions & 2 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-typescript",
"version": "1.2.0",
"version": "2.0.0-rc.0",
"license": "MIT",
"files": [
"src/",
Expand All @@ -21,6 +21,6 @@
"devDependencies": {
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"docz": "^1.2.0"
"docz": "^2.0.0-rc.0"
}
}
7 changes: 2 additions & 5 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"lerna": "3.1.3",
"packages": [
"core/**/*",
"other-packages/**/*"
],
"version": "1.2.0",
"packages": ["core/**/*", "other-packages/**/*"],
"version": "2.0.0-rc.0",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 3 additions & 3 deletions other-packages/babel-plugin-export-metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-export-metadata",
"version": "1.2.0",
"version": "2.0.0-rc.0",
"description": "Add file metadata for function declarations",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -34,8 +34,8 @@
},
"devDependencies": {
"babel-jest": "^24.8.0",
"docz-rollup": "^1.2.0",
"eslint-config-docz-js": "^1.2.0",
"docz-rollup": "^2.0.0-rc.0",
"eslint-config-docz-js": "^2.0.0-rc.0",
"jest": "^24.8.0"
}
}
2 changes: 1 addition & 1 deletion other-packages/eslint-config-docz-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-docz-js",
"version": "1.2.0",
"version": "2.0.0-rc.0",
"description": "Eslint config of Docz for Javascript",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion other-packages/eslint-config-docz-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-docz-ts",
"version": "1.2.0",
"version": "2.0.0-rc.0",
"description": "Eslint config of Docz for Typescript",
"license": "MIT",
"author": {
Expand Down
6 changes: 3 additions & 3 deletions other-packages/load-cfg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "load-cfg",
"version": "1.2.0",
"version": "2.0.0-rc.0",
"description": "Method that can load project configurations based",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@types/find-up": "^4.0.0",
"@types/node": "^12.6.8",
"docz-rollup": "^1.2.0",
"eslint-config-docz-ts": "^1.2.0"
"docz-rollup": "^2.0.0-rc.0",
"eslint-config-docz-ts": "^2.0.0-rc.0"
}
}
6 changes: 3 additions & 3 deletions other-packages/react-docgen-actual-name-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-docgen-actual-name-handler",
"version": "1.2.0",
"version": "2.0.0-rc.0",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -22,7 +22,7 @@
"recast": "^0.18.1"
},
"devDependencies": {
"docz-rollup": "^1.2.0",
"eslint-config-docz-ts": "^1.2.0"
"docz-rollup": "^2.0.0-rc.0",
"eslint-config-docz-ts": "^2.0.0-rc.0"
}
}

0 comments on commit a346b59

Please sign in to comment.