Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jun 26, 2018
1 parent 5e4b98d commit dbb3bc4
Show file tree
Hide file tree
Showing 30 changed files with 193 additions and 40 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.

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


### Bug Fixes

* **docz-core:** copy templates files for dist ([#88](https://github.com/pedronauck/docz/issues/88)) ([5e4b98d](https://github.com/pedronauck/docz/commit/5e4b98d))




<a name="0.3.2"></a>
## [0.3.2](https://github.com/pedronauck/docz/compare/v0.3.1...v0.3.2) (2018-06-25)

Expand Down
11 changes: 11 additions & 0 deletions examples/babel6/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.3.3"></a>
## [0.3.3](https://github.com/pedronauck/docz/compare/v0.3.2...v0.3.3) (2018-06-26)


### Bug Fixes

* **docz-core:** copy templates files for dist ([#88](https://github.com/pedronauck/docz/issues/88)) ([5e4b98d](https://github.com/pedronauck/docz/commit/5e4b98d))




<a name="0.3.2"></a>
## [0.3.2](https://github.com/pedronauck/docz/compare/v0.3.1...v0.3.2) (2018-06-25)

Expand Down
8 changes: 4 additions & 4 deletions examples/babel6/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "docz-example-babel6",
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.3.2",
"docz-core": "^0.3.2",
"docz": "^0.3.3",
"docz-core": "^0.3.3",
"emotion": "^9.2.4",
"prop-types": "^15.6.2",
"react": "^16.4.1",
Expand All @@ -17,6 +17,6 @@
},
"devDependencies": {
"babel-plugin-emotion": "^9.2.4",
"docz-plugin-babel6": "^0.3.2"
"docz-plugin-babel6": "^0.3.3"
}
}
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.3.3"></a>
## [0.3.3](https://github.com/pedronauck/docz/compare/v0.3.2...v0.3.3) (2018-06-26)


### Bug Fixes

* **docz-core:** copy templates files for dist ([#88](https://github.com/pedronauck/docz/issues/88)) ([5e4b98d](https://github.com/pedronauck/docz/commit/5e4b98d))




<a name="0.3.2"></a>
## [0.3.2](https://github.com/pedronauck/docz/compare/v0.3.1...v0.3.2) (2018-06-25)

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.3.2",
"version": "0.3.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.3.2",
"docz-core": "^0.3.2",
"docz": "^0.3.3",
"docz-core": "^0.3.3",
"emotion": "^9.2.4",
"prop-types": "^15.6.2",
"react": "^16.4.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/css-less/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.3.3"></a>
## [0.3.3](https://github.com/pedronauck/docz/compare/v0.3.2...v0.3.3) (2018-06-26)




**Note:** Version bump only for package docz-example-css-less

<a name="0.3.2"></a>
## [0.3.2](https://github.com/pedronauck/docz/compare/v0.3.1...v0.3.2) (2018-06-25)

Expand Down
8 changes: 4 additions & 4 deletions examples/css-less/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "docz-example-css-less",
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"classnames": "^2.2.6",
"docz": "^0.3.2",
"docz-core": "^0.3.2",
"docz": "^0.3.3",
"docz-core": "^0.3.3",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"docz-plugin-css": "^0.3.2"
"docz-plugin-css": "^0.3.3"
}
}
8 changes: 8 additions & 0 deletions examples/css-postcss/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.3.3"></a>
## [0.3.3](https://github.com/pedronauck/docz/compare/v0.3.2...v0.3.3) (2018-06-26)




**Note:** Version bump only for package docz-example-css-postcss

<a name="0.3.2"></a>
## [0.3.2](https://github.com/pedronauck/docz/compare/v0.3.1...v0.3.2) (2018-06-25)

Expand Down
8 changes: 4 additions & 4 deletions examples/css-postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "docz-example-css-postcss",
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"classnames": "^2.2.6",
"docz": "^0.3.2",
"docz-core": "^0.3.2",
"docz": "^0.3.3",
"docz-core": "^0.3.3",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"docz-plugin-css": "^0.3.2"
"docz-plugin-css": "^0.3.3"
}
}
8 changes: 8 additions & 0 deletions examples/css-sass/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.3.3"></a>
## [0.3.3](https://github.com/pedronauck/docz/compare/v0.3.2...v0.3.3) (2018-06-26)




**Note:** Version bump only for package docz-example-css-sass

<a name="0.3.2"></a>
## [0.3.2](https://github.com/pedronauck/docz/compare/v0.3.1...v0.3.2) (2018-06-25)

Expand Down
8 changes: 4 additions & 4 deletions examples/css-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "docz-example-css-sass",
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"classnames": "^2.2.6",
"docz": "^0.3.2",
"docz-core": "^0.3.2",
"docz": "^0.3.3",
"docz-core": "^0.3.3",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"docz-plugin-css": "^0.3.2"
"docz-plugin-css": "^0.3.3"
}
}
8 changes: 8 additions & 0 deletions examples/css-stylus/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.3.3"></a>
## [0.3.3](https://github.com/pedronauck/docz/compare/v0.3.2...v0.3.3) (2018-06-26)




**Note:** Version bump only for package docz-example-css-stylus

<a name="0.3.2"></a>
## [0.3.2](https://github.com/pedronauck/docz/compare/v0.3.1...v0.3.2) (2018-06-25)

Expand Down
8 changes: 4 additions & 4 deletions examples/css-stylus/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "docz-example-css-stylus",
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"classnames": "^2.2.6",
"docz": "^0.3.2",
"docz-core": "^0.3.2",
"docz": "^0.3.3",
"docz-core": "^0.3.3",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"docz-plugin-css": "^0.3.2"
"docz-plugin-css": "^0.3.3"
}
}
11 changes: 11 additions & 0 deletions examples/flow/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.3.3"></a>
## [0.3.3](https://github.com/pedronauck/docz/compare/v0.3.2...v0.3.3) (2018-06-26)


### Bug Fixes

* **docz-core:** copy templates files for dist ([#88](https://github.com/pedronauck/docz/issues/88)) ([5e4b98d](https://github.com/pedronauck/docz/commit/5e4b98d))




<a name="0.3.2"></a>
## [0.3.2](https://github.com/pedronauck/docz/compare/v0.3.1...v0.3.2) (2018-06-25)

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.3.2",
"version": "0.3.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"@babel/preset-flow": "^7.0.0-beta.51",
"docz": "^0.3.2",
"docz": "^0.3.3",
"emotion": "^9.2.4",
"prop-types": "^15.6.2",
"react": "^16.4.1",
Expand Down
11 changes: 11 additions & 0 deletions examples/typescript/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.3.3"></a>
## [0.3.3](https://github.com/pedronauck/docz/compare/v0.3.2...v0.3.3) (2018-06-26)


### Bug Fixes

* **docz-core:** copy templates files for dist ([#88](https://github.com/pedronauck/docz/issues/88)) ([5e4b98d](https://github.com/pedronauck/docz/commit/5e4b98d))




<a name="0.3.2"></a>
## [0.3.2](https://github.com/pedronauck/docz/compare/v0.3.1...v0.3.2) (2018-06-25)

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.3.2",
"version": "0.3.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.3.2",
"docz": "^0.3.3",
"emotion": "^9.2.4",
"react": "^16.4.1",
"react-dom": "^16.4.1",
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.3.2",
"version": "0.3.3",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/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.

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


### Bug Fixes

* **docz-core:** copy templates files for dist ([#88](https://github.com/pedronauck/docz/issues/88)) ([5e4b98d](https://github.com/pedronauck/docz/commit/5e4b98d))




<a name="0.3.2"></a>
## [0.3.2](https://github.com/pedronauck/docz/compare/v0.3.1...v0.3.2) (2018-06-25)

Expand Down
6 changes: 3 additions & 3 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.3.2",
"version": "0.3.3",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.m.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"cpy": "^7.0.1",
"deepmerge": "^2.1.1",
"detect-port": "^1.2.3",
"docz-theme-default": "^0.3.2",
"docz-theme-default": "^0.3.3",
"express": "^4.16.3",
"fast-glob": "^2.2.2",
"file-loader": "^1.1.11",
Expand All @@ -51,7 +51,7 @@
"koa-connect": "^2.0.1",
"koa-mount": "^3.0.0",
"koa-static": "^5.0.0",
"load-cfg": "^0.2.8",
"load-cfg": "^0.3.3",
"lodash.get": "^4.4.2",
"prettier": "^1.13.6",
"react-dev-utils": "^5.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/docz-plugin-babel6/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.3.3"></a>
## [0.3.3](https://github.com/pedronauck/docz/compare/v0.3.2...v0.3.3) (2018-06-26)


### Bug Fixes

* **docz-core:** copy templates files for dist ([#88](https://github.com/pedronauck/docz/issues/88)) ([5e4b98d](https://github.com/pedronauck/docz/commit/5e4b98d))




<a name="0.3.2"></a>
## [0.3.2](https://github.com/pedronauck/docz/compare/v0.3.1...v0.3.2) (2018-06-25)

Expand Down
Loading

0 comments on commit dbb3bc4

Please sign in to comment.