This commit is contained in:
Pedro Nauck
2018-06-11 18:27:07 -03:00
parent 61de7cddb4
commit 7dfa9a80b2
16 changed files with 85 additions and 16 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.2.0"></a>
# [0.2.0](https://github.com/pedronauck/docz/compare/v0.2.0-beta.2...v0.2.0) (2018-06-11)
**Note:** Version bump only for package docz-example-basic
<a name="0.2.0-beta.2"></a>
# [0.2.0-beta.2](https://github.com/doczjs/docz/compare/v0.2.0-beta.1...v0.2.0-beta.2) (2018-06-10)

View File

@@ -1,14 +1,14 @@
{
"name": "docz-example-basic",
"version": "0.2.0-beta.2",
"version": "0.2.0",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.2.0-beta.2",
"docz-core": "^0.2.0-beta.2",
"docz": "^0.2.0",
"docz-core": "^0.2.0",
"emotion": "^9.2.1",
"prop-types": "^15.6.1",
"react": "^16.4.0",