mirror of
https://github.com/zhigang1992/docz.git
synced 2026-04-23 12:56:54 +08:00
v0.2.0-beta.2
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -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.2.0-beta.2"></a>
|
||||
# [0.2.0-beta.2](https://github.com/doczjs/docz/compare/v0.2.0-beta.1...v0.2.0-beta.2) (2018-06-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **docz-core:** autolink headings ([0b8369d](https://github.com/doczjs/docz/commit/0b8369d))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.2.0-beta.1"></a>
|
||||
# [0.2.0-beta.1](https://github.com/doczjs/docz/compare/v0.2.0-beta.0...v0.2.0-beta.1) (2018-06-10)
|
||||
|
||||
|
||||
@@ -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.2.0-beta.2"></a>
|
||||
# [0.2.0-beta.2](https://github.com/doczjs/docz/compare/v0.2.0-beta.1...v0.2.0-beta.2) (2018-06-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **docz-core:** autolink headings ([0b8369d](https://github.com/doczjs/docz/commit/0b8369d))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.2.0-beta.1"></a>
|
||||
# [0.2.0-beta.1](https://github.com/doczjs/docz/compare/v0.2.0-beta.0...v0.2.0-beta.1) (2018-06-10)
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "docz-example-basic",
|
||||
"version": "0.2.0-beta.1",
|
||||
"version": "0.2.0-beta.2",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
"build": "docz build"
|
||||
},
|
||||
"dependencies": {
|
||||
"docz": "^0.2.0-beta.1",
|
||||
"docz-core": "^0.2.0-beta.1",
|
||||
"docz": "^0.2.0-beta.2",
|
||||
"docz-core": "^0.2.0-beta.2",
|
||||
"emotion": "^9.2.1",
|
||||
"prop-types": "^15.6.1",
|
||||
"react": "^16.4.0",
|
||||
|
||||
@@ -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.2.0-beta.2"></a>
|
||||
# [0.2.0-beta.2](https://github.com/doczjs/docz/compare/v0.2.0-beta.1...v0.2.0-beta.2) (2018-06-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **docz-core:** autolink headings ([0b8369d](https://github.com/doczjs/docz/commit/0b8369d))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.2.0-beta.1"></a>
|
||||
# [0.2.0-beta.1](https://github.com/doczjs/docz/compare/v0.2.0-beta.0...v0.2.0-beta.1) (2018-06-10)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-flow",
|
||||
"version": "0.2.0-beta.1",
|
||||
"version": "0.2.0-beta.2",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -8,7 +8,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/preset-flow": "^7.0.0-beta.49",
|
||||
"docz": "^0.2.0-beta.1",
|
||||
"docz": "^0.2.0-beta.2",
|
||||
"emotion": "^9.2.1",
|
||||
"prop-types": "^15.6.1",
|
||||
"react": "^16.4.0",
|
||||
|
||||
@@ -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.2.0-beta.2"></a>
|
||||
# [0.2.0-beta.2](https://github.com/doczjs/docz/compare/v0.2.0-beta.1...v0.2.0-beta.2) (2018-06-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **docz-core:** autolink headings ([0b8369d](https://github.com/doczjs/docz/commit/0b8369d))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.2.0-beta.1"></a>
|
||||
# [0.2.0-beta.1](https://github.com/doczjs/docz/compare/v0.2.0-beta.0...v0.2.0-beta.1) (2018-06-10)
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "docz-example-typescript",
|
||||
"version": "0.2.0-beta.1",
|
||||
"version": "0.2.0-beta.2",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
"build": "docz build"
|
||||
},
|
||||
"dependencies": {
|
||||
"docz": "^0.2.0-beta.1",
|
||||
"docz": "^0.2.0-beta.2",
|
||||
"emotion": "^9.2.1",
|
||||
"react": "^16.4.0",
|
||||
"react-dom": "^16.4.0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"packages": [
|
||||
"packages/**/*"
|
||||
],
|
||||
"version": "0.2.0-beta.1",
|
||||
"version": "0.2.0-beta.2",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
}
|
||||
|
||||
@@ -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.2.0-beta.2"></a>
|
||||
# [0.2.0-beta.2](https://github.com/doczjs/docz/compare/v0.2.0-beta.1...v0.2.0-beta.2) (2018-06-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **docz-core:** autolink headings ([0b8369d](https://github.com/doczjs/docz/commit/0b8369d))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.2.0-beta.1"></a>
|
||||
# [0.2.0-beta.1](https://github.com/doczjs/docz/compare/v0.2.0-beta.0...v0.2.0-beta.1) (2018-06-10)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-core",
|
||||
"version": "0.2.0-beta.1",
|
||||
"version": "0.2.0-beta.2",
|
||||
"main": "dist/index.js",
|
||||
"umd:main": "dist/index.umd.js",
|
||||
"module": "dist/index.m.js",
|
||||
|
||||
@@ -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.2.0-beta.2"></a>
|
||||
# [0.2.0-beta.2](https://github.com/doczjs/docz/compare/v0.2.0-beta.1...v0.2.0-beta.2) (2018-06-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **docz-core:** autolink headings ([0b8369d](https://github.com/doczjs/docz/commit/0b8369d))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.2.0-beta.1"></a>
|
||||
# [0.2.0-beta.1](https://github.com/doczjs/docz/compare/v0.2.0-beta.0...v0.2.0-beta.1) (2018-06-10)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-theme-default",
|
||||
"version": "0.2.0-beta.1",
|
||||
"version": "0.2.0-beta.2",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"umd:main": "dist/index.umd.js",
|
||||
@@ -20,7 +20,7 @@
|
||||
"tslint": "tslint --project ."
|
||||
},
|
||||
"dependencies": {
|
||||
"docz": "^0.2.0-beta.1",
|
||||
"docz": "^0.2.0-beta.2",
|
||||
"emotion": "^9.2.1",
|
||||
"emotion-theming": "^9.2.1",
|
||||
"fast-deep-equal": "^2.0.1",
|
||||
|
||||
@@ -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.2.0-beta.2"></a>
|
||||
# [0.2.0-beta.2](https://github.com/doczjs/docz/compare/v0.2.0-beta.1...v0.2.0-beta.2) (2018-06-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **docz-core:** autolink headings ([0b8369d](https://github.com/doczjs/docz/commit/0b8369d))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.2.0-beta.1"></a>
|
||||
# [0.2.0-beta.1](https://github.com/doczjs/docz/compare/v0.2.0-beta.0...v0.2.0-beta.1) (2018-06-10)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz",
|
||||
"version": "0.2.0-beta.1",
|
||||
"version": "0.2.0-beta.2",
|
||||
"main": "dist/index.js",
|
||||
"umd:main": "dist/index.umd.js",
|
||||
"module": "dist/index.m.js",
|
||||
@@ -26,8 +26,8 @@
|
||||
"dependencies": {
|
||||
"@sindresorhus/slugify": "^0.3.0",
|
||||
"deepmerge": "^2.1.1",
|
||||
"docz-core": "^0.2.0-beta.1",
|
||||
"docz-theme-default": "^0.2.0-beta.1",
|
||||
"docz-core": "^0.2.0-beta.2",
|
||||
"docz-theme-default": "^0.2.0-beta.2",
|
||||
"invariant": "^2.2.4",
|
||||
"loadable-components": "^2.2.2",
|
||||
"pascalcase": "^0.1.1",
|
||||
|
||||
Reference in New Issue
Block a user