Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Apr 15, 2019
1 parent a927389 commit d67429e
Show file tree
Hide file tree
Showing 36 changed files with 216 additions and 57 deletions.
13 changes: 13 additions & 0 deletions 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.

## [1.0.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15)


### Bug Fixes

* **docz-theme-default:** overlay just for mobile resolutions ([a927389](https://github.com/pedronauck/docz/commit/a927389))
* pin typescript version ([8ae97d3](https://github.com/pedronauck/docz/commit/8ae97d3))
* window check ([cfbda29](https://github.com/pedronauck/docz/commit/cfbda29))





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


Expand Down
11 changes: 11 additions & 0 deletions core/docz-core/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.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15)


### Bug Fixes

* pin typescript version ([8ae97d3](https://github.com/pedronauck/docz/commit/8ae97d3))





## [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
Expand Down
16 changes: 8 additions & 8 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.1",
"version": "1.0.2",
"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.1",
"babel-plugin-export-metadata": "^1.0.2",
"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.1",
"docz-utils": "^1.0.2",
"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.1",
"load-cfg": "^1.0.2",
"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.1",
"react-docgen-actual-name-handler": "^1.0.2",
"react-docgen-external-proptypes-handler": "^1.0.2",
"react-docgen-typescript": "^1.12.3",
"react-hot-loader": "^4.8.4",
"recast": "^0.17.5",
"rehype-docz": "^1.0.1",
"rehype-docz": "^1.0.2",
"rehype-slug": "^2.0.2",
"remark-docz": "^1.0.1",
"remark-docz": "^1.0.2",
"remark-frontmatter": "^1.3.1",
"remark-parse": "^6.0.2",
"resolve": "^1.10.0",
Expand Down Expand Up @@ -95,6 +95,6 @@
"@types/webpack-dev-server": "^3.1.5",
"@types/ws": "^6.0.1",
"cpy": "^7.2.0",
"docz-rollup": "^1.0.0"
"docz-rollup": "^1.0.2"
}
}
8 changes: 8 additions & 0 deletions core/docz-rollup/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.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15)

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





# [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-rollup
Expand Down
2 changes: 1 addition & 1 deletion core/docz-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-rollup",
"version": "1.0.0",
"version": "1.0.2",
"license": "MIT",
"main": "src/index.js",
"files": [
Expand Down
12 changes: 12 additions & 0 deletions core/docz-theme-default/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15)


### Bug Fixes

* **docz-theme-default:** overlay just for mobile resolutions ([a927389](https://github.com/pedronauck/docz/commit/a927389))
* window check ([cfbda29](https://github.com/pedronauck/docz/commit/cfbda29))





## [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
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "1.0.2",
"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.1",
"docz": "^1.0.2",
"facepaint": "^1.2.1",
"hotkeys-js": "^3.6.2",
"lodash": "^4.17.11",
Expand All @@ -49,6 +49,6 @@
"@types/styled-components": "^4.1.14",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-styled-components": "^1.10.0",
"docz-rollup": "^1.0.0"
"docz-rollup": "^1.0.2"
}
}
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.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15)

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





## [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
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "1.0.2",
"description": "Some methods used and utilities used on docz",
"license": "MIT",
"main": "lib/index.js",
Expand Down Expand Up @@ -45,6 +45,6 @@
"unist-util-visit": "^1.4.0"
},
"devDependencies": {
"docz-rollup": "^1.0.0"
"docz-rollup": "^1.0.2"
}
}
11 changes: 11 additions & 0 deletions core/docz/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.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15)


### Bug Fixes

* window check ([cfbda29](https://github.com/pedronauck/docz/commit/cfbda29))





## [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
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": "1.0.1",
"version": "1.0.2",
"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.1",
"docz-core": "^1.0.2",
"fast-deep-equal": "^2.0.1",
"lodash": "^4.17.11",
"match-sorter": "^2.3.0",
Expand All @@ -49,6 +49,6 @@
"@types/node": "^11.13.4",
"@types/reach__router": "^1.2.4",
"@types/react": "^16.8.13",
"docz-rollup": "^1.0.0"
"docz-rollup": "^1.0.2"
}
}
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.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15)

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





## [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
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.1",
"version": "1.0.2",
"description": "Gatsby theme created to use Docz",
"license": "MIT",
"author": "Pedro Nauck ([email protected])",
Expand All @@ -17,13 +17,13 @@
"dependencies": {
"@mdx-js/mdx": "^1.0.5",
"@mdx-js/react": "^1.0.2",
"babel-plugin-export-metadata": "^1.0.1",
"babel-plugin-export-metadata": "^1.0.2",
"change-case": "^3.1.0",
"chokidar": "^2.1.5",
"docz": "^1.0.1",
"docz-core": "^1.0.1",
"docz-theme-default": "^1.0.1",
"docz-utils": "^1.0.1",
"docz": "^1.0.2",
"docz-core": "^1.0.2",
"docz-theme-default": "^1.0.2",
"docz-utils": "^1.0.2",
"fs-extra": "^7.0.1",
"gatsby": "^2.3.23",
"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.1",
"rehype-docz": "^1.0.2",
"rehype-slug": "^2.0.2",
"remark-docz": "^1.0.1",
"remark-docz": "^1.0.2",
"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.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15)

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





## [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
Expand Down
8 changes: 4 additions & 4 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.1",
"version": "1.0.2",
"description": "Rehype plugin used by docz",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -21,15 +21,15 @@
"test": "jest"
},
"dependencies": {
"docz-utils": "^1.0.1",
"docz-utils": "^1.0.2",
"hast-util-to-string": "^1.0.1",
"jsx-ast-utils": "^2.0.1",
"lodash": "^4.17.11",
"unist-util-is": "^2.1.2"
},
"devDependencies": {
"@mdx-js/mdx": "^1.0.5",
"docz-rollup": "^1.0.0",
"remark-docz": "^1.0.1"
"docz-rollup": "^1.0.2",
"remark-docz": "^1.0.2"
}
}
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.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15)

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





## [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
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "1.0.2",
"description": "Remark plugin used by docz",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -26,6 +26,6 @@
},
"devDependencies": {
"@mdx-js/mdx": "^1.0.5",
"docz-rollup": "^1.0.0"
"docz-rollup": "^1.0.2"
}
}
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.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15)

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





## [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
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.1",
"version": "1.0.2",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -13,7 +13,7 @@
"styled-components": "^4.2.0"
},
"devDependencies": {
"docz": "^1.0.1",
"docz-theme-default": "^1.0.1"
"docz": "^1.0.2",
"docz-theme-default": "^1.0.2"
}
}
Loading

0 comments on commit d67429e

Please sign in to comment.