mirror of
https://github.com/zhigang1992/docz.git
synced 2026-04-23 21:00:07 +08:00
v0.1.2-beta.0
This commit is contained in:
@@ -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.2-beta.0"></a>
|
||||
## [0.1.2-beta.0](https://github.com/doczjs/docz/compare/v0.1.1...v0.1.2-beta.0) (2018-06-02)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package undefined
|
||||
|
||||
<a name="0.1.1-beta.6"></a>
|
||||
## [0.1.1-beta.6](https://github.com/doczjs/docz/compare/v0.1.1-beta.5...v0.1.1-beta.6) (2018-06-01)
|
||||
|
||||
|
||||
@@ -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.2-beta.0"></a>
|
||||
## [0.1.2-beta.0](https://github.com/doczjs/docz/compare/v0.1.1...v0.1.2-beta.0) (2018-06-02)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-basic
|
||||
|
||||
<a name="0.1.1-beta.6"></a>
|
||||
## [0.1.1-beta.6](https://github.com/doczjs/docz/compare/v0.1.1-beta.5...v0.1.1-beta.6) (2018-06-01)
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "docz-example-basic",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2-beta.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
"build": "docz build"
|
||||
},
|
||||
"dependencies": {
|
||||
"docz": "^0.1.1",
|
||||
"docz-core": "^0.1.1",
|
||||
"docz": "^0.1.2-beta.0",
|
||||
"docz-core": "^0.1.2-beta.0",
|
||||
"emotion": "^9.1.3",
|
||||
"prop-types": "^15.6.1",
|
||||
"react": "^16.4.0",
|
||||
|
||||
@@ -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.2-beta.0"></a>
|
||||
## [0.1.2-beta.0](https://github.com/doczjs/docz/compare/v0.1.1...v0.1.2-beta.0) (2018-06-02)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-flow
|
||||
|
||||
<a name="0.1.1-beta.6"></a>
|
||||
## [0.1.1-beta.6](https://github.com/doczjs/docz/compare/v0.1.1-beta.5...v0.1.1-beta.6) (2018-06-01)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-flow",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2-beta.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -8,7 +8,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/preset-flow": "^7.0.0-beta.49",
|
||||
"docz": "^0.1.1",
|
||||
"docz": "^0.1.2-beta.0",
|
||||
"emotion": "^9.1.3",
|
||||
"prop-types": "^15.6.1",
|
||||
"react": "^16.4.0",
|
||||
|
||||
@@ -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.2-beta.0"></a>
|
||||
## [0.1.2-beta.0](https://github.com/doczjs/docz/compare/v0.1.1...v0.1.2-beta.0) (2018-06-02)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-typescript
|
||||
|
||||
<a name="0.1.1-beta.6"></a>
|
||||
## [0.1.1-beta.6](https://github.com/doczjs/docz/compare/v0.1.1-beta.5...v0.1.1-beta.6) (2018-06-01)
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "docz-example-typescript",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2-beta.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
"build": "docz build"
|
||||
},
|
||||
"dependencies": {
|
||||
"docz": "^0.1.1",
|
||||
"docz": "^0.1.2-beta.0",
|
||||
"emotion": "^9.1.3",
|
||||
"react": "^16.4.0",
|
||||
"react-dom": "^16.4.0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"packages": [
|
||||
"packages/**/*"
|
||||
],
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2-beta.0",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
}
|
||||
|
||||
@@ -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.2-beta.0"></a>
|
||||
## [0.1.2-beta.0](https://github.com/doczjs/docz/compare/v0.1.1...v0.1.2-beta.0) (2018-06-02)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-core
|
||||
|
||||
<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)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-core",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2-beta.0",
|
||||
"main": "dist/index.js",
|
||||
"umd:main": "dist/index.umd.js",
|
||||
"module": "dist/index.m.js",
|
||||
@@ -48,7 +48,7 @@
|
||||
"koa-connect": "^2.0.1",
|
||||
"koa-mount": "^3.0.0",
|
||||
"koa-static": "^4.0.3",
|
||||
"load-cfg": "^0.1.1",
|
||||
"load-cfg": "^0.1.2-beta.0",
|
||||
"lodash.get": "^4.4.2",
|
||||
"prettier": "^1.13.4",
|
||||
"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.1.2-beta.0"></a>
|
||||
## [0.1.2-beta.0](https://github.com/doczjs/docz/compare/v0.1.1...v0.1.2-beta.0) (2018-06-02)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-theme-default
|
||||
|
||||
<a name="0.1.1-beta.6"></a>
|
||||
## [0.1.1-beta.6](https://github.com/doczjs/docz/compare/v0.1.1-beta.5...v0.1.1-beta.6) (2018-06-01)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-theme-default",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2-beta.0",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"umd:main": "dist/index.umd.js",
|
||||
@@ -20,7 +20,7 @@
|
||||
"tslint": "tslint --project ."
|
||||
},
|
||||
"dependencies": {
|
||||
"docz": "^0.1.1",
|
||||
"docz": "^0.1.2-beta.0",
|
||||
"emotion": "^9.1.3",
|
||||
"emotion-theming": "^9.1.2",
|
||||
"fast-deep-equal": "^2.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.1.2-beta.0"></a>
|
||||
## [0.1.2-beta.0](https://github.com/doczjs/docz/compare/v0.1.1...v0.1.2-beta.0) (2018-06-02)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz
|
||||
|
||||
<a name="0.1.1-beta.6"></a>
|
||||
## [0.1.1-beta.6](https://github.com/doczjs/docz/compare/v0.1.1-beta.5...v0.1.1-beta.6) (2018-06-01)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2-beta.0",
|
||||
"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.1.1",
|
||||
"docz-theme-default": "^0.1.1",
|
||||
"docz-core": "^0.1.2-beta.0",
|
||||
"docz-theme-default": "^0.1.2-beta.0",
|
||||
"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.1.2-beta.0"></a>
|
||||
## [0.1.2-beta.0](https://github.com/doczjs/docz/compare/v0.1.1...v0.1.2-beta.0) (2018-06-02)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package load-cfg
|
||||
|
||||
<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)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "load-cfg",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2-beta.0",
|
||||
"main": "dist/index.js",
|
||||
"umd:main": "dist/index.umd.js",
|
||||
"module": "dist/index.m.js",
|
||||
|
||||
Reference in New Issue
Block a user