Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:pedronauck/docz
Browse files Browse the repository at this point in the history
* 'dev' of github.com:pedronauck/docz:
  v0.3.0
  fix(docz-theme-default): prettier format
  v0.3.0-beta.0
  chore(docz-theme-default): some responsive adjustments
  feat(docz-theme-default): add dark mode 🌚 (#81)
  feat(docz-theme-default): include breakpoints reactive on sidebar
  fix(docz-theme-default): sidebar toggle for links and sub-links
  feat(docz-theme-default): table responsive
  fix(docz-theme-default): lint code
  fix(docz-theme-default): change chevronDown to burguer icon with animation
  feat(docz-theme-default): include ToggleBackground
  fix(docz-theme-default): include breakpoints as const
  fix(docz-theme-default): responsive position for wrapper
  feat(docz-theme-default): include media queries facepaint
  chore(docz-theme-plugin): add facepaint package
  fix(docz-theme-default): change background based on toggle
  fix(docz-theme-default): made container responsive
  feat(docz-theme-default): include toggle to sidebar
  • Loading branch information
pedronauck committed Jun 26, 2018
2 parents dbb3bc4 + 3b032f8 commit bfacaaa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/css-sass/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<<<<<<< HEAD
<a name="0.3.3"></a>
## [0.3.3](https://github.com/pedronauck/docz/compare/v0.3.2...v0.3.3) (2018-06-26)

Expand Down Expand Up @@ -30,6 +31,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



=======
>>>>>>> 3b032f823c1ef6e777351365bdc0c919db232086
<a name="0.3.0"></a>
# [0.3.0](https://github.com/pedronauck/docz/compare/v0.3.0-beta.0...v0.3.0) (2018-06-25)

Expand Down
3 changes: 3 additions & 0 deletions examples/flow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<<<<<<< HEAD
<a name="0.3.3"></a>
## [0.3.3](https://github.com/pedronauck/docz/compare/v0.3.2...v0.3.3) (2018-06-26)

Expand Down Expand Up @@ -33,6 +34,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



=======
>>>>>>> 3b032f823c1ef6e777351365bdc0c919db232086
<a name="0.3.0"></a>
# [0.3.0](https://github.com/pedronauck/docz/compare/v0.3.0-beta.0...v0.3.0) (2018-06-25)

Expand Down
1 change: 1 addition & 0 deletions packages/docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@sindresorhus/slugify": "^0.3.0",
"deepmerge": "^2.1.1",
"docz-core": "^0.3.3",
"docz-theme-default": "^0.3.3",
"invariant": "^2.2.4",
"loadable-components": "^2.2.2",
"pascalcase": "^0.1.1",
Expand Down

0 comments on commit bfacaaa

Please sign in to comment.