mirror of
https://github.com/zhigang1992/docz.git
synced 2026-04-30 02:56:10 +08:00
v0.12.8
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user