Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Apr 14, 2019
1 parent 827dc92 commit 8a9b88c
Show file tree
Hide file tree
Showing 34 changed files with 190 additions and 48 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/pedronauck/docz/compare/v1.0.0...v1.0.1) (2019-04-14)


### Bug Fixes

* **babel-plugin-export-metadata:** fix re-export default ([#790](https://github.com/pedronauck/docz/issues/790)) ([#791](https://github.com/pedronauck/docz/issues/791)) ([89b3928](https://github.com/pedronauck/docz/commit/89b3928))





# [1.0.0](https://github.com/pedronauck/docz/compare/v1.0.0-rc.8...v1.0.0) (2019-04-11)


Expand Down
8 changes: 8 additions & 0 deletions core/docz-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.0.1](https://github.com/pedronauck/docz/compare/v1.0.0...v1.0.1) (2019-04-14)

**Note:** Version bump only for package docz-core





# [1.0.0](https://github.com/pedronauck/docz/compare/v1.0.0-rc.8...v1.0.0) (2019-04-11)


Expand Down
14 changes: 7 additions & 7 deletions core/docz-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-core",
"version": "1.0.0",
"version": "1.0.1",
"description": "All docz core logic of bundle and parsing is included on this package",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -28,15 +28,15 @@
"@svgr/webpack": "^4.2.0",
"acorn": "6.0.5",
"babel-loader": "^8.0.5",
"babel-plugin-export-metadata": "^1.0.0",
"babel-plugin-export-metadata": "^1.0.1",
"babel-plugin-named-asset-import": "^0.3.1",
"babel-preset-react-app": "^7.0.2",
"cache-loader": "^2.0.1",
"chalk": "^2.4.2",
"chokidar": "^2.1.5",
"common-tags": "^1.8.0",
"detect-port": "^1.3.0",
"docz-utils": "^1.0.0",
"docz-utils": "^1.0.1",
"dotenv": "^7.0.0",
"env-dot-prop": "^2.0.1",
"express": "^4.16.4",
Expand All @@ -49,20 +49,20 @@
"get-pkg-repo": "^4.1.0",
"html-minifier": "^4.0.0",
"humanize-string": "^2.1.0",
"load-cfg": "^1.0.0",
"load-cfg": "^1.0.1",
"lodash": "^4.17.11",
"mini-html-webpack-plugin": "^0.2.3",
"p-reduce": "^2.1.0",
"react-dev-utils": "^8.0.0",
"react-docgen": "^4.1.0",
"react-docgen-actual-name-handler": "^1.0.0",
"react-docgen-actual-name-handler": "^1.0.1",
"react-docgen-external-proptypes-handler": "^1.0.2",
"react-docgen-typescript": "^1.12.3",
"react-hot-loader": "^4.8.3",
"recast": "^0.17.5",
"rehype-docz": "^1.0.0",
"rehype-docz": "^1.0.1",
"rehype-slug": "^2.0.2",
"remark-docz": "^1.0.0",
"remark-docz": "^1.0.1",
"remark-frontmatter": "^1.3.1",
"remark-parse": "^6.0.2",
"resolve": "^1.10.0",
Expand Down
8 changes: 8 additions & 0 deletions core/docz-theme-default/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.0.1](https://github.com/pedronauck/docz/compare/v1.0.0...v1.0.1) (2019-04-14)

**Note:** Version bump only for package docz-theme-default





# [1.0.0](https://github.com/pedronauck/docz/compare/v1.0.0-rc.8...v1.0.0) (2019-04-11)


Expand Down
4 changes: 2 additions & 2 deletions core/docz-theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-theme-default",
"version": "1.0.0",
"version": "1.0.1",
"description": "The default theme of docz",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -25,7 +25,7 @@
"@tippy.js/react": "^2.1.2",
"codemirror": "^5.45.0",
"copy-text-to-clipboard": "^2.1.0",
"docz": "^1.0.0",
"docz": "^1.0.1",
"facepaint": "^1.2.1",
"hotkeys-js": "^3.6.2",
"lodash": "^4.17.11",
Expand Down
8 changes: 8 additions & 0 deletions core/docz-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.0.1](https://github.com/pedronauck/docz/compare/v1.0.0...v1.0.1) (2019-04-14)

**Note:** Version bump only for package docz-utils





# [1.0.0](https://github.com/pedronauck/docz/compare/v1.0.0-rc.8...v1.0.0) (2019-04-11)

**Note:** Version bump only for package docz-utils
Expand Down
2 changes: 1 addition & 1 deletion core/docz-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-utils",
"version": "1.0.0",
"version": "1.0.1",
"description": "Some methods used and utilities used on docz",
"license": "MIT",
"main": "lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions core/docz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.0.1](https://github.com/pedronauck/docz/compare/v1.0.0...v1.0.1) (2019-04-14)

**Note:** Version bump only for package docz





# [1.0.0](https://github.com/pedronauck/docz/compare/v1.0.0-rc.8...v1.0.0) (2019-04-11)


Expand Down
4 changes: 2 additions & 2 deletions core/docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz",
"version": "1.0.0",
"version": "1.0.1",
"description": "It's has never been so easy to documents your things!",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@reach/router": "^1.2.1",
"array-sort": "^1.0.0",
"capitalize": "^2.0.0",
"docz-core": "^1.0.0",
"docz-core": "^1.0.1",
"fast-deep-equal": "^2.0.1",
"lodash": "^4.17.11",
"match-sorter": "^2.3.0",
Expand Down
8 changes: 8 additions & 0 deletions core/gatsby-theme-docz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.0.1](https://github.com/pedronauck/docz/compare/v1.0.0...v1.0.1) (2019-04-14)

**Note:** Version bump only for package gatsby-theme-docz





# [1.0.0](https://github.com/pedronauck/docz/compare/v1.0.0-rc.8...v1.0.0) (2019-04-11)


Expand Down
16 changes: 8 additions & 8 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": "1.0.0",
"version": "1.0.1",
"description": "Gatsby theme created to use Docz",
"license": "MIT",
"author": "Pedro Nauck (pedronauck@gmail.com)",
Expand All @@ -17,13 +17,13 @@
"dependencies": {
"@mdx-js/mdx": "^1.0.4",
"@mdx-js/react": "^1.0.2",
"babel-plugin-export-metadata": "^1.0.0",
"babel-plugin-export-metadata": "^1.0.1",
"change-case": "^3.1.0",
"chokidar": "^2.1.5",
"docz": "^1.0.0",
"docz-core": "^1.0.0",
"docz-theme-default": "^1.0.0",
"docz-utils": "^1.0.0",
"docz": "^1.0.1",
"docz-core": "^1.0.1",
"docz-theme-default": "^1.0.1",
"docz-utils": "^1.0.1",
"fs-extra": "^7.0.1",
"gatsby": "^2.3.22",
"gatsby-mdx": "^0.6.2",
Expand All @@ -37,9 +37,9 @@
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"rehype-docz": "^1.0.0",
"rehype-docz": "^1.0.1",
"rehype-slug": "^2.0.2",
"remark-docz": "^1.0.0",
"remark-docz": "^1.0.1",
"remark-frontmatter": "^1.3.1",
"styled-components": "^4.2.0",
"yargs": "^13.2.2"
Expand Down
8 changes: 8 additions & 0 deletions core/rehype-docz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.0.1](https://github.com/pedronauck/docz/compare/v1.0.0...v1.0.1) (2019-04-14)

**Note:** Version bump only for package rehype-docz





# [1.0.0](https://github.com/pedronauck/docz/compare/v1.0.0-rc.8...v1.0.0) (2019-04-11)

**Note:** Version bump only for package rehype-docz
Expand Down
6 changes: 3 additions & 3 deletions core/rehype-docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-docz",
"version": "1.0.0",
"version": "1.0.1",
"description": "Rehype plugin used by docz",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -21,7 +21,7 @@
"test": "jest"
},
"dependencies": {
"docz-utils": "^1.0.0",
"docz-utils": "^1.0.1",
"hast-util-to-string": "^1.0.1",
"jsx-ast-utils": "^2.0.1",
"lodash": "^4.17.11",
Expand All @@ -30,6 +30,6 @@
"devDependencies": {
"@mdx-js/mdx": "^1.0.4",
"docz-rollup": "^1.0.0",
"remark-docz": "^1.0.0"
"remark-docz": "^1.0.1"
}
}
8 changes: 8 additions & 0 deletions core/remark-docz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.0.1](https://github.com/pedronauck/docz/compare/v1.0.0...v1.0.1) (2019-04-14)

**Note:** Version bump only for package remark-docz





# [1.0.0](https://github.com/pedronauck/docz/compare/v1.0.0-rc.8...v1.0.0) (2019-04-11)

**Note:** Version bump only for package remark-docz
Expand Down
2 changes: 1 addition & 1 deletion core/remark-docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-docz",
"version": "1.0.0",
"version": "1.0.1",
"description": "Remark plugin used by docz",
"license": "MIT",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.0.1](https://github.com/pedronauck/docz/compare/v1.0.0...v1.0.1) (2019-04-14)

**Note:** Version bump only for package docz-example-basic





# [1.0.0](https://github.com/pedronauck/docz/compare/v1.0.0-rc.8...v1.0.0) (2019-04-11)

**Note:** Version bump only for package docz-example-basic
Expand Down
6 changes: 3 additions & 3 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-basic",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -13,7 +13,7 @@
"styled-components": "^4.2.0"
},
"devDependencies": {
"docz": "^1.0.0",
"docz-theme-default": "^1.0.0"
"docz": "^1.0.1",
"docz-theme-default": "^1.0.1"
}
}
8 changes: 8 additions & 0 deletions examples/flow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.0.1](https://github.com/pedronauck/docz/compare/v1.0.0...v1.0.1) (2019-04-14)

**Note:** Version bump only for package docz-example-flow





# [1.0.0](https://github.com/pedronauck/docz/compare/v1.0.0-rc.8...v1.0.0) (2019-04-11)

**Note:** Version bump only for package docz-example-flow
Expand Down
6 changes: 3 additions & 3 deletions examples/flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-flow",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -14,8 +14,8 @@
},
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
"docz": "^1.0.0",
"docz-theme-default": "^1.0.0",
"docz": "^1.0.1",
"docz-theme-default": "^1.0.1",
"flow-bin": "^0.97.0",
"flow-typed": "^2.5.1"
}
Expand Down
8 changes: 8 additions & 0 deletions examples/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.0.1](https://github.com/pedronauck/docz/compare/v1.0.0...v1.0.1) (2019-04-14)

**Note:** Version bump only for package docz-example-gatsby





# [1.0.0](https://github.com/pedronauck/docz/compare/v1.0.0-rc.8...v1.0.0) (2019-04-11)

**Note:** Version bump only for package docz-example-gatsby
Expand Down
8 changes: 4 additions & 4 deletions examples/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docz-example-gatsby",
"description": "Example of how to integrate docz with gatsby",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"gatsby",
"docz"
Expand All @@ -16,8 +16,8 @@
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"babel-eslint": "10.0.1",
"docz": "^1.0.0",
"docz-theme-default": "^1.0.0",
"docz": "^1.0.1",
"docz-theme-default": "^1.0.1",
"eslint": "^5.16.0",
"eslint-config-react-app": "^3.0.8",
"eslint-loader": "^2.1.2",
Expand All @@ -28,6 +28,6 @@
"gatsby": "^2.3.22",
"gatsby-mdx": "^0.6.2",
"gatsby-plugin-eslint": "^2.0.4",
"gatsby-theme-docz": "^1.0.0"
"gatsby-theme-docz": "^1.0.1"
}
}
Loading

0 comments on commit 8a9b88c

Please sign in to comment.