Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Sep 2, 2018
1 parent adaed5f commit dd830d6
Show file tree
Hide file tree
Showing 44 changed files with 345 additions and 51 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,43 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.11.0"></a>
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)


### Bug Fixes

* **docz-core:** dispose hmr on imports ([ba51086](https://github.com/pedronauck/docz/commit/ba51086))
* **docz-core:** join head tags ([#255](https://github.com/pedronauck/docz/issues/255)) ([065e8b3](https://github.com/pedronauck/docz/commit/065e8b3))
* **docz-core:** update react-docgen-typescript-loader to fix props table ([34b2fdf](https://github.com/pedronauck/docz/commit/34b2fdf))
* **docz-plugin-css:** fix empty loaderOpts ([193367b](https://github.com/pedronauck/docz/commit/193367b))
* **docz-plugin-css:** fix empty loaderOpts ([bb9b946](https://github.com/pedronauck/docz/commit/bb9b946))
* **docz-theme-default:** add prop to keep codemirror last line ([5c1e813](https://github.com/pedronauck/docz/commit/5c1e813))
* **docz-theme-default:** add prop to keep codemirror last line ([bf19ad5](https://github.com/pedronauck/docz/commit/bf19ad5))
* **docz-theme-default:** codemirror line end bug ([9b07d27](https://github.com/pedronauck/docz/commit/9b07d27))
* **docz-theme-default:** fix mobile menu peaking ([#262](https://github.com/pedronauck/docz/issues/262)) ([77b627f](https://github.com/pedronauck/docz/commit/77b627f))
* **docz-theme-default:** remove react-breakpoints ([c8288b0](https://github.com/pedronauck/docz/commit/c8288b0))
* **docz-theme-default:** update the empty message ([9db9231](https://github.com/pedronauck/docz/commit/9db9231))
* **load-cfg:** use fs-extra to read json sync instead of JSON.parse ([04d1e1a](https://github.com/pedronauck/docz/commit/04d1e1a))
* base url and hash router making weird url ([f483638](https://github.com/pedronauck/docz/commit/f483638))


### Features

* add link of repository from website ([#245](https://github.com/pedronauck/docz/issues/245)) ([85cc9e7](https://github.com/pedronauck/docz/commit/85cc9e7))
* **babel-preset-docz:** add new babel preset ([5efb568](https://github.com/pedronauck/docz/commit/5efb568))
* **docz:** move docz/docz-core to dev dependency on examples ([e7153a4](https://github.com/pedronauck/docz/commit/e7153a4))
* integration with react native ([#271](https://github.com/pedronauck/docz/issues/271)) ([ac359ce](https://github.com/pedronauck/docz/commit/ac359ce))
* **docz-example-styled-components:** add new example ([0cef75e](https://github.com/pedronauck/docz/commit/0cef75e))
* **docz-theme-default:** add auto close tags on playground editor ([a6e5cf7](https://github.com/pedronauck/docz/commit/a6e5cf7))
* **docz-theme-default:** add blockquote component ([86ada87](https://github.com/pedronauck/docz/commit/86ada87))
* **docz-theme-default:** add refresh btn on playground ([#254](https://github.com/pedronauck/docz/issues/254)) ([ebefd91](https://github.com/pedronauck/docz/commit/ebefd91)), closes [#251](https://github.com/pedronauck/docz/issues/251)
* **docz-theme-default:** add scrollbar on playground ([#279](https://github.com/pedronauck/docz/issues/279)) ([0f6ea2a](https://github.com/pedronauck/docz/commit/0f6ea2a))





<a name="0.10.3"></a>
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)

Expand Down
12 changes: 12 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.11.0"></a>
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)


### Features

* **docz:** move docz/docz-core to dev dependency on examples ([e7153a4](https://github.com/pedronauck/docz/commit/e7153a4))





<a name="0.10.3"></a>
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)

Expand Down
6 changes: 3 additions & 3 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-basic",
"version": "0.10.3",
"version": "0.11.0",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -14,7 +14,7 @@
"react-emotion": "^9.2.8"
},
"devDependencies": {
"docz": "^0.10.3",
"babel-plugin-emotion": "^9.2.8"
"babel-plugin-emotion": "^9.2.8",
"docz": "^0.11.0"
}
}
12 changes: 12 additions & 0 deletions examples/css-less/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.11.0"></a>
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)


### Features

* **docz:** move docz/docz-core to dev dependency on examples ([e7153a4](https://github.com/pedronauck/docz/commit/e7153a4))





<a name="0.10.3"></a>
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)

Expand Down
6 changes: 3 additions & 3 deletions examples/css-less/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-css-less",
"version": "0.10.3",
"version": "0.11.0",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -13,7 +13,7 @@
"react-dom": "^16.4.2"
},
"devDependencies": {
"docz": "^0.10.3",
"docz-plugin-css": "^0.10.3"
"docz": "^0.11.0",
"docz-plugin-css": "^0.11.0"
}
}
12 changes: 12 additions & 0 deletions examples/css-postcss/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.11.0"></a>
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)


### Features

* **docz:** move docz/docz-core to dev dependency on examples ([e7153a4](https://github.com/pedronauck/docz/commit/e7153a4))





<a name="0.10.3"></a>
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)

Expand Down
6 changes: 3 additions & 3 deletions examples/css-postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-css-postcss",
"version": "0.10.3",
"version": "0.11.0",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -13,7 +13,7 @@
"react-dom": "^16.4.2"
},
"devDependencies": {
"docz": "^0.10.3",
"docz-plugin-css": "^0.10.3"
"docz": "^0.11.0",
"docz-plugin-css": "^0.11.0"
}
}
12 changes: 12 additions & 0 deletions examples/css-sass/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.11.0"></a>
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)


### Features

* **docz:** move docz/docz-core to dev dependency on examples ([e7153a4](https://github.com/pedronauck/docz/commit/e7153a4))





<a name="0.10.3"></a>
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)

Expand Down
6 changes: 3 additions & 3 deletions examples/css-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-css-sass",
"version": "0.10.3",
"version": "0.11.0",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -13,7 +13,7 @@
"react-dom": "^16.4.2"
},
"devDependencies": {
"docz": "^0.10.3",
"docz-plugin-css": "^0.10.3"
"docz": "^0.11.0",
"docz-plugin-css": "^0.11.0"
}
}
12 changes: 12 additions & 0 deletions examples/css-stylus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.11.0"></a>
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)


### Features

* **docz:** move docz/docz-core to dev dependency on examples ([e7153a4](https://github.com/pedronauck/docz/commit/e7153a4))





<a name="0.10.3"></a>
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)

Expand Down
6 changes: 3 additions & 3 deletions examples/css-stylus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-css-stylus",
"version": "0.10.3",
"version": "0.11.0",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -13,7 +13,7 @@
"react-dom": "^16.4.2"
},
"devDependencies": {
"docz": "^0.10.3",
"docz-plugin-css": "^0.10.3"
"docz": "^0.11.0",
"docz-plugin-css": "^0.11.0"
}
}
13 changes: 13 additions & 0 deletions examples/flow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.11.0"></a>
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)


### Features

* **docz:** move docz/docz-core to dev dependency on examples ([e7153a4](https://github.com/pedronauck/docz/commit/e7153a4))
* integration with react native ([#271](https://github.com/pedronauck/docz/issues/271)) ([ac359ce](https://github.com/pedronauck/docz/commit/ac359ce))





<a name="0.10.3"></a>
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)

Expand Down
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": "0.10.3",
"version": "0.11.0",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -15,8 +15,8 @@
},
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
"docz": "^0.10.3",
"babel-plugin-emotion": "^9.2.8",
"docz": "^0.11.0",
"flow-bin": "^0.79.1",
"flow-typed": "^2.5.1"
}
Expand Down
12 changes: 12 additions & 0 deletions examples/react-native-flow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.11.0"></a>
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)


### Features

* integration with react native ([#271](https://github.com/pedronauck/docz/issues/271)) ([ac359ce](https://github.com/pedronauck/docz/commit/ac359ce))
6 changes: 3 additions & 3 deletions examples/react-native-flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-react-native-flow",
"version": "0.10.0",
"version": "0.11.0",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -16,8 +16,8 @@
"@babel/core": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"babel-preset-react-native": "^5.0.2",
"docz": "^0.10.3",
"docz-plugin-react-native": "^0.10.3",
"docz": "^0.11.0",
"docz-plugin-react-native": "^0.11.0",
"flow-bin": "^0.79.1",
"flow-typed": "^2.5.1"
}
Expand Down
12 changes: 12 additions & 0 deletions examples/react-native-prop-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.11.0"></a>
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)


### Features

* integration with react native ([#271](https://github.com/pedronauck/docz/issues/271)) ([ac359ce](https://github.com/pedronauck/docz/commit/ac359ce))
6 changes: 3 additions & 3 deletions examples/react-native-prop-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-react-native-prop-types",
"version": "0.10.0",
"version": "0.11.0",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/core": "^7.0.0",
"docz": "^0.10.3",
"docz-plugin-react-native": "^0.10.3"
"docz": "^0.11.0",
"docz-plugin-react-native": "^0.11.0"
}
}
12 changes: 12 additions & 0 deletions examples/styled-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.11.0"></a>
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)


### Features

* **docz-example-styled-components:** add new example ([0cef75e](https://github.com/pedronauck/docz/commit/0cef75e))
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": "0.10.3",
"version": "0.11.0",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -12,6 +12,6 @@
"react-dom": "^16.4.2"
},
"devDependencies": {
"docz": "^0.10.3"
"docz": "^0.11.0"
}
}
9 changes: 9 additions & 0 deletions examples/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.11.0"></a>
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)

**Note:** Version bump only for package docz-example-typescript





<a name="0.10.3"></a>
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)

Expand Down
6 changes: 3 additions & 3 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "docz-example-typescript",
"version": "0.10.3",
"version": "0.11.0",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"docz": "^0.11.0",
"docz-core": "^0.11.0",
"emotion": "^9.2.8",
"react": "^16.4.2",
"react-dom": "^16.4.2",
Expand Down
Loading

0 comments on commit dd830d6

Please sign in to comment.