Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
* docs: update examples and readme docz version

* chore: bump all packages and dependencies to v2

* chore: fix url
  • Loading branch information
rakannimer authored Nov 25, 2019
1 parent 34fc31f commit bbe780c
Show file tree
Hide file tree
Showing 38 changed files with 68 additions and 68 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ yarn create docz-app my-docz-app --example typescript
Start by adding `docz` as a dependency :

```bash
$ yarn add docz@next # react react-dom
$ yarn add docz # react react-dom

# or

$ npm install docz@next # react react-dom
$ npm install docz # react react-dom
```

> **Note**: `react` and `react-dom` will not be installed automatically. You'll have to install them yourself.
Expand Down
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": "2.0.0-rc.75",
"version": "2.0.0",
"description": "All docz core logic of bundle and parsing is included on this package",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -25,7 +25,7 @@
"chalk": "^2.4.2",
"chokidar": "^3.0.2",
"detect-port": "^1.3.0",
"docz-utils": "2.0.0-rc.69",
"docz-utils": "2.0.0",
"env-dot-prop": "^2.0.1",
"fast-deep-equal": "^2.0.1",
"fast-glob": "^3.0.4",
Expand All @@ -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.69",
"load-cfg": "2.0.0",
"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.69",
"react-docgen-actual-name-handler": "2.0.0",
"react-docgen-external-proptypes-handler": "^1.0.3",
"react-docgen-typescript": "^1.12.5",
"recast": "^0.18.1",
Expand All @@ -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.69",
"docz-rollup": "2.0.0",
"eslint": "^6.5.1",
"eslint-config-docz-ts": "2.0.0-rc.69",
"eslint-config-docz-ts": "2.0.0",
"jest": "^24.9.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": "2.0.0-rc.69",
"version": "2.0.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": "2.0.0-rc.69"
"eslint-config-docz-js": "2.0.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": "2.0.0-rc.69",
"version": "2.0.0",
"description": "Some methods used and utilities used on docz",
"license": "MIT",
"main": "lib/index.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
"unist-util-visit": "^1.4.1"
},
"devDependencies": {
"docz-rollup": "2.0.0-rc.69",
"eslint-config-docz-ts": "2.0.0-rc.69",
"docz-rollup": "2.0.0",
"eslint-config-docz-ts": "2.0.0",
"trash": "^6.0.0"
}
}
10 changes: 5 additions & 5 deletions core/docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz",
"version": "2.0.0-rc.77",
"version": "2.0.0",
"description": "It's has never been so easy to documents your things!",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -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.75",
"docz-core": "2.0.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.0.0-rc.77",
"gatsby-theme-docz": "2.0.0",
"lodash": "^4.17.14",
"marksy": "^8.0.0",
"match-sorter": "^3.1.1",
Expand All @@ -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.69",
"docz-rollup": "2.0.0",
"eslint": "^6.5.1",
"eslint-config-docz-ts": "2.0.0-rc.69"
"eslint-config-docz-ts": "2.0.0"
}
}
10 changes: 5 additions & 5 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": "2.0.0-rc.77",
"version": "2.0.0",
"description": "Gatsby theme created to use Docz",
"license": "MIT",
"author": "Pedro Nauck (pedronauck@gmail.com)",
Expand All @@ -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.0.0-rc.69",
"babel-plugin-export-metadata": "2.0.0",
"copy-text-to-clipboard": "^2.1.0",
"emotion-theming": "^10.0.14",
"fs-extra": "^8.1.0",
Expand All @@ -42,9 +42,9 @@
"react-feather": "^2.0.3",
"react-helmet-async": "^1.0.4",
"react-live": "^2.1.2",
"rehype-docz": "2.0.0-rc.69",
"rehype-docz": "2.0.0",
"rehype-slug": "^2.0.3",
"remark-docz": "2.0.0-rc.69",
"remark-docz": "2.0.0",
"remark-frontmatter": "^1.3.2",
"theme-ui": "^0.2.38",
"typescript": "3.5.3",
Expand All @@ -54,7 +54,7 @@
"devDependencies": {
"babel-eslint": "10.0.2",
"eslint": "^6.5.1",
"eslint-config-docz-js": "2.0.0-rc.69"
"eslint-config-docz-js": "2.0.0"
},
"peerDependencies": {
"docz": ">=2.0.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": "2.0.0-rc.69",
"version": "2.0.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": "2.0.0-rc.69",
"docz-utils": "2.0.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": "2.0.0-rc.69",
"eslint-config-docz-ts": "2.0.0-rc.69",
"remark-docz": "2.0.0-rc.69"
"docz-rollup": "2.0.0",
"eslint-config-docz-ts": "2.0.0",
"remark-docz": "2.0.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": "2.0.0-rc.69",
"version": "2.0.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": "2.0.0-rc.69",
"eslint-config-docz-ts": "2.0.0-rc.69"
"docz-rollup": "2.0.0",
"eslint-config-docz-ts": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"serve": "docz serve"
},
"dependencies": {
"docz": "next",
"docz": "latest",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.0.0-rc.43",
"private": true,
"dependencies": {
"docz": "next",
"docz": "latest",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-scripts": "^3.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-base-path/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"serve": "docz serve"
},
"dependencies": {
"docz": "next",
"docz": "latest",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-config-location/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"serve": "docz serve"
},
"dependencies": {
"docz": "next",
"docz": "latest",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
Expand Down
2 changes: 1 addition & 1 deletion examples/flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"docz": "next",
"docz": "latest",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
Expand Down
2 changes: 1 addition & 1 deletion examples/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"gatsby": "^2.13.73",
"gatsby-plugin-offline": "^2.2.7",
"gatsby-plugin-sharp": "^2.2.18",
"gatsby-theme-docz": "next",
"gatsby-theme-docz": "latest",
"gatsby-transformer-sharp": "^2.2.7",
"prop-types": "^15.7.2",
"react": "^16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"docz": "next",
"docz": "latest",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
Expand Down
2 changes: 1 addition & 1 deletion examples/less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "docz build"
},
"dependencies": {
"docz": "next",
"docz": "latest",
"gatsby-plugin-less": "3.0.9",
"less": "3.10.3",
"prop-types": "^15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@material-ui/core": "^4.4.0",
"docz": "next",
"docz": "latest",
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/monorepo-package/packages/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"serve": "docz serve"
},
"dependencies": {
"docz": "next",
"docz": "latest",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/monorepo-separate-docs/packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"alert": "1.0.0",
"alert-ts": "1.0.0",
"docz": "^2.0.0-rc.58",
"docz": "latest",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/monorepo/packages/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"serve": "docz serve"
},
"dependencies": {
"docz": "next",
"docz": "latest",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/now/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"docz": "next",
"docz": "latest",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "docz build"
},
"dependencies": {
"docz": "next",
"docz": "latest",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-art": "^16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"serve": "docz serve"
},
"dependencies": {
"docz": "next",
"docz": "latest",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "docz build"
},
"dependencies": {
"docz": "next",
"docz": "latest",
"gatsby-plugin-sass": "2.1.17",
"node-sass": "4.12.0",
"prop-types": "^15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/shadowed-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"serve": "docz serve"
},
"dependencies": {
"docz": "next",
"docz": "latest",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "docz build"
},
"dependencies": {
"docz": "next",
"docz": "latest",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/stylus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "docz build"
},
"dependencies": {
"docz": "next",
"docz": "latest",
"gatsby-plugin-stylus": "2.1.11",
"prop-types": "^15.7.2",
"react": "^16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"docz": "next",
"docz": "latest",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
Expand Down
Loading

0 comments on commit bbe780c

Please sign in to comment.