Skip to content

Commit

Permalink
v0.1.1-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jun 1, 2018
1 parent 6ef780d commit b05df38
Show file tree
Hide file tree
Showing 16 changed files with 106 additions and 16 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.1.1-beta.5"></a>
## [0.1.1-beta.5](https://github.com/doczjs/docz/compare/v0.1.1-beta.4...v0.1.1-beta.5) (2018-06-01)


### Bug Fixes

* **docz:** link component ([7626982](https://github.com/doczjs/docz/commit/7626982))
* **load-cfg:** add namedExports options ([d36194d](https://github.com/doczjs/docz/commit/d36194d))


### Features

* **load-cfg:** add esm module loader ([12a7610](https://github.com/doczjs/docz/commit/12a7610))




<a name="0.1.1-beta.4"></a>
## [0.1.1-beta.4](https://github.com/doczjs/docz/compare/v0.1.1-beta.3...v0.1.1-beta.4) (2018-05-29)

Expand Down
11 changes: 11 additions & 0 deletions examples/basic/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.

<a name="0.1.1-beta.5"></a>
## [0.1.1-beta.5](https://github.com/doczjs/docz/compare/v0.1.1-beta.4...v0.1.1-beta.5) (2018-06-01)


### Bug Fixes

* **load-cfg:** add namedExports options ([d36194d](https://github.com/doczjs/docz/commit/d36194d))




<a name="0.1.1-beta.4"></a>
## [0.1.1-beta.4](https://github.com/doczjs/docz/compare/v0.1.1-beta.3...v0.1.1-beta.4) (2018-05-29)

Expand Down
6 changes: 3 additions & 3 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "docz-example-basic",
"version": "0.1.1-beta.4",
"version": "0.1.1-beta.5",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.1.1-beta.4",
"docz-core": "^0.1.1-beta.4",
"docz": "^0.1.1-beta.5",
"docz-core": "^0.1.1-beta.5",
"emotion": "^9.1.3",
"prop-types": "^15.6.1",
"react": "^16.4.0",
Expand Down
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.

<a name="0.1.1-beta.5"></a>
## [0.1.1-beta.5](https://github.com/doczjs/docz/compare/v0.1.1-beta.4...v0.1.1-beta.5) (2018-06-01)




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

<a name="0.1.1-beta.4"></a>
## [0.1.1-beta.4](https://github.com/doczjs/docz/compare/v0.1.1-beta.3...v0.1.1-beta.4) (2018-05-29)

Expand Down
4 changes: 2 additions & 2 deletions examples/flow/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "docz-example-flow",
"version": "0.1.1-beta.4",
"version": "0.1.1-beta.5",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"@babel/preset-flow": "^7.0.0-beta.49",
"docz": "^0.1.1-beta.4",
"docz": "^0.1.1-beta.5",
"emotion": "^9.1.3",
"prop-types": "^15.6.1",
"react": "^16.4.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/typescript/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.

<a name="0.1.1-beta.5"></a>
## [0.1.1-beta.5](https://github.com/doczjs/docz/compare/v0.1.1-beta.4...v0.1.1-beta.5) (2018-06-01)




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

<a name="0.1.1-beta.4"></a>
## [0.1.1-beta.4](https://github.com/doczjs/docz/compare/v0.1.1-beta.3...v0.1.1-beta.4) (2018-05-29)

Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "docz-example-typescript",
"version": "0.1.1-beta.4",
"version": "0.1.1-beta.5",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.1.1-beta.4",
"docz": "^0.1.1-beta.5",
"emotion": "^9.1.3",
"react": "^16.4.0",
"react-dom": "^16.4.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/**/*"
],
"version": "0.1.1-beta.4",
"version": "0.1.1-beta.5",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/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.

<a name="0.1.1-beta.5"></a>
## [0.1.1-beta.5](https://github.com/doczjs/docz/compare/v0.1.1-beta.4...v0.1.1-beta.5) (2018-06-01)




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

<a name="0.1.1-beta.4"></a>
## [0.1.1-beta.4](https://github.com/doczjs/docz/compare/v0.1.1-beta.3...v0.1.1-beta.4) (2018-05-29)

Expand Down
4 changes: 2 additions & 2 deletions packages/docz-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-core",
"version": "0.1.1-beta.4",
"version": "0.1.1-beta.5",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.m.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"koa-connect": "^2.0.1",
"koa-mount": "^3.0.0",
"koa-static": "^4.0.3",
"load-cfg": "^0.1.0",
"load-cfg": "^0.1.1-beta.5",
"lodash.get": "^4.4.2",
"prettier": "^1.13.0",
"react-dev-utils": "^5.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/docz-theme-default/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.

<a name="0.1.1-beta.5"></a>
## [0.1.1-beta.5](https://github.com/doczjs/docz/compare/v0.1.1-beta.4...v0.1.1-beta.5) (2018-06-01)


### Bug Fixes

* **docz:** link component ([7626982](https://github.com/doczjs/docz/commit/7626982))




<a name="0.1.1-beta.4"></a>
## [0.1.1-beta.4](https://github.com/doczjs/docz/compare/v0.1.1-beta.3...v0.1.1-beta.4) (2018-05-29)

Expand Down
4 changes: 2 additions & 2 deletions packages/docz-theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-theme-default",
"version": "0.1.1-beta.4",
"version": "0.1.1-beta.5",
"license": "MIT",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"classnames": "^2.2.5",
"docz": "^0.1.1-beta.4",
"docz": "^0.1.1-beta.5",
"emotion": "^9.1.3",
"emotion-normalize": "^7.0.1",
"emotion-theming": "^9.1.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/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.

<a name="0.1.1-beta.5"></a>
## [0.1.1-beta.5](https://github.com/doczjs/docz/compare/v0.1.1-beta.4...v0.1.1-beta.5) (2018-06-01)


### Bug Fixes

* **docz:** link component ([7626982](https://github.com/doczjs/docz/commit/7626982))




<a name="0.1.1-beta.4"></a>
## [0.1.1-beta.4](https://github.com/doczjs/docz/compare/v0.1.1-beta.3...v0.1.1-beta.4) (2018-05-29)

Expand Down
4 changes: 2 additions & 2 deletions packages/docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz",
"version": "0.1.1-beta.4",
"version": "0.1.1-beta.5",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.m.js",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@sindresorhus/slugify": "^0.3.0",
"deepmerge": "^2.1.1",
"docz-core": "^0.1.1-beta.4",
"docz-core": "^0.1.1-beta.5",
"invariant": "^2.2.4",
"loadable-components": "^2.2.2",
"pascalcase": "^0.1.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/load-cfg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.1.1-beta.5"></a>
## [0.1.1-beta.5](https://github.com/doczjs/docz/compare/v0.1.1-beta.4...v0.1.1-beta.5) (2018-06-01)


### Bug Fixes

* **load-cfg:** add namedExports options ([d36194d](https://github.com/doczjs/docz/commit/d36194d))


### Features

* **load-cfg:** add esm module loader ([12a7610](https://github.com/doczjs/docz/commit/12a7610))




<a name="0.1.0"></a>
# 0.1.0 (2018-05-29)

Expand Down
4 changes: 2 additions & 2 deletions packages/load-cfg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "load-cfg",
"version": "0.1.0",
"version": "0.1.1-beta.5",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.m.js",
Expand All @@ -21,8 +21,8 @@
"tslint": "tslint --project ."
},
"dependencies": {
"esm": "^3.0.41",
"deepmerge": "^2.1.1",
"esm": "^3.0.41",
"find-up": "^2.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit b05df38

Please sign in to comment.