This commit is contained in:
Pedro Nauck
2018-06-21 19:53:52 -03:00
parent 299372ebca
commit 4ddfe1b7c9
28 changed files with 176 additions and 38 deletions

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.2.10"></a>
## [0.2.10](https://github.com/pedronauck/docz/compare/v0.2.9...v0.2.10) (2018-06-21)
### Features
* **docz-plugin-css:** add initial version ([#78](https://github.com/pedronauck/docz/issues/78)) ([299372e](https://github.com/pedronauck/docz/commit/299372e))
<a name="0.2.9"></a>
## [0.2.9](https://github.com/pedronauck/docz/compare/v0.2.8...v0.2.9) (2018-06-21)

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.2.10"></a>
## [0.2.10](https://github.com/pedronauck/docz/compare/v0.2.9...v0.2.10) (2018-06-21)
**Note:** Version bump only for package docz-example-babel6
<a name="0.2.9"></a>
## [0.2.9](https://github.com/pedronauck/docz/compare/v0.2.8...v0.2.9) (2018-06-21)

View File

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

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.2.10"></a>
## [0.2.10](https://github.com/pedronauck/docz/compare/v0.2.9...v0.2.10) (2018-06-21)
**Note:** Version bump only for package docz-example-basic
<a name="0.2.9"></a>
## [0.2.9](https://github.com/pedronauck/docz/compare/v0.2.8...v0.2.9) (2018-06-21)

View File

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

View File

@@ -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.2.10"></a>
## [0.2.10](https://github.com/pedronauck/docz/compare/v0.2.9...v0.2.10) (2018-06-21)
### Features
* **docz-plugin-css:** add initial version ([#78](https://github.com/pedronauck/docz/issues/78)) ([299372e](https://github.com/pedronauck/docz/commit/299372e))

View File

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

View File

@@ -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.2.10"></a>
## [0.2.10](https://github.com/pedronauck/docz/compare/v0.2.9...v0.2.10) (2018-06-21)
### Features
* **docz-plugin-css:** add initial version ([#78](https://github.com/pedronauck/docz/issues/78)) ([299372e](https://github.com/pedronauck/docz/commit/299372e))

View File

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

View File

@@ -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.2.10"></a>
## [0.2.10](https://github.com/pedronauck/docz/compare/v0.2.9...v0.2.10) (2018-06-21)
### Features
* **docz-plugin-css:** add initial version ([#78](https://github.com/pedronauck/docz/issues/78)) ([299372e](https://github.com/pedronauck/docz/commit/299372e))

View File

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

View File

@@ -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.2.10"></a>
## [0.2.10](https://github.com/pedronauck/docz/compare/v0.2.9...v0.2.10) (2018-06-21)
### Features
* **docz-plugin-css:** add initial version ([#78](https://github.com/pedronauck/docz/issues/78)) ([299372e](https://github.com/pedronauck/docz/commit/299372e))

View File

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

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.2.10"></a>
## [0.2.10](https://github.com/pedronauck/docz/compare/v0.2.9...v0.2.10) (2018-06-21)
**Note:** Version bump only for package docz-example-flow
<a name="0.2.9"></a>
## [0.2.9](https://github.com/pedronauck/docz/compare/v0.2.8...v0.2.9) (2018-06-21)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-example-flow",
"version": "0.2.9",
"version": "0.2.10",
"license": "MIT",
"scripts": {
"dev": "docz dev",
@@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/preset-flow": "^7.0.0-beta.51",
"docz": "^0.2.9",
"docz": "^0.2.10",
"emotion": "^9.2.3",
"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.2.10"></a>
## [0.2.10](https://github.com/pedronauck/docz/compare/v0.2.9...v0.2.10) (2018-06-21)
**Note:** Version bump only for package docz-example-typescript
<a name="0.2.9"></a>
## [0.2.9](https://github.com/pedronauck/docz/compare/v0.2.8...v0.2.9) (2018-06-21)

View File

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

View File

@@ -3,7 +3,7 @@
"packages": [
"packages/**/*"
],
"version": "0.2.9",
"version": "0.2.10",
"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.2.10"></a>
## [0.2.10](https://github.com/pedronauck/docz/compare/v0.2.9...v0.2.10) (2018-06-21)
### Features
* **docz-plugin-css:** add initial version ([#78](https://github.com/pedronauck/docz/issues/78)) ([299372e](https://github.com/pedronauck/docz/commit/299372e))
<a name="0.2.9"></a>
## [0.2.9](https://github.com/pedronauck/docz/compare/v0.2.8...v0.2.9) (2018-06-21)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-core",
"version": "0.2.9",
"version": "0.2.10",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.m.js",

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.2.10"></a>
## [0.2.10](https://github.com/pedronauck/docz/compare/v0.2.9...v0.2.10) (2018-06-21)
**Note:** Version bump only for package docz-plugin-babel6
<a name="0.2.9"></a>
## [0.2.9](https://github.com/pedronauck/docz/compare/v0.2.8...v0.2.9) (2018-06-21)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-plugin-babel6",
"version": "0.2.9",
"version": "0.2.10",
"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.4",
"babel-preset-react-app": "^3.1.1",
"docz-core": "^0.2.9",
"docz-core": "^0.2.10",
"happypack": "^5.0.0",
"ts-loader": "^4.4.1"
}

View File

@@ -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.2.10"></a>
## [0.2.10](https://github.com/pedronauck/docz/compare/v0.2.9...v0.2.10) (2018-06-21)
### Features
* **docz-plugin-css:** add initial version ([#78](https://github.com/pedronauck/docz/issues/78)) ([299372e](https://github.com/pedronauck/docz/commit/299372e))

View File

@@ -1,6 +1,6 @@
{
"name": "docz-plugin-css",
"version": "0.2.9",
"version": "0.2.10",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.m.js",
@@ -24,7 +24,7 @@
"autoprefixer": "^8.6.3",
"css-loader": "^0.28.11",
"deepmerge": "^2.1.1",
"docz-core": "^0.2.9",
"docz-core": "^0.2.10",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"loader-utils": "^1.1.0",

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.2.10"></a>
## [0.2.10](https://github.com/pedronauck/docz/compare/v0.2.9...v0.2.10) (2018-06-21)
**Note:** Version bump only for package docz-theme-default
<a name="0.2.9"></a>
## [0.2.9](https://github.com/pedronauck/docz/compare/v0.2.8...v0.2.9) (2018-06-21)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-theme-default",
"version": "0.2.9",
"version": "0.2.10",
"license": "MIT",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
@@ -20,7 +20,7 @@
"tslint": "tslint --project ."
},
"dependencies": {
"docz": "^0.2.9",
"docz": "^0.2.10",
"emotion": "^9.2.3",
"emotion-theming": "^9.2.3",
"fast-deep-equal": "^2.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.2.10"></a>
## [0.2.10](https://github.com/pedronauck/docz/compare/v0.2.9...v0.2.10) (2018-06-21)
**Note:** Version bump only for package docz
<a name="0.2.9"></a>
## [0.2.9](https://github.com/pedronauck/docz/compare/v0.2.8...v0.2.9) (2018-06-21)

View File

@@ -1,6 +1,6 @@
{
"name": "docz",
"version": "0.2.9",
"version": "0.2.10",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.m.js",
@@ -27,8 +27,8 @@
"@mdx-js/tag": "^0.11.0",
"@sindresorhus/slugify": "^0.3.0",
"deepmerge": "^2.1.1",
"docz-core": "^0.2.9",
"docz-theme-default": "^0.2.9",
"docz-core": "^0.2.10",
"docz-theme-default": "^0.2.10",
"invariant": "^2.2.4",
"loadable-components": "^2.2.2",
"pascalcase": "^0.1.1",