This commit is contained in:
Pedro Nauck
2018-07-03 15:40:50 -03:00
parent 6cdbebcdd6
commit 3125a50f49
30 changed files with 201 additions and 40 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.5.1"></a>
## [0.5.1](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.1) (2018-07-03)
**Note:** Version bump only for package docz-example-basic
<a name="0.5.0"></a>
# [0.5.0](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.0) (2018-07-03)

View File

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