mirror of
https://github.com/zhigang1992/docz.git
synced 2026-04-28 17:35:54 +08:00
v0.5.1
This commit is contained in:
24
CHANGELOG.md
24
CHANGELOG.md
@@ -3,6 +3,30 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.5.1"></a>
|
||||
## [0.5.1](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.1) (2018-07-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* broken links to examples ([#101](https://github.com/pedronauck/docz/issues/101)) ([26458f2](https://github.com/pedronauck/docz/commit/26458f2))
|
||||
* **docz-core:** add a fallback name on Entry ([ec38139](https://github.com/pedronauck/docz/commit/ec38139))
|
||||
* **docz-core:** app running port message ([4aec595](https://github.com/pedronauck/docz/commit/4aec595))
|
||||
* CHANGELOG.md ([8be3724](https://github.com/pedronauck/docz/commit/8be3724))
|
||||
* **docz-core:** check name on package json ([6cdbebc](https://github.com/pedronauck/docz/commit/6cdbebc))
|
||||
* **docz-theme-default:** add overflow auto to nav ([4cdbcfd](https://github.com/pedronauck/docz/commit/4cdbcfd))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **docz-core:** add ordering property for config ([efd215e](https://github.com/pedronauck/docz/commit/efd215e))
|
||||
* **docz-core:** read name from package.json to populate initial title ([1eeb049](https://github.com/pedronauck/docz/commit/1eeb049))
|
||||
* **docz-theme-default:** add automatic table of content ([#106](https://github.com/pedronauck/docz/issues/106)) ([6ce9e84](https://github.com/pedronauck/docz/commit/6ce9e84))
|
||||
* **docz-theme-default:** add sidebar search ([7886e75](https://github.com/pedronauck/docz/commit/7886e75))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.5.0"></a>
|
||||
# [0.5.0](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.0) (2018-07-03)
|
||||
|
||||
|
||||
@@ -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.5.1"></a>
|
||||
## [0.5.1](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.1) (2018-07-03)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-babel6
|
||||
|
||||
<a name="0.5.0"></a>
|
||||
# [0.5.0](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.0) (2018-07-03)
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "docz-example-babel6",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
"build": "docz build"
|
||||
},
|
||||
"dependencies": {
|
||||
"docz": "^0.5.0",
|
||||
"docz-core": "^0.5.0",
|
||||
"docz": "^0.5.1",
|
||||
"docz-core": "^0.5.1",
|
||||
"emotion": "^9.2.4",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.1",
|
||||
@@ -17,6 +17,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-emotion": "^9.2.4",
|
||||
"docz-plugin-babel6": "^0.5.0"
|
||||
"docz-plugin-babel6": "^0.5.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.5.1"></a>
|
||||
## [0.5.1](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.1) (2018-07-03)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-basic
|
||||
|
||||
<a name="0.5.0"></a>
|
||||
# [0.5.0](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.0) (2018-07-03)
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "docz-example-basic",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
"build": "docz build"
|
||||
},
|
||||
"dependencies": {
|
||||
"docz": "^0.5.0",
|
||||
"docz-core": "^0.5.0",
|
||||
"docz": "^0.5.1",
|
||||
"docz-core": "^0.5.1",
|
||||
"emotion": "^9.2.4",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.1",
|
||||
|
||||
@@ -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.5.1"></a>
|
||||
## [0.5.1](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.1) (2018-07-03)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-css-less
|
||||
|
||||
<a name="0.5.0"></a>
|
||||
# [0.5.0](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.0) (2018-07-03)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-css-less",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -8,13 +8,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"classnames": "^2.2.6",
|
||||
"docz": "^0.5.0",
|
||||
"docz-core": "^0.5.0",
|
||||
"docz": "^0.5.1",
|
||||
"docz-core": "^0.5.1",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"docz-plugin-css": "^0.5.0"
|
||||
"docz-plugin-css": "^0.5.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.5.1"></a>
|
||||
## [0.5.1](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.1) (2018-07-03)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-css-postcss
|
||||
|
||||
<a name="0.5.0"></a>
|
||||
# [0.5.0](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.0) (2018-07-03)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-css-postcss",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -8,13 +8,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"classnames": "^2.2.6",
|
||||
"docz": "^0.5.0",
|
||||
"docz-core": "^0.5.0",
|
||||
"docz": "^0.5.1",
|
||||
"docz-core": "^0.5.1",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"docz-plugin-css": "^0.5.0"
|
||||
"docz-plugin-css": "^0.5.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.5.1"></a>
|
||||
## [0.5.1](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.1) (2018-07-03)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-css-sass
|
||||
|
||||
<a name="0.5.0"></a>
|
||||
# [0.5.0](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.0) (2018-07-03)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-css-sass",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -8,13 +8,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"classnames": "^2.2.6",
|
||||
"docz": "^0.5.0",
|
||||
"docz-core": "^0.5.0",
|
||||
"docz": "^0.5.1",
|
||||
"docz-core": "^0.5.1",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"docz-plugin-css": "^0.5.0"
|
||||
"docz-plugin-css": "^0.5.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.5.1"></a>
|
||||
## [0.5.1](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.1) (2018-07-03)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-css-stylus
|
||||
|
||||
<a name="0.5.0"></a>
|
||||
# [0.5.0](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.0) (2018-07-03)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-css-stylus",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -8,13 +8,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"classnames": "^2.2.6",
|
||||
"docz": "^0.5.0",
|
||||
"docz-core": "^0.5.0",
|
||||
"docz": "^0.5.1",
|
||||
"docz-core": "^0.5.1",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"docz-plugin-css": "^0.5.0"
|
||||
"docz-plugin-css": "^0.5.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.5.1"></a>
|
||||
## [0.5.1](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.1) (2018-07-03)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-flow
|
||||
|
||||
<a name="0.5.0"></a>
|
||||
# [0.5.0](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.0) (2018-07-03)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-flow",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -8,7 +8,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/preset-flow": "^7.0.0-beta.51",
|
||||
"docz": "^0.5.0",
|
||||
"docz": "^0.5.1",
|
||||
"emotion": "^9.2.4",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.1",
|
||||
|
||||
@@ -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.5.1"></a>
|
||||
## [0.5.1](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.1) (2018-07-03)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-typescript
|
||||
|
||||
<a name="0.5.0"></a>
|
||||
# [0.5.0](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.0) (2018-07-03)
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "docz-example-typescript",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
"build": "docz build"
|
||||
},
|
||||
"dependencies": {
|
||||
"docz": "^0.5.0",
|
||||
"docz": "^0.5.1",
|
||||
"emotion": "^9.2.4",
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"packages": [
|
||||
"packages/**/*"
|
||||
],
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
}
|
||||
|
||||
@@ -3,6 +3,25 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.5.1"></a>
|
||||
## [0.5.1](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.1) (2018-07-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **docz-core:** add a fallback name on Entry ([ec38139](https://github.com/pedronauck/docz/commit/ec38139))
|
||||
* **docz-core:** app running port message ([4aec595](https://github.com/pedronauck/docz/commit/4aec595))
|
||||
* **docz-core:** check name on package json ([6cdbebc](https://github.com/pedronauck/docz/commit/6cdbebc))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **docz-core:** add ordering property for config ([efd215e](https://github.com/pedronauck/docz/commit/efd215e))
|
||||
* **docz-core:** read name from package.json to populate initial title ([1eeb049](https://github.com/pedronauck/docz/commit/1eeb049))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.5.0"></a>
|
||||
# [0.5.0](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.0) (2018-07-03)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-core",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"main": "dist/index.js",
|
||||
"umd:main": "dist/index.umd.js",
|
||||
"module": "dist/index.m.js",
|
||||
@@ -50,7 +50,7 @@
|
||||
"koa-connect": "^2.0.1",
|
||||
"koa-mount": "^3.0.0",
|
||||
"koa-static": "^5.0.0",
|
||||
"load-cfg": "^0.5.0",
|
||||
"load-cfg": "^0.5.1",
|
||||
"lodash.get": "^4.4.2",
|
||||
"prettier": "^1.13.7",
|
||||
"react-dev-utils": "^5.0.1",
|
||||
|
||||
@@ -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.5.1"></a>
|
||||
## [0.5.1](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.1) (2018-07-03)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-plugin-babel6
|
||||
|
||||
<a name="0.5.0"></a>
|
||||
# [0.5.0](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.0) (2018-07-03)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-plugin-babel6",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"main": "dist/index.js",
|
||||
"umd:main": "dist/index.umd.js",
|
||||
"module": "dist/index.m.js",
|
||||
@@ -24,7 +24,7 @@
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-loader": "^7.1.4",
|
||||
"babel-preset-react-app": "^3.1.2",
|
||||
"docz-core": "^0.5.0",
|
||||
"docz-core": "^0.5.1",
|
||||
"happypack": "^5.0.0",
|
||||
"ts-loader": "^4.4.2"
|
||||
}
|
||||
|
||||
@@ -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.5.1"></a>
|
||||
## [0.5.1](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.1) (2018-07-03)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-plugin-css
|
||||
|
||||
<a name="0.5.0"></a>
|
||||
# [0.5.0](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.0) (2018-07-03)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-plugin-css",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"main": "dist/index.js",
|
||||
"umd:main": "dist/index.umd.js",
|
||||
"module": "dist/index.m.js",
|
||||
@@ -24,7 +24,7 @@
|
||||
"autoprefixer": "^8.6.4",
|
||||
"css-loader": "^0.28.11",
|
||||
"deepmerge": "^2.1.1",
|
||||
"docz-core": "^0.5.0",
|
||||
"docz-core": "^0.5.1",
|
||||
"less": "^3.0.4",
|
||||
"less-loader": "^4.1.0",
|
||||
"loader-utils": "^1.1.0",
|
||||
|
||||
@@ -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.5.1"></a>
|
||||
## [0.5.1](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.1) (2018-07-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **docz-theme-default:** add overflow auto to nav ([4cdbcfd](https://github.com/pedronauck/docz/commit/4cdbcfd))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **docz-theme-default:** add automatic table of content ([#106](https://github.com/pedronauck/docz/issues/106)) ([6ce9e84](https://github.com/pedronauck/docz/commit/6ce9e84))
|
||||
* **docz-theme-default:** add sidebar search ([7886e75](https://github.com/pedronauck/docz/commit/7886e75))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.5.0"></a>
|
||||
# [0.5.0](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.0) (2018-07-03)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-theme-default",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"umd:main": "dist/index.umd.js",
|
||||
@@ -20,7 +20,7 @@
|
||||
"tslint": "tslint --project ."
|
||||
},
|
||||
"dependencies": {
|
||||
"docz": "^0.5.0",
|
||||
"docz": "^0.5.1",
|
||||
"emotion": "^9.2.4",
|
||||
"emotion-theming": "^9.2.4",
|
||||
"facepaint": "^1.2.1",
|
||||
|
||||
@@ -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.
|
||||
|
||||
<a name="0.5.1"></a>
|
||||
## [0.5.1](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.1) (2018-07-03)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **docz-core:** add ordering property for config ([efd215e](https://github.com/pedronauck/docz/commit/efd215e))
|
||||
* **docz-theme-default:** add automatic table of content ([#106](https://github.com/pedronauck/docz/issues/106)) ([6ce9e84](https://github.com/pedronauck/docz/commit/6ce9e84))
|
||||
* **docz-theme-default:** add sidebar search ([7886e75](https://github.com/pedronauck/docz/commit/7886e75))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.5.0"></a>
|
||||
# [0.5.0](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.0) (2018-07-03)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"main": "dist/index.js",
|
||||
"umd:main": "dist/index.umd.js",
|
||||
"module": "dist/index.m.js",
|
||||
@@ -27,8 +27,8 @@
|
||||
"@mdx-js/tag": "^0.11.0",
|
||||
"@sindresorhus/slugify": "^0.3.0",
|
||||
"deepmerge": "^2.1.1",
|
||||
"docz-core": "^0.5.0",
|
||||
"docz-theme-default": "^0.5.0",
|
||||
"docz-core": "^0.5.1",
|
||||
"docz-theme-default": "^0.5.1",
|
||||
"invariant": "^2.2.4",
|
||||
"loadable-components": "^2.2.2",
|
||||
"pascalcase": "^0.1.1",
|
||||
|
||||
@@ -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.5.1"></a>
|
||||
## [0.5.1](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.1) (2018-07-03)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package load-cfg
|
||||
|
||||
<a name="0.5.0"></a>
|
||||
# [0.5.0](https://github.com/pedronauck/docz/compare/v0.3.4...v0.5.0) (2018-07-03)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "load-cfg",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"main": "dist/index.js",
|
||||
"umd:main": "dist/index.umd.js",
|
||||
"module": "dist/index.m.js",
|
||||
|
||||
Reference in New Issue
Block a user