This commit is contained in:
Pedro Nauck
2018-09-11 02:35:32 -03:00
parent 25807120c7
commit fa4a649159
16 changed files with 124 additions and 16 deletions

View File

@@ -3,6 +3,28 @@
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.2"></a>
## [0.11.2](https://github.com/pedronauck/docz/compare/v0.11.1...v0.11.2) (2018-09-11)
### Bug Fixes
* **docz:** prevent crash when use imported props ([ef6de9d](https://github.com/pedronauck/docz/commit/ef6de9d))
* **docz-core:** add watcher outside of update method scope ([18c744d](https://github.com/pedronauck/docz/commit/18c744d))
* **docz-core:** prevent entries block when parse mdx crash ([07ae769](https://github.com/pedronauck/docz/commit/07ae769))
* **docz-core:** remove https option and fix message ([#321](https://github.com/pedronauck/docz/issues/321)) ([ea88841](https://github.com/pedronauck/docz/commit/ea88841))
* **docz-theme-default:** scrolling and overflows performance ([a28ab79](https://github.com/pedronauck/docz/commit/a28ab79))
* heading hash link with hash router config ([7d7f557](https://github.com/pedronauck/docz/commit/7d7f557))
### Features
* add native config for doczrc ([2580712](https://github.com/pedronauck/docz/commit/2580712))
<a name="0.11.1"></a>
## [0.11.1](https://github.com/pedronauck/docz/compare/v0.11.0...v0.11.1) (2018-09-07)

View File

@@ -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.2"></a>
## [0.11.2](https://github.com/pedronauck/docz/compare/v0.11.1...v0.11.2) (2018-09-11)
**Note:** Version bump only for package docz-example-basic
<a name="0.11.1"></a>
## [0.11.1](https://github.com/pedronauck/docz/compare/v0.11.0...v0.11.1) (2018-09-07)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-example-basic",
"version": "0.11.1",
"version": "0.11.2",
"license": "MIT",
"scripts": {
"dev": "docz dev",
@@ -15,6 +15,6 @@
},
"devDependencies": {
"babel-plugin-emotion": "^9.2.8",
"docz": "^0.11.1"
"docz": "^0.11.2"
}
}

View File

@@ -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.2"></a>
## [0.11.2](https://github.com/pedronauck/docz/compare/v0.11.1...v0.11.2) (2018-09-11)
**Note:** Version bump only for package docz-example-flow
<a name="0.11.1"></a>
## [0.11.1](https://github.com/pedronauck/docz/compare/v0.11.0...v0.11.1) (2018-09-07)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-example-flow",
"version": "0.11.1",
"version": "0.11.2",
"license": "MIT",
"scripts": {
"dev": "docz dev",
@@ -16,7 +16,7 @@
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
"babel-plugin-emotion": "^9.2.8",
"docz": "^0.11.1",
"docz": "^0.11.2",
"flow-bin": "^0.80.0",
"flow-typed": "^2.5.1"
}

View File

@@ -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.2"></a>
## [0.11.2](https://github.com/pedronauck/docz/compare/v0.11.1...v0.11.2) (2018-09-11)
**Note:** Version bump only for package docz-example-styled-components
<a name="0.11.1"></a>
## [0.11.1](https://github.com/pedronauck/docz/compare/v0.11.0...v0.11.1) (2018-09-07)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-example-styled-components",
"version": "0.11.1",
"version": "0.11.2",
"license": "MIT",
"scripts": {
"dev": "docz dev",
@@ -13,6 +13,6 @@
"styled-components": "^3.4.5"
},
"devDependencies": {
"docz": "^0.11.1"
"docz": "^0.11.2"
}
}

View File

@@ -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.2"></a>
## [0.11.2](https://github.com/pedronauck/docz/compare/v0.11.1...v0.11.2) (2018-09-11)
**Note:** Version bump only for package docz-example-typescript
<a name="0.11.1"></a>
## [0.11.1](https://github.com/pedronauck/docz/compare/v0.11.0...v0.11.1) (2018-09-07)

View File

@@ -1,14 +1,14 @@
{
"name": "docz-example-typescript",
"version": "0.11.1",
"version": "0.11.2",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.11.1",
"docz-core": "^0.11.1",
"docz": "^0.11.2",
"docz-core": "^0.11.2",
"emotion": "^9.2.8",
"react": "^16.5.0",
"react-dom": "^16.5.0",

View File

@@ -3,7 +3,7 @@
"packages": [
"packages/**/*"
],
"version": "0.11.1",
"version": "0.11.2",
"npmClient": "yarn",
"useWorkspaces": true
}

View File

@@ -3,6 +3,26 @@
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.2"></a>
## [0.11.2](https://github.com/pedronauck/docz/compare/v0.11.1...v0.11.2) (2018-09-11)
### Bug Fixes
* **docz-core:** add watcher outside of update method scope ([18c744d](https://github.com/pedronauck/docz/commit/18c744d))
* **docz-core:** prevent entries block when parse mdx crash ([07ae769](https://github.com/pedronauck/docz/commit/07ae769))
* **docz-core:** remove https option and fix message ([#321](https://github.com/pedronauck/docz/issues/321)) ([ea88841](https://github.com/pedronauck/docz/commit/ea88841))
* heading hash link with hash router config ([7d7f557](https://github.com/pedronauck/docz/commit/7d7f557))
### Features
* add native config for doczrc ([2580712](https://github.com/pedronauck/docz/commit/2580712))
<a name="0.11.1"></a>
## [0.11.1](https://github.com/pedronauck/docz/compare/v0.11.0...v0.11.1) (2018-09-07)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-core",
"version": "0.11.1",
"version": "0.11.2",
"description": "All docz core logic of bundle and parsing is included on this package",
"license": "MIT",
"main": "dist/index.js",

View File

@@ -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.2"></a>
## [0.11.2](https://github.com/pedronauck/docz/compare/v0.11.1...v0.11.2) (2018-09-11)
### Bug Fixes
* **docz-theme-default:** scrolling and overflows performance ([a28ab79](https://github.com/pedronauck/docz/commit/a28ab79))
* heading hash link with hash router config ([7d7f557](https://github.com/pedronauck/docz/commit/7d7f557))
<a name="0.11.1"></a>
## [0.11.1](https://github.com/pedronauck/docz/compare/v0.11.0...v0.11.1) (2018-09-07)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-theme-default",
"version": "0.11.1",
"version": "0.11.2",
"description": "The default theme of docz",
"license": "MIT",
"main": "dist/index.js",
@@ -23,7 +23,7 @@
"dependencies": {
"codemirror": "^5.40.0",
"copy-text-to-clipboard": "^1.0.4",
"docz": "^0.11.1",
"docz": "^0.11.2",
"emotion": "^9.2.8",
"emotion-theming": "^9.2.6",
"facepaint": "^1.2.1",

View File

@@ -3,6 +3,23 @@
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.2"></a>
## [0.11.2](https://github.com/pedronauck/docz/compare/v0.11.1...v0.11.2) (2018-09-11)
### Bug Fixes
* **docz:** prevent crash when use imported props ([ef6de9d](https://github.com/pedronauck/docz/commit/ef6de9d))
### Features
* add native config for doczrc ([2580712](https://github.com/pedronauck/docz/commit/2580712))
<a name="0.11.1"></a>
## [0.11.1](https://github.com/pedronauck/docz/compare/v0.11.0...v0.11.1) (2018-09-07)

View File

@@ -1,6 +1,6 @@
{
"name": "docz",
"version": "0.11.1",
"version": "0.11.2",
"description": "It's has never been so easy to documents your things!",
"license": "MIT",
"main": "dist/index.js",
@@ -32,8 +32,8 @@
"capitalize": "^1.0.0",
"create-react-context": "^0.2.3",
"deepmerge": "^2.1.1",
"docz-core": "^0.11.1",
"docz-theme-default": "^0.11.1",
"docz-core": "^0.11.2",
"docz-theme-default": "^0.11.2",
"prop-types": "^15.6.2",
"react": "^16.5.0",
"react-copy-write": "^0.8.0",