This commit is contained in:
Pedro Nauck
2018-07-06 22:34:04 -03:00
parent 860694bf20
commit 6665b0ba80
30 changed files with 160 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.4"></a>
## [0.5.4](https://github.com/pedronauck/docz/compare/v0.5.3...v0.5.4) (2018-07-07)
**Note:** Version bump only for package docz-example-basic
<a name="0.5.3"></a>
## [0.5.3](https://github.com/pedronauck/docz/compare/v0.5.2...v0.5.3) (2018-07-05)

View File

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