This commit is contained in:
Pedro Nauck
2018-10-31 19:12:10 -03:00
parent def28a5eaa
commit afec6b5b0a
20 changed files with 113 additions and 23 deletions

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.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
## [0.12.7](https://github.com/pedronauck/docz/compare/v0.12.6...v0.12.7) (2018-10-30)
**Note:** Version bump only for package docz-example-basic

View File

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

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.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
## [0.12.7](https://github.com/pedronauck/docz/compare/v0.12.6...v0.12.7) (2018-10-30)
**Note:** Version bump only for package docz-example-flow

View File

@@ -1,6 +1,6 @@
{
"name": "docz-example-flow",
"version": "0.12.7",
"version": "0.12.8",
"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.7",
"docz": "^0.12.8",
"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.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
## [0.12.7](https://github.com/pedronauck/docz/compare/v0.12.6...v0.12.7) (2018-10-30)
**Note:** Version bump only for package docz-example-styled-components

View File

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

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.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
## [0.12.7](https://github.com/pedronauck/docz/compare/v0.12.6...v0.12.7) (2018-10-30)
**Note:** Version bump only for package docz-example-typescript

View File

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