This commit is contained in:
Pedro Nauck
2018-09-28 16:45:11 -03:00
parent f8249da149
commit 6be27fb289
14 changed files with 82 additions and 13 deletions

View File

@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.12.4"></a>
## [0.12.4](https://github.com/pedronauck/docz/compare/v0.12.3...v0.12.4) (2018-09-28)
### Bug Fixes
* **docz:** merge menus and submenus ([f8249da](https://github.com/pedronauck/docz/commit/f8249da))
<a name="0.12.3"></a>
## [0.12.3](https://github.com/pedronauck/docz/compare/v0.12.2...v0.12.3) (2018-09-28)

View File

@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.12.4"></a>
## [0.12.4](https://github.com/pedronauck/docz/compare/v0.12.3...v0.12.4) (2018-09-28)
**Note:** Version bump only for package docz-example-basic
<a name="0.12.3"></a>
## [0.12.3](https://github.com/pedronauck/docz/compare/v0.12.2...v0.12.3) (2018-09-28)

View File

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

View File

@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.12.4"></a>
## [0.12.4](https://github.com/pedronauck/docz/compare/v0.12.3...v0.12.4) (2018-09-28)
**Note:** Version bump only for package docz-example-flow
<a name="0.12.3"></a>
## [0.12.3](https://github.com/pedronauck/docz/compare/v0.12.2...v0.12.3) (2018-09-28)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-example-flow",
"version": "0.12.3",
"version": "0.12.4",
"license": "MIT",
"scripts": {
"dev": "docz dev",
@@ -16,7 +16,7 @@
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
"babel-plugin-emotion": "^9.2.9",
"docz": "^0.12.3",
"docz": "^0.12.4",
"flow-bin": "^0.81.0",
"flow-typed": "^2.5.1"
}

View File

@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.12.4"></a>
## [0.12.4](https://github.com/pedronauck/docz/compare/v0.12.3...v0.12.4) (2018-09-28)
**Note:** Version bump only for package docz-example-styled-components
<a name="0.12.3"></a>
## [0.12.3](https://github.com/pedronauck/docz/compare/v0.12.2...v0.12.3) (2018-09-28)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-example-styled-components",
"version": "0.12.3",
"version": "0.12.4",
"license": "MIT",
"scripts": {
"dev": "docz dev",
@@ -13,6 +13,6 @@
"styled-components": "^3.4.9"
},
"devDependencies": {
"docz": "^0.12.3"
"docz": "^0.12.4"
}
}

View File

@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.12.4"></a>
## [0.12.4](https://github.com/pedronauck/docz/compare/v0.12.3...v0.12.4) (2018-09-28)
**Note:** Version bump only for package docz-example-typescript
<a name="0.12.3"></a>
## [0.12.3](https://github.com/pedronauck/docz/compare/v0.12.2...v0.12.3) (2018-09-28)

View File

@@ -1,13 +1,13 @@
{
"name": "docz-example-typescript",
"version": "0.12.3",
"version": "0.12.4",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.12.3",
"docz": "^0.12.4",
"docz-core": "^0.12.2",
"emotion": "^9.2.9",
"react": "^16.5.2",

View File

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

View File

@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.12.4"></a>
## [0.12.4](https://github.com/pedronauck/docz/compare/v0.12.3...v0.12.4) (2018-09-28)
**Note:** Version bump only for package docz-theme-default
<a name="0.12.3"></a>
## [0.12.3](https://github.com/pedronauck/docz/compare/v0.12.2...v0.12.3) (2018-09-28)

View File

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

View File

@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.12.4"></a>
## [0.12.4](https://github.com/pedronauck/docz/compare/v0.12.3...v0.12.4) (2018-09-28)
### Bug Fixes
* **docz:** merge menus and submenus ([f8249da](https://github.com/pedronauck/docz/commit/f8249da))
<a name="0.12.3"></a>
## [0.12.3](https://github.com/pedronauck/docz/compare/v0.12.2...v0.12.3) (2018-09-28)

View File

@@ -1,6 +1,6 @@
{
"name": "docz",
"version": "0.12.3",
"version": "0.12.4",
"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.3",
"deepmerge": "^2.1.1",
"docz-core": "^0.12.2",
"docz-theme-default": "^0.12.3",
"docz-theme-default": "^0.12.4",
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
"react": "^16.5.2",