This commit is contained in:
Pedro Nauck
2018-07-11 01:47:38 -03:00
parent 1b64ed30a2
commit ee542d1d9f
30 changed files with 192 additions and 40 deletions

View File

@@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.5.6"></a>
## [0.5.6](https://github.com/pedronauck/docz/compare/v0.5.5...v0.5.6) (2018-07-11)
### Bug Fixes
* **docz:** add theme config transform before merge ([dc3448a](https://github.com/pedronauck/docz/commit/dc3448a))
* **docz-theme-default:** sidebar search ([8fd77ec](https://github.com/pedronauck/docz/commit/8fd77ec))
### Features
* **docz:** add classname and style props for Playground ([1b64ed3](https://github.com/pedronauck/docz/commit/1b64ed3))
* **docz-core:** add webpack-serve-waitpage ([83c493b](https://github.com/pedronauck/docz/commit/83c493b))
<a name="0.5.5"></a>
## [0.5.5](https://github.com/pedronauck/docz/compare/v0.5.4...v0.5.5) (2018-07-07)

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.5.6"></a>
## [0.5.6](https://github.com/pedronauck/docz/compare/v0.5.5...v0.5.6) (2018-07-11)
**Note:** Version bump only for package docz-example-babel6
<a name="0.5.5"></a>
## [0.5.5](https://github.com/pedronauck/docz/compare/v0.5.4...v0.5.5) (2018-07-07)

View File

@@ -1,14 +1,14 @@
{
"name": "docz-example-babel6",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.5.5",
"docz-core": "^0.5.5",
"docz": "^0.5.6",
"docz-core": "^0.5.6",
"emotion": "^9.2.5",
"prop-types": "^15.6.2",
"react": "^16.4.1",
@@ -17,6 +17,6 @@
},
"devDependencies": {
"babel-plugin-emotion": "^9.2.5",
"docz-plugin-babel6": "^0.5.5"
"docz-plugin-babel6": "^0.5.6"
}
}

View File

@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.5.6"></a>
## [0.5.6](https://github.com/pedronauck/docz/compare/v0.5.5...v0.5.6) (2018-07-11)
### Bug Fixes
* **docz:** add theme config transform before merge ([dc3448a](https://github.com/pedronauck/docz/commit/dc3448a))
<a name="0.5.5"></a>
## [0.5.5](https://github.com/pedronauck/docz/compare/v0.5.4...v0.5.5) (2018-07-07)

View File

@@ -1,14 +1,14 @@
{
"name": "docz-example-basic",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.5.5",
"docz-core": "^0.5.5",
"docz": "^0.5.6",
"docz-core": "^0.5.6",
"emotion": "^9.2.5",
"prop-types": "^15.6.2",
"react": "^16.4.1",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.5.6"></a>
## [0.5.6](https://github.com/pedronauck/docz/compare/v0.5.5...v0.5.6) (2018-07-11)
**Note:** Version bump only for package docz-example-css-less
<a name="0.5.5"></a>
## [0.5.5](https://github.com/pedronauck/docz/compare/v0.5.4...v0.5.5) (2018-07-07)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-example-css-less",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"scripts": {
"dev": "docz dev",
@@ -8,13 +8,13 @@
},
"dependencies": {
"classnames": "^2.2.6",
"docz": "^0.5.5",
"docz-core": "^0.5.5",
"docz": "^0.5.6",
"docz-core": "^0.5.6",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"docz-plugin-css": "^0.5.5"
"docz-plugin-css": "^0.5.6"
}
}

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.5.6"></a>
## [0.5.6](https://github.com/pedronauck/docz/compare/v0.5.5...v0.5.6) (2018-07-11)
**Note:** Version bump only for package docz-example-css-postcss
<a name="0.5.5"></a>
## [0.5.5](https://github.com/pedronauck/docz/compare/v0.5.4...v0.5.5) (2018-07-07)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-example-css-postcss",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"scripts": {
"dev": "docz dev",
@@ -8,13 +8,13 @@
},
"dependencies": {
"classnames": "^2.2.6",
"docz": "^0.5.5",
"docz-core": "^0.5.5",
"docz": "^0.5.6",
"docz-core": "^0.5.6",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"docz-plugin-css": "^0.5.5"
"docz-plugin-css": "^0.5.6"
}
}

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.5.6"></a>
## [0.5.6](https://github.com/pedronauck/docz/compare/v0.5.5...v0.5.6) (2018-07-11)
**Note:** Version bump only for package docz-example-css-sass
<a name="0.5.5"></a>
## [0.5.5](https://github.com/pedronauck/docz/compare/v0.5.4...v0.5.5) (2018-07-07)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-example-css-sass",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"scripts": {
"dev": "docz dev",
@@ -8,13 +8,13 @@
},
"dependencies": {
"classnames": "^2.2.6",
"docz": "^0.5.5",
"docz-core": "^0.5.5",
"docz": "^0.5.6",
"docz-core": "^0.5.6",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"docz-plugin-css": "^0.5.5"
"docz-plugin-css": "^0.5.6"
}
}

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.5.6"></a>
## [0.5.6](https://github.com/pedronauck/docz/compare/v0.5.5...v0.5.6) (2018-07-11)
**Note:** Version bump only for package docz-example-css-stylus
<a name="0.5.5"></a>
## [0.5.5](https://github.com/pedronauck/docz/compare/v0.5.4...v0.5.5) (2018-07-07)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-example-css-stylus",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"scripts": {
"dev": "docz dev",
@@ -8,13 +8,13 @@
},
"dependencies": {
"classnames": "^2.2.6",
"docz": "^0.5.5",
"docz-core": "^0.5.5",
"docz": "^0.5.6",
"docz-core": "^0.5.6",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"docz-plugin-css": "^0.5.5"
"docz-plugin-css": "^0.5.6"
}
}

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.5.6"></a>
## [0.5.6](https://github.com/pedronauck/docz/compare/v0.5.5...v0.5.6) (2018-07-11)
**Note:** Version bump only for package docz-example-flow
<a name="0.5.5"></a>
## [0.5.5](https://github.com/pedronauck/docz/compare/v0.5.4...v0.5.5) (2018-07-07)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-example-flow",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"scripts": {
"dev": "docz dev",
@@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/preset-flow": "^7.0.0-beta.52",
"docz": "^0.5.5",
"docz": "^0.5.6",
"emotion": "^9.2.5",
"prop-types": "^15.6.2",
"react": "^16.4.1",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.5.6"></a>
## [0.5.6](https://github.com/pedronauck/docz/compare/v0.5.5...v0.5.6) (2018-07-11)
**Note:** Version bump only for package docz-example-typescript
<a name="0.5.5"></a>
## [0.5.5](https://github.com/pedronauck/docz/compare/v0.5.4...v0.5.5) (2018-07-07)

View File

@@ -1,13 +1,13 @@
{
"name": "docz-example-typescript",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.5.5",
"docz": "^0.5.6",
"emotion": "^9.2.5",
"react": "^16.4.1",
"react-dom": "^16.4.1",

View File

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

View File

@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.5.6"></a>
## [0.5.6](https://github.com/pedronauck/docz/compare/v0.5.5...v0.5.6) (2018-07-11)
### Features
* **docz-core:** add webpack-serve-waitpage ([83c493b](https://github.com/pedronauck/docz/commit/83c493b))
<a name="0.5.5"></a>
## [0.5.5](https://github.com/pedronauck/docz/compare/v0.5.4...v0.5.5) (2018-07-07)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-core",
"version": "0.5.5",
"version": "0.5.6",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.m.js",
@@ -52,7 +52,7 @@
"koa-connect": "^2.0.1",
"koa-mount": "^3.0.0",
"koa-static": "^5.0.0",
"load-cfg": "^0.5.4",
"load-cfg": "^0.5.6",
"lodash.get": "^4.4.2",
"prettier": "^1.13.7",
"react-dev-utils": "^5.0.1",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.5.6"></a>
## [0.5.6](https://github.com/pedronauck/docz/compare/v0.5.5...v0.5.6) (2018-07-11)
**Note:** Version bump only for package docz-plugin-babel6
<a name="0.5.5"></a>
## [0.5.5](https://github.com/pedronauck/docz/compare/v0.5.4...v0.5.5) (2018-07-07)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-plugin-babel6",
"version": "0.5.5",
"version": "0.5.6",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.m.js",
@@ -24,7 +24,7 @@
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-react-app": "^3.1.2",
"docz-core": "^0.5.5",
"docz-core": "^0.5.6",
"happypack": "^5.0.0",
"ts-loader": "^4.4.2"
}

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.5.6"></a>
## [0.5.6](https://github.com/pedronauck/docz/compare/v0.5.5...v0.5.6) (2018-07-11)
**Note:** Version bump only for package docz-plugin-css
<a name="0.5.5"></a>
## [0.5.5](https://github.com/pedronauck/docz/compare/v0.5.4...v0.5.5) (2018-07-07)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-plugin-css",
"version": "0.5.5",
"version": "0.5.6",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.m.js",
@@ -24,7 +24,7 @@
"autoprefixer": "^8.6.5",
"css-loader": "^1.0.0",
"deepmerge": "^2.1.1",
"docz-core": "^0.5.5",
"docz-core": "^0.5.6",
"less": "^3.6.0",
"less-loader": "^4.1.0",
"loader-utils": "^1.1.0",

View File

@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.5.6"></a>
## [0.5.6](https://github.com/pedronauck/docz/compare/v0.5.5...v0.5.6) (2018-07-11)
### Bug Fixes
* **docz-theme-default:** sidebar search ([8fd77ec](https://github.com/pedronauck/docz/commit/8fd77ec))
### Features
* **docz:** add classname and style props for Playground ([1b64ed3](https://github.com/pedronauck/docz/commit/1b64ed3))
<a name="0.5.5"></a>
## [0.5.5](https://github.com/pedronauck/docz/compare/v0.5.4...v0.5.5) (2018-07-07)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-theme-default",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
@@ -20,7 +20,7 @@
"tslint": "tslint --project ."
},
"dependencies": {
"docz": "^0.5.5",
"docz": "^0.5.6",
"emotion": "^9.2.5",
"emotion-theming": "^9.2.5",
"facepaint": "^1.2.1",

View File

@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.5.6"></a>
## [0.5.6](https://github.com/pedronauck/docz/compare/v0.5.5...v0.5.6) (2018-07-11)
### Bug Fixes
* **docz:** add theme config transform before merge ([dc3448a](https://github.com/pedronauck/docz/commit/dc3448a))
### Features
* **docz:** add classname and style props for Playground ([1b64ed3](https://github.com/pedronauck/docz/commit/1b64ed3))
<a name="0.5.5"></a>
## [0.5.5](https://github.com/pedronauck/docz/compare/v0.5.4...v0.5.5) (2018-07-07)

View File

@@ -1,6 +1,6 @@
{
"name": "docz",
"version": "0.5.5",
"version": "0.5.6",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.m.js",
@@ -28,8 +28,8 @@
"@sindresorhus/slugify": "^0.3.0",
"create-react-context": "^0.2.2",
"deepmerge": "^2.1.1",
"docz-core": "^0.5.5",
"docz-theme-default": "^0.5.5",
"docz-core": "^0.5.6",
"docz-theme-default": "^0.5.6",
"invariant": "^2.2.4",
"loadable-components": "^2.2.2",
"pascalcase": "^0.1.1",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.5.6"></a>
## [0.5.6](https://github.com/pedronauck/docz/compare/v0.5.5...v0.5.6) (2018-07-11)
**Note:** Version bump only for package load-cfg
<a name="0.5.4"></a>
## [0.5.4](https://github.com/pedronauck/docz/compare/v0.5.3...v0.5.4) (2018-07-07)

View File

@@ -1,6 +1,6 @@
{
"name": "load-cfg",
"version": "0.5.4",
"version": "0.5.6",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.m.js",