This commit is contained in:
Pedro Nauck
2018-08-04 14:18:11 -03:00
parent 2cb834ce76
commit ecbeb86e53
22 changed files with 115 additions and 21 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.9.5"></a>
## [0.9.5](https://github.com/pedronauck/docz/compare/v0.9.4...v0.9.5) (2018-08-04)
### Bug Fixes
* **docz-theme-default:** copy html output ([#189](https://github.com/pedronauck/docz/issues/189)) ([2cb834c](https://github.com/pedronauck/docz/commit/2cb834c))
<a name="0.9.4"></a>
## [0.9.4](https://github.com/pedronauck/docz/compare/v0.9.4-beta.1...v0.9.4) (2018-08-04)

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.9.5"></a>
## [0.9.5](https://github.com/pedronauck/docz/compare/v0.9.4...v0.9.5) (2018-08-04)
**Note:** Version bump only for package docz-example-babel6
<a name="0.9.4"></a>
## [0.9.4](https://github.com/pedronauck/docz/compare/v0.9.4-beta.1...v0.9.4) (2018-08-04)

View File

@@ -1,13 +1,13 @@
{
"name": "docz-example-babel6",
"version": "0.9.4",
"version": "0.9.5",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.9.4",
"docz": "^0.9.5",
"docz-core": "^0.9.4",
"emotion": "^9.2.6",
"prop-types": "^15.6.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.9.5"></a>
## [0.9.5](https://github.com/pedronauck/docz/compare/v0.9.4...v0.9.5) (2018-08-04)
**Note:** Version bump only for package docz-example-basic
<a name="0.9.4"></a>
## [0.9.4](https://github.com/pedronauck/docz/compare/v0.9.4-beta.1...v0.9.4) (2018-08-04)

View File

@@ -1,13 +1,13 @@
{
"name": "docz-example-basic",
"version": "0.9.4",
"version": "0.9.5",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.9.4",
"docz": "^0.9.5",
"docz-core": "^0.9.4",
"emotion": "^9.2.6",
"prop-types": "^15.6.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.9.5"></a>
## [0.9.5](https://github.com/pedronauck/docz/compare/v0.9.4...v0.9.5) (2018-08-04)
**Note:** Version bump only for package docz-example-css-less
<a name="0.9.4"></a>
## [0.9.4](https://github.com/pedronauck/docz/compare/v0.9.4-beta.1...v0.9.4) (2018-08-04)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-example-css-less",
"version": "0.9.4",
"version": "0.9.5",
"license": "MIT",
"scripts": {
"dev": "docz dev",
@@ -8,7 +8,7 @@
},
"dependencies": {
"classnames": "^2.2.6",
"docz": "^0.9.4",
"docz": "^0.9.5",
"docz-core": "^0.9.4",
"prop-types": "^15.6.2",
"react": "^16.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.9.5"></a>
## [0.9.5](https://github.com/pedronauck/docz/compare/v0.9.4...v0.9.5) (2018-08-04)
**Note:** Version bump only for package docz-example-css-postcss
<a name="0.9.4"></a>
## [0.9.4](https://github.com/pedronauck/docz/compare/v0.9.4-beta.1...v0.9.4) (2018-08-04)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-example-css-postcss",
"version": "0.9.4",
"version": "0.9.5",
"license": "MIT",
"scripts": {
"dev": "docz dev",
@@ -8,7 +8,7 @@
},
"dependencies": {
"classnames": "^2.2.6",
"docz": "^0.9.4",
"docz": "^0.9.5",
"docz-core": "^0.9.4",
"prop-types": "^15.6.2",
"react": "^16.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.9.5"></a>
## [0.9.5](https://github.com/pedronauck/docz/compare/v0.9.4...v0.9.5) (2018-08-04)
**Note:** Version bump only for package docz-example-css-sass
<a name="0.9.4"></a>
## [0.9.4](https://github.com/pedronauck/docz/compare/v0.9.4-beta.1...v0.9.4) (2018-08-04)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-example-css-sass",
"version": "0.9.4",
"version": "0.9.5",
"license": "MIT",
"scripts": {
"dev": "docz dev",
@@ -8,7 +8,7 @@
},
"dependencies": {
"classnames": "^2.2.6",
"docz": "^0.9.4",
"docz": "^0.9.5",
"docz-core": "^0.9.4",
"prop-types": "^15.6.2",
"react": "^16.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.9.5"></a>
## [0.9.5](https://github.com/pedronauck/docz/compare/v0.9.4...v0.9.5) (2018-08-04)
**Note:** Version bump only for package docz-example-css-stylus
<a name="0.9.4"></a>
## [0.9.4](https://github.com/pedronauck/docz/compare/v0.9.4-beta.1...v0.9.4) (2018-08-04)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-example-css-stylus",
"version": "0.9.4",
"version": "0.9.5",
"license": "MIT",
"scripts": {
"dev": "docz dev",
@@ -8,7 +8,7 @@
},
"dependencies": {
"classnames": "^2.2.6",
"docz": "^0.9.4",
"docz": "^0.9.5",
"docz-core": "^0.9.4",
"prop-types": "^15.6.2",
"react": "^16.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.9.5"></a>
## [0.9.5](https://github.com/pedronauck/docz/compare/v0.9.4...v0.9.5) (2018-08-04)
**Note:** Version bump only for package docz-example-flow
<a name="0.9.4"></a>
## [0.9.4](https://github.com/pedronauck/docz/compare/v0.9.4-beta.1...v0.9.4) (2018-08-04)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-example-flow",
"version": "0.9.4",
"version": "0.9.5",
"license": "MIT",
"scripts": {
"dev": "docz dev",
@@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/preset-flow": "^7.0.0-beta.55",
"docz": "^0.9.4",
"docz": "^0.9.5",
"emotion": "^9.2.6",
"prop-types": "^15.6.2",
"react": "^16.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.9.5"></a>
## [0.9.5](https://github.com/pedronauck/docz/compare/v0.9.4...v0.9.5) (2018-08-04)
**Note:** Version bump only for package docz-example-typescript
<a name="0.9.4"></a>
## [0.9.4](https://github.com/pedronauck/docz/compare/v0.9.4-beta.1...v0.9.4) (2018-08-04)

View File

@@ -1,13 +1,13 @@
{
"name": "docz-example-typescript",
"version": "0.9.4",
"version": "0.9.5",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.9.4",
"docz": "^0.9.5",
"emotion": "^9.2.6",
"react": "^16.4.2",
"react-dom": "^16.4.2",

View File

@@ -3,7 +3,7 @@
"packages": [
"packages/**/*"
],
"version": "0.9.4",
"version": "0.9.5",
"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.9.5"></a>
## [0.9.5](https://github.com/pedronauck/docz/compare/v0.9.4...v0.9.5) (2018-08-04)
### Bug Fixes
* **docz-theme-default:** copy html output ([#189](https://github.com/pedronauck/docz/issues/189)) ([2cb834c](https://github.com/pedronauck/docz/commit/2cb834c))
<a name="0.9.4"></a>
## [0.9.4](https://github.com/pedronauck/docz/compare/v0.9.4-beta.1...v0.9.4) (2018-08-04)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-theme-default",
"version": "0.9.4",
"version": "0.9.5",
"description": "The default theme of docz",
"license": "MIT",
"main": "dist/index.js",
@@ -22,7 +22,7 @@
},
"dependencies": {
"copy-text-to-clipboard": "^1.0.4",
"docz": "^0.9.4",
"docz": "^0.9.5",
"emotion": "^9.2.6",
"emotion-theming": "^9.2.6",
"facepaint": "^1.2.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.9.5"></a>
## [0.9.5](https://github.com/pedronauck/docz/compare/v0.9.4...v0.9.5) (2018-08-04)
**Note:** Version bump only for package docz
<a name="0.9.4"></a>
## [0.9.4](https://github.com/pedronauck/docz/compare/v0.9.4-beta.1...v0.9.4) (2018-08-04)

View File

@@ -1,6 +1,6 @@
{
"name": "docz",
"version": "0.9.4",
"version": "0.9.5",
"description": "It's has never been so easy to documents your things!",
"license": "MIT",
"main": "dist/index.js",
@@ -33,7 +33,7 @@
"create-react-context": "^0.2.2",
"deepmerge": "^2.1.1",
"docz-core": "^0.9.4",
"docz-theme-default": "^0.9.4",
"docz-theme-default": "^0.9.5",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-copy-write": "^0.7.0",