This commit is contained in:
Pedro Nauck
2018-10-31 23:08:51 -03:00
parent c8fb87a2ee
commit e95a57593c
20 changed files with 127 additions and 21 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.
## [0.12.9](https://github.com/pedronauck/docz/compare/v0.12.8...v0.12.9) (2018-11-01)
### Bug Fixes
* **docz-theme-default:** table margin bottom ([36e322f](https://github.com/pedronauck/docz/commit/36e322f))
* **docz-theme-default:** use class inside playground ([cecbea1](https://github.com/pedronauck/docz/commit/cecbea1))
### Features
* **docz-theme-default:** add style for hr component ([5b24400](https://github.com/pedronauck/docz/commit/5b24400))
* **docz-theme-default:** hide playground editor by default ([0ccda92](https://github.com/pedronauck/docz/commit/0ccda92))
## [0.12.8](https://github.com/pedronauck/docz/compare/v0.12.7...v0.12.8) (2018-10-31)

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.
## [0.12.9](https://github.com/pedronauck/docz/compare/v0.12.8...v0.12.9) (2018-11-01)
**Note:** Version bump only for package docz-example-basic
## [0.12.8](https://github.com/pedronauck/docz/compare/v0.12.7...v0.12.8) (2018-10-31)
**Note:** Version bump only for package docz-example-basic

View File

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

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.
## [0.12.9](https://github.com/pedronauck/docz/compare/v0.12.8...v0.12.9) (2018-11-01)
**Note:** Version bump only for package docz-example-flow
## [0.12.8](https://github.com/pedronauck/docz/compare/v0.12.7...v0.12.8) (2018-10-31)
**Note:** Version bump only for package docz-example-flow

View File

@@ -1,6 +1,6 @@
{
"name": "docz-example-flow",
"version": "0.12.8",
"version": "0.12.9",
"license": "MIT",
"scripts": {
"dev": "docz dev",
@@ -16,7 +16,7 @@
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
"babel-plugin-emotion": "^9.2.11",
"docz": "^0.12.8",
"docz": "^0.12.9",
"flow-bin": "^0.85.0",
"flow-typed": "^2.5.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.
## [0.12.9](https://github.com/pedronauck/docz/compare/v0.12.8...v0.12.9) (2018-11-01)
**Note:** Version bump only for package docz-example-styled-components
## [0.12.8](https://github.com/pedronauck/docz/compare/v0.12.7...v0.12.8) (2018-10-31)
**Note:** Version bump only for package docz-example-styled-components

View File

@@ -1,6 +1,6 @@
{
"name": "docz-example-styled-components",
"version": "0.12.8",
"version": "0.12.9",
"license": "MIT",
"scripts": {
"dev": "docz dev",
@@ -13,6 +13,6 @@
"styled-components": "^4.0.3"
},
"devDependencies": {
"docz": "^0.12.8"
"docz": "^0.12.9"
}
}

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.
## [0.12.9](https://github.com/pedronauck/docz/compare/v0.12.8...v0.12.9) (2018-11-01)
**Note:** Version bump only for package docz-example-typescript
## [0.12.8](https://github.com/pedronauck/docz/compare/v0.12.7...v0.12.8) (2018-10-31)
**Note:** Version bump only for package docz-example-typescript

View File

@@ -1,14 +1,14 @@
{
"name": "docz-example-typescript",
"version": "0.12.8",
"version": "0.12.9",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.12.8",
"docz-core": "^0.12.8",
"docz": "^0.12.9",
"docz-core": "^0.12.9",
"emotion": "^9.2.12",
"react": "^16.6.0",
"react-dom": "^16.6.0",

View File

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

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.
## [0.12.9](https://github.com/pedronauck/docz/compare/v0.12.8...v0.12.9) (2018-11-01)
**Note:** Version bump only for package docz-core
## [0.12.8](https://github.com/pedronauck/docz/compare/v0.12.7...v0.12.8) (2018-10-31)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-core",
"version": "0.12.8",
"version": "0.12.9",
"description": "All docz core logic of bundle and parsing is included on this package",
"license": "MIT",
"main": "dist/index.js",
@@ -42,7 +42,7 @@
"cpy": "^7.0.1",
"deepmerge": "^2.2.1",
"detect-port": "^1.2.3",
"docz-utils": "^0.12.8",
"docz-utils": "^0.12.9",
"dotenv": "^6.1.0",
"env-dot-prop": "^1.0.2",
"fast-deep-equal": "^2.0.1",
@@ -66,7 +66,7 @@
"react-dev-utils": "^6.1.0",
"react-docgen-typescript-loader": "^3.0.0-rc.0",
"react-hot-loader": "4.3.11",
"rehype-docz": "^0.12.8",
"rehype-docz": "^0.12.9",
"rehype-slug": "^2.0.1",
"remark-docz": "^0.12.2",
"remark-frontmatter": "^1.2.1",

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.
## [0.12.9](https://github.com/pedronauck/docz/compare/v0.12.8...v0.12.9) (2018-11-01)
### Bug Fixes
* **docz-theme-default:** table margin bottom ([36e322f](https://github.com/pedronauck/docz/commit/36e322f))
* **docz-theme-default:** use class inside playground ([cecbea1](https://github.com/pedronauck/docz/commit/cecbea1))
### Features
* **docz-theme-default:** add style for hr component ([5b24400](https://github.com/pedronauck/docz/commit/5b24400))
* **docz-theme-default:** hide playground editor by default ([0ccda92](https://github.com/pedronauck/docz/commit/0ccda92))
## [0.12.8](https://github.com/pedronauck/docz/compare/v0.12.7...v0.12.8) (2018-10-31)
**Note:** Version bump only for package docz-theme-default

View File

@@ -1,6 +1,6 @@
{
"name": "docz-theme-default",
"version": "0.12.8",
"version": "0.12.9",
"description": "The default theme of docz",
"license": "MIT",
"main": "dist/index.js",
@@ -23,7 +23,7 @@
"dependencies": {
"codemirror": "^5.41.0",
"copy-text-to-clipboard": "^1.0.4",
"docz": "^0.12.8",
"docz": "^0.12.9",
"emotion": "^9.2.12",
"emotion-theming": "^9.2.9",
"facepaint": "^1.2.1",

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.
## [0.12.9](https://github.com/pedronauck/docz/compare/v0.12.8...v0.12.9) (2018-11-01)
### Bug Fixes
* **docz-theme-default:** use class inside playground ([cecbea1](https://github.com/pedronauck/docz/commit/cecbea1))
## [0.12.8](https://github.com/pedronauck/docz/compare/v0.12.7...v0.12.8) (2018-10-31)
**Note:** Version bump only for package docz-utils

View File

@@ -1,6 +1,6 @@
{
"name": "docz-utils",
"version": "0.12.8",
"version": "0.12.9",
"description": "Some methods used and utilities used on docz",
"license": "MIT",
"main": "lib/index.js",

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.
## [0.12.9](https://github.com/pedronauck/docz/compare/v0.12.8...v0.12.9) (2018-11-01)
### Bug Fixes
* **docz-theme-default:** use class inside playground ([cecbea1](https://github.com/pedronauck/docz/commit/cecbea1))
## [0.12.8](https://github.com/pedronauck/docz/compare/v0.12.7...v0.12.8) (2018-10-31)

View File

@@ -1,6 +1,6 @@
{
"name": "docz",
"version": "0.12.8",
"version": "0.12.9",
"description": "It's has never been so easy to documents your things!",
"license": "MIT",
"main": "dist/index.js",
@@ -32,8 +32,8 @@
"capitalize": "^2.0.0",
"create-react-context": "^0.2.3",
"deepmerge": "^2.2.1",
"docz-core": "^0.12.8",
"docz-theme-default": "^0.12.8",
"docz-core": "^0.12.9",
"docz-theme-default": "^0.12.9",
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
"react": "^16.6.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.
## [0.12.9](https://github.com/pedronauck/docz/compare/v0.12.8...v0.12.9) (2018-11-01)
**Note:** Version bump only for package rehype-docz
## [0.12.8](https://github.com/pedronauck/docz/compare/v0.12.7...v0.12.8) (2018-10-31)
**Note:** Version bump only for package rehype-docz

View File

@@ -1,6 +1,6 @@
{
"name": "rehype-docz",
"version": "0.12.8",
"version": "0.12.9",
"description": "Rehype plugin used by docz",
"license": "MIT",
"main": "dist/index.js",
@@ -22,7 +22,7 @@
"tslint": "tslint --project ."
},
"dependencies": {
"docz-utils": "^0.12.8",
"docz-utils": "^0.12.9",
"hast-util-to-string": "^1.0.1",
"jsx-ast-utils": "^2.0.1",
"lodash.flatten": "^4.4.0",