This commit is contained in:
Pedro Nauck
2018-06-26 20:50:23 -03:00
parent 787494d25a
commit 460a2777bc
30 changed files with 275 additions and 41 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.
<a name="0.3.4"></a>
## [0.3.4](https://github.com/pedronauck/docz/compare/v0.3.3...v0.3.4) (2018-06-26)
**Note:** Version bump only for package docz-example-basic
<a name="0.3.3"></a>
## [0.3.3](https://github.com/pedronauck/docz/compare/v0.3.2...v0.3.3) (2018-06-26)

View File

@@ -1,14 +1,14 @@
{
"name": "docz-example-basic",
"version": "0.3.3",
"version": "0.3.4",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.3.3",
"docz-core": "^0.3.3",
"docz": "^0.3.4",
"docz-core": "^0.3.4",
"emotion": "^9.2.4",
"prop-types": "^15.6.2",
"react": "^16.4.1",