Skip to content

Commit

Permalink
v2.0.0-rc.31
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Sep 3, 2019
1 parent b9fe3c5 commit e3d7210
Show file tree
Hide file tree
Showing 28 changed files with 230 additions and 139 deletions.
66 changes: 43 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.31](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.31) (2019-09-03)

### Bug Fixes

- **docz:** add @emotion/core dependency ([52126df](https://github.com/pedronauck/docz/commit/52126df))
- **docz:** better default playground component ([80b1c66](https://github.com/pedronauck/docz/commit/80b1c66))
- **docz:** bump docz-core version ([c56e0c6](https://github.com/pedronauck/docz/commit/c56e0c6))
- **docz:** initialize components context with defaultComponents ([a808795](https://github.com/pedronauck/docz/commit/a808795))
- **docz:** use playground from docz-components ([52874c4](https://github.com/pedronauck/docz/commit/52874c4))
- **docz-components:** better prop types for playground ([f35f3ca](https://github.com/pedronauck/docz/commit/f35f3ca))
- **docz-components:** fix development example ([faf2134](https://github.com/pedronauck/docz/commit/faf2134))
- **docz-components:** fix syntax highlighting in Playground ([c72c575](https://github.com/pedronauck/docz/commit/c72c575))
- **docz-components:** typo boder -> border ([1246b19](https://github.com/pedronauck/docz/commit/1246b19))
- **docz-core:** make onCreateWebpackConfig extendable ([8968a6c](https://github.com/pedronauck/docz/commit/8968a6c))
- **docz-core:** run init on build if docz is not initialized ([fe984fd](https://github.com/pedronauck/docz/commit/fe984fd))
- **docz-core:** set yarn production to false to download all deps ([1258553](https://github.com/pedronauck/docz/commit/1258553))
- **docz-core:** use react from parent directory ([#1053](https://github.com/pedronauck/docz/issues/1053)) ([b55b786](https://github.com/pedronauck/docz/commit/b55b786))
- **gatsby-theme-docz:** fix style differences between dev and build ([9cb5237](https://github.com/pedronauck/docz/commit/9cb5237))
- **gatsby-theme-docz:** replace iframe in playground with div [#984](https://github.com/pedronauck/docz/issues/984) [#1035](https://github.com/pedronauck/docz/issues/1035) ([4214180](https://github.com/pedronauck/docz/commit/4214180))

### Features

- **docz-component:** initialize ([73fafd1](https://github.com/pedronauck/docz/commit/73fafd1))
- **docz-components:** working playground ([344ffbb](https://github.com/pedronauck/docz/commit/344ffbb))
- **docz-core:** add docz init command ([2cd87ee](https://github.com/pedronauck/docz/commit/2cd87ee))
- **docz-gatsby-monorepo:** add example showing docz usage in a monorepo ([241c757](https://github.com/pedronauck/docz/commit/241c757))

# [2.0.0-rc.30](https://github.com/pedronauck/docz/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2019-09-03)

### Bug Fixes
Expand Down Expand Up @@ -37,34 +64,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# [2.0.0-rc.28](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.28) (2019-09-03)


### Bug Fixes

* **docz:** add @emotion/core dependency ([52126df](https://github.com/pedronauck/docz/commit/52126df))
* **docz:** better default playground component ([80b1c66](https://github.com/pedronauck/docz/commit/80b1c66))
* **docz:** bump docz-core version ([c56e0c6](https://github.com/pedronauck/docz/commit/c56e0c6))
* **docz:** initialize components context with defaultComponents ([a808795](https://github.com/pedronauck/docz/commit/a808795))
* **docz:** use playground from docz-components ([52874c4](https://github.com/pedronauck/docz/commit/52874c4))
* **docz-components:** better prop types for playground ([f35f3ca](https://github.com/pedronauck/docz/commit/f35f3ca))
* **docz-components:** fix development example ([faf2134](https://github.com/pedronauck/docz/commit/faf2134))
* **docz-components:** fix syntax highlighting in Playground ([c72c575](https://github.com/pedronauck/docz/commit/c72c575))
* **docz-components:** typo boder -> border ([1246b19](https://github.com/pedronauck/docz/commit/1246b19))
* **docz-core:** make onCreateWebpackConfig extendable ([d2aff82](https://github.com/pedronauck/docz/commit/d2aff82))
* **docz-core:** use react from parent directory ([#1053](https://github.com/pedronauck/docz/issues/1053)) ([b55b786](https://github.com/pedronauck/docz/commit/b55b786))
* **gatsby-theme-docz:** fix style differences between dev and build ([9cb5237](https://github.com/pedronauck/docz/commit/9cb5237))
* **gatsby-theme-docz:** replace iframe in playground with div [#984](https://github.com/pedronauck/docz/issues/984) [#1035](https://github.com/pedronauck/docz/issues/1035) ([4214180](https://github.com/pedronauck/docz/commit/4214180))

- **docz:** add @emotion/core dependency ([52126df](https://github.com/pedronauck/docz/commit/52126df))
- **docz:** better default playground component ([80b1c66](https://github.com/pedronauck/docz/commit/80b1c66))
- **docz:** bump docz-core version ([c56e0c6](https://github.com/pedronauck/docz/commit/c56e0c6))
- **docz:** initialize components context with defaultComponents ([a808795](https://github.com/pedronauck/docz/commit/a808795))
- **docz:** use playground from docz-components ([52874c4](https://github.com/pedronauck/docz/commit/52874c4))
- **docz-components:** better prop types for playground ([f35f3ca](https://github.com/pedronauck/docz/commit/f35f3ca))
- **docz-components:** fix development example ([faf2134](https://github.com/pedronauck/docz/commit/faf2134))
- **docz-components:** fix syntax highlighting in Playground ([c72c575](https://github.com/pedronauck/docz/commit/c72c575))
- **docz-components:** typo boder -> border ([1246b19](https://github.com/pedronauck/docz/commit/1246b19))
- **docz-core:** make onCreateWebpackConfig extendable ([d2aff82](https://github.com/pedronauck/docz/commit/d2aff82))
- **docz-core:** use react from parent directory ([#1053](https://github.com/pedronauck/docz/issues/1053)) ([b55b786](https://github.com/pedronauck/docz/commit/b55b786))
- **gatsby-theme-docz:** fix style differences between dev and build ([9cb5237](https://github.com/pedronauck/docz/commit/9cb5237))
- **gatsby-theme-docz:** replace iframe in playground with div [#984](https://github.com/pedronauck/docz/issues/984) [#1035](https://github.com/pedronauck/docz/issues/1035) ([4214180](https://github.com/pedronauck/docz/commit/4214180))

### Features

* **docz-component:** initialize ([73fafd1](https://github.com/pedronauck/docz/commit/73fafd1))
* **docz-components:** working playground ([344ffbb](https://github.com/pedronauck/docz/commit/344ffbb))
* **docz-gatsby-monorepo:** add example showing docz usage in a monorepo ([241c757](https://github.com/pedronauck/docz/commit/241c757))





- **docz-component:** initialize ([73fafd1](https://github.com/pedronauck/docz/commit/73fafd1))
- **docz-components:** working playground ([344ffbb](https://github.com/pedronauck/docz/commit/344ffbb))
- **docz-gatsby-monorepo:** add example showing docz usage in a monorepo ([241c757](https://github.com/pedronauck/docz/commit/241c757))

### Bug Fixes

Expand Down
33 changes: 22 additions & 11 deletions core/docz-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<<<<<<< HEAD
# [2.0.0-rc.28](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.28) (2019-09-02)

# [2.0.0-rc.31](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.31) (2019-09-03)

### Bug Fixes

* **docz-components:** better prop types for playground ([f35f3ca](https://github.com/pedronauck/docz/commit/f35f3ca))
* **docz-components:** fix development example ([faf2134](https://github.com/pedronauck/docz/commit/faf2134))
* **docz-components:** fix syntax highlighting in Playground ([c72c575](https://github.com/pedronauck/docz/commit/c72c575))
* **docz-components:** typo boder -> border ([1246b19](https://github.com/pedronauck/docz/commit/1246b19))

- **docz-components:** better prop types for playground ([f35f3ca](https://github.com/pedronauck/docz/commit/f35f3ca))
- **docz-components:** fix development example ([faf2134](https://github.com/pedronauck/docz/commit/faf2134))
- **docz-components:** fix syntax highlighting in Playground ([c72c575](https://github.com/pedronauck/docz/commit/c72c575))
- **docz-components:** typo boder -> border ([1246b19](https://github.com/pedronauck/docz/commit/1246b19))

### Features

* **docz-component:** initialize ([73fafd1](https://github.com/pedronauck/docz/commit/73fafd1))
* **docz-components:** working playground ([344ffbb](https://github.com/pedronauck/docz/commit/344ffbb))
- **docz-component:** initialize ([73fafd1](https://github.com/pedronauck/docz/commit/73fafd1))
- **docz-components:** working playground ([344ffbb](https://github.com/pedronauck/docz/commit/344ffbb))

<<<<<<< HEAD

# [2.0.0-rc.28](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.28) (2019-09-02)

### Bug Fixes

- **docz-components:** better prop types for playground ([f35f3ca](https://github.com/pedronauck/docz/commit/f35f3ca))
- **docz-components:** fix development example ([faf2134](https://github.com/pedronauck/docz/commit/faf2134))
- **docz-components:** fix syntax highlighting in Playground ([c72c575](https://github.com/pedronauck/docz/commit/c72c575))
- **docz-components:** typo boder -> border ([1246b19](https://github.com/pedronauck/docz/commit/1246b19))

### Features

- **docz-component:** initialize ([73fafd1](https://github.com/pedronauck/docz/commit/73fafd1))
- **docz-components:** working playground ([344ffbb](https://github.com/pedronauck/docz/commit/344ffbb))

=======

# [2.0.0-rc.29](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.29) (2019-09-03)

### Bug Fixes
Expand All @@ -40,7 +50,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
- **docz-components:** working playground ([344ffbb](https://github.com/pedronauck/docz/commit/344ffbb))

# [2.0.0-rc.28](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.28) (2019-09-03)
>>>>>>> v2.0.0-rc.29

> > > > > > > v2.0.0-rc.29
### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion core/docz-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-components",
"version": "2.0.0-rc.29",
"version": "2.0.0-rc.31",
"main": "dist/index.js",
"module": "dist/docz-components.esm.js",
"typings": "dist/index.d.ts",
Expand Down
23 changes: 15 additions & 8 deletions core/docz-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.31](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.31) (2019-09-03)

### Bug Fixes

- **docz-core:** make onCreateWebpackConfig extendable ([8968a6c](https://github.com/pedronauck/docz/commit/8968a6c))
- **docz-core:** run init on build if docz is not initialized ([fe984fd](https://github.com/pedronauck/docz/commit/fe984fd))
- **docz-core:** set yarn production to false to download all deps ([1258553](https://github.com/pedronauck/docz/commit/1258553))
- **docz-core:** use react from parent directory ([#1053](https://github.com/pedronauck/docz/issues/1053)) ([b55b786](https://github.com/pedronauck/docz/commit/b55b786))

### Features

- **docz-core:** add docz init command ([2cd87ee](https://github.com/pedronauck/docz/commit/2cd87ee))

# [2.0.0-rc.30](https://github.com/pedronauck/docz/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2019-09-03)

### Bug Fixes
Expand All @@ -23,16 +36,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# [2.0.0-rc.28](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.28) (2019-09-03)


### Bug Fixes

* **docz-core:** make onCreateWebpackConfig extendable ([d2aff82](https://github.com/pedronauck/docz/commit/d2aff82))
* **docz-core:** use react from parent directory ([#1053](https://github.com/pedronauck/docz/issues/1053)) ([b55b786](https://github.com/pedronauck/docz/commit/b55b786))





- **docz-core:** make onCreateWebpackConfig extendable ([d2aff82](https://github.com/pedronauck/docz/commit/d2aff82))
- **docz-core:** use react from parent directory ([#1053](https://github.com/pedronauck/docz/issues/1053)) ([b55b786](https://github.com/pedronauck/docz/commit/b55b786))

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion core/docz-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-core",
"version": "2.0.0-rc.30",
"version": "2.0.0-rc.31",
"description": "All docz core logic of bundle and parsing is included on this package",
"license": "MIT",
"main": "dist/index.js",
Expand Down
39 changes: 26 additions & 13 deletions core/docz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,42 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<<<<<<< HEAD
# [2.0.0-rc.28](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.28) (2019-09-02)

# [2.0.0-rc.31](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.31) (2019-09-03)

### Bug Fixes

* **docz:** add @emotion/core dependency ([52126df](https://github.com/pedronauck/docz/commit/52126df))
* **docz:** better default playground component ([80b1c66](https://github.com/pedronauck/docz/commit/80b1c66))
* **docz:** bump docz-core version ([c56e0c6](https://github.com/pedronauck/docz/commit/c56e0c6))
* **docz:** initialize components context with defaultComponents ([a808795](https://github.com/pedronauck/docz/commit/a808795))
* **docz:** use playground from docz-components ([52874c4](https://github.com/pedronauck/docz/commit/52874c4))
* **docz-components:** fix syntax highlighting in Playground ([c72c575](https://github.com/pedronauck/docz/commit/c72c575))
* **docz-core:** use react from parent directory ([#1053](https://github.com/pedronauck/docz/issues/1053)) ([b55b786](https://github.com/pedronauck/docz/commit/b55b786))

- **docz:** add @emotion/core dependency ([52126df](https://github.com/pedronauck/docz/commit/52126df))
- **docz:** better default playground component ([80b1c66](https://github.com/pedronauck/docz/commit/80b1c66))
- **docz:** bump docz-core version ([c56e0c6](https://github.com/pedronauck/docz/commit/c56e0c6))
- **docz:** initialize components context with defaultComponents ([a808795](https://github.com/pedronauck/docz/commit/a808795))
- **docz:** use playground from docz-components ([52874c4](https://github.com/pedronauck/docz/commit/52874c4))
- **docz-components:** fix syntax highlighting in Playground ([c72c575](https://github.com/pedronauck/docz/commit/c72c575))
- **docz-core:** use react from parent directory ([#1053](https://github.com/pedronauck/docz/issues/1053)) ([b55b786](https://github.com/pedronauck/docz/commit/b55b786))

### Features

* **docz-component:** initialize ([73fafd1](https://github.com/pedronauck/docz/commit/73fafd1))
- **docz-component:** initialize ([73fafd1](https://github.com/pedronauck/docz/commit/73fafd1))

<<<<<<< HEAD

# [2.0.0-rc.28](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.28) (2019-09-02)

### Bug Fixes

- **docz:** add @emotion/core dependency ([52126df](https://github.com/pedronauck/docz/commit/52126df))
- **docz:** better default playground component ([80b1c66](https://github.com/pedronauck/docz/commit/80b1c66))
- **docz:** bump docz-core version ([c56e0c6](https://github.com/pedronauck/docz/commit/c56e0c6))
- **docz:** initialize components context with defaultComponents ([a808795](https://github.com/pedronauck/docz/commit/a808795))
- **docz:** use playground from docz-components ([52874c4](https://github.com/pedronauck/docz/commit/52874c4))
- **docz-components:** fix syntax highlighting in Playground ([c72c575](https://github.com/pedronauck/docz/commit/c72c575))
- **docz-core:** use react from parent directory ([#1053](https://github.com/pedronauck/docz/issues/1053)) ([b55b786](https://github.com/pedronauck/docz/commit/b55b786))

### Features

- **docz-component:** initialize ([73fafd1](https://github.com/pedronauck/docz/commit/73fafd1))

=======

# [2.0.0-rc.29](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.29) (2019-09-03)

### Bug Fixes
Expand All @@ -44,7 +56,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
- **docz-component:** initialize ([73fafd1](https://github.com/pedronauck/docz/commit/73fafd1))

# [2.0.0-rc.28](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.28) (2019-09-03)
>>>>>>> v2.0.0-rc.29

> > > > > > > v2.0.0-rc.29
### Bug Fixes

Expand Down
6 changes: 3 additions & 3 deletions core/docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz",
"version": "2.0.0-rc.30",
"version": "2.0.0-rc.31",
"description": "It's has never been so easy to documents your things!",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -27,8 +27,8 @@
"@mdx-js/react": "^1.0.27",
"array-sort": "^1.0.0",
"capitalize": "^2.0.0",
"docz-components": "2.0.0-rc.29",
"docz-core": "2.0.0-rc.30",
"docz-components": "2.0.0-rc.31",
"docz-core": "2.0.0-rc.31",
"fast-deep-equal": "^2.0.1",
"gatsby": "^2.13.27",
"lodash": "^4.17.14",
Expand Down
20 changes: 13 additions & 7 deletions core/gatsby-theme-docz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<<<<<<< HEAD
# [2.0.0-rc.28](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.28) (2019-09-02)

# [2.0.0-rc.31](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.31) (2019-09-03)

### Bug Fixes

* **docz-core:** use react from parent directory ([#1053](https://github.com/pedronauck/docz/issues/1053)) ([b55b786](https://github.com/pedronauck/docz/commit/b55b786))
* **gatsby-theme-docz:** fix style differences between dev and build ([9cb5237](https://github.com/pedronauck/docz/commit/9cb5237))
* **gatsby-theme-docz:** replace iframe in playground with div [#984](https://github.com/pedronauck/docz/issues/984) [#1035](https://github.com/pedronauck/docz/issues/1035) ([4214180](https://github.com/pedronauck/docz/commit/4214180))
- **docz-core:** use react from parent directory ([#1053](https://github.com/pedronauck/docz/issues/1053)) ([b55b786](https://github.com/pedronauck/docz/commit/b55b786))
- **gatsby-theme-docz:** fix style differences between dev and build ([9cb5237](https://github.com/pedronauck/docz/commit/9cb5237))
- **gatsby-theme-docz:** replace iframe in playground with div [#984](https://github.com/pedronauck/docz/issues/984) [#1035](https://github.com/pedronauck/docz/issues/1035) ([4214180](https://github.com/pedronauck/docz/commit/4214180))

<<<<<<< HEAD

# [2.0.0-rc.28](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.28) (2019-09-02)

### Bug Fixes

- **docz-core:** use react from parent directory ([#1053](https://github.com/pedronauck/docz/issues/1053)) ([b55b786](https://github.com/pedronauck/docz/commit/b55b786))
- **gatsby-theme-docz:** fix style differences between dev and build ([9cb5237](https://github.com/pedronauck/docz/commit/9cb5237))
- **gatsby-theme-docz:** replace iframe in playground with div [#984](https://github.com/pedronauck/docz/issues/984) [#1035](https://github.com/pedronauck/docz/issues/1035) ([4214180](https://github.com/pedronauck/docz/commit/4214180))

=======

# [2.0.0-rc.29](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.29) (2019-09-03)

### Bug Fixes
Expand All @@ -27,7 +32,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
- **gatsby-theme-docz:** replace iframe in playground with div [#984](https://github.com/pedronauck/docz/issues/984) [#1035](https://github.com/pedronauck/docz/issues/1035) ([4214180](https://github.com/pedronauck/docz/commit/4214180))

# [2.0.0-rc.28](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.28) (2019-09-03)
>>>>>>> v2.0.0-rc.29

> > > > > > > v2.0.0-rc.29
### Bug Fixes

Expand Down
4 changes: 2 additions & 2 deletions core/gatsby-theme-docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-docz",
"version": "2.0.0-rc.30",
"version": "2.0.0-rc.31",
"description": "Gatsby theme created to use Docz",
"license": "MIT",
"author": "Pedro Nauck ([email protected])",
Expand All @@ -24,7 +24,7 @@
"babel-plugin-export-metadata": "^2.0.0-rc.1",
"copy-text-to-clipboard": "^2.1.0",
"docz": "2.0.0-rc.9",
"docz-core": "2.0.0-rc.30",
"docz-core": "2.0.0-rc.31",
"emotion-theming": "^10.0.14",
"fs-extra": "^8.1.0",
"gatsby": "^2.13.27",
Expand Down
Loading

0 comments on commit e3d7210

Please sign in to comment.