mirror of
https://github.com/zhigang1992/docz.git
synced 2026-04-30 02:56:10 +08:00
v0.9.4-beta.1
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.9.4-beta.1"></a>
|
||||
## [0.9.4-beta.1](https://github.com/pedronauck/docz/compare/v0.9.4-beta.0...v0.9.4-beta.1) (2018-08-04)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-babel6
|
||||
|
||||
<a name="0.9.4-beta.0"></a>
|
||||
## [0.9.4-beta.0](https://github.com/pedronauck/docz/compare/v0.9.2...v0.9.4-beta.0) (2018-08-04)
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "docz-example-babel6",
|
||||
"version": "0.9.4-beta.0",
|
||||
"version": "0.9.4-beta.1",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
"build": "docz build"
|
||||
},
|
||||
"dependencies": {
|
||||
"docz": "^0.9.4-beta.0",
|
||||
"docz-core": "^0.9.4-beta.0",
|
||||
"docz": "^0.9.4-beta.1",
|
||||
"docz-core": "^0.9.4-beta.1",
|
||||
"emotion": "^9.2.6",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.2",
|
||||
@@ -17,7 +17,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-emotion": "^9.2.6",
|
||||
"docz-plugin-babel6": "^0.9.4-beta.0",
|
||||
"docz-plugin-babel6": "^0.9.4-beta.1",
|
||||
"typescript": "^3.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.9.4-beta.1"></a>
|
||||
## [0.9.4-beta.1](https://github.com/pedronauck/docz/compare/v0.9.4-beta.0...v0.9.4-beta.1) (2018-08-04)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-basic
|
||||
|
||||
<a name="0.9.4-beta.0"></a>
|
||||
## [0.9.4-beta.0](https://github.com/pedronauck/docz/compare/v0.9.2...v0.9.4-beta.0) (2018-08-04)
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "docz-example-basic",
|
||||
"version": "0.9.4-beta.0",
|
||||
"version": "0.9.4-beta.1",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
"build": "docz build"
|
||||
},
|
||||
"dependencies": {
|
||||
"docz": "^0.9.4-beta.0",
|
||||
"docz-core": "^0.9.4-beta.0",
|
||||
"docz": "^0.9.4-beta.1",
|
||||
"docz-core": "^0.9.4-beta.1",
|
||||
"emotion": "^9.2.6",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.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.9.4-beta.1"></a>
|
||||
## [0.9.4-beta.1](https://github.com/pedronauck/docz/compare/v0.9.4-beta.0...v0.9.4-beta.1) (2018-08-04)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-css-less
|
||||
|
||||
<a name="0.9.4-beta.0"></a>
|
||||
## [0.9.4-beta.0](https://github.com/pedronauck/docz/compare/v0.9.2...v0.9.4-beta.0) (2018-08-04)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-css-less",
|
||||
"version": "0.9.4-beta.0",
|
||||
"version": "0.9.4-beta.1",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -8,13 +8,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"classnames": "^2.2.6",
|
||||
"docz": "^0.9.4-beta.0",
|
||||
"docz-core": "^0.9.4-beta.0",
|
||||
"docz": "^0.9.4-beta.1",
|
||||
"docz-core": "^0.9.4-beta.1",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.2",
|
||||
"react-dom": "^16.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"docz-plugin-css": "^0.9.4-beta.0"
|
||||
"docz-plugin-css": "^0.9.4-beta.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.9.4-beta.1"></a>
|
||||
## [0.9.4-beta.1](https://github.com/pedronauck/docz/compare/v0.9.4-beta.0...v0.9.4-beta.1) (2018-08-04)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-css-postcss
|
||||
|
||||
<a name="0.9.4-beta.0"></a>
|
||||
## [0.9.4-beta.0](https://github.com/pedronauck/docz/compare/v0.9.2...v0.9.4-beta.0) (2018-08-04)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-css-postcss",
|
||||
"version": "0.9.4-beta.0",
|
||||
"version": "0.9.4-beta.1",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -8,13 +8,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"classnames": "^2.2.6",
|
||||
"docz": "^0.9.4-beta.0",
|
||||
"docz-core": "^0.9.4-beta.0",
|
||||
"docz": "^0.9.4-beta.1",
|
||||
"docz-core": "^0.9.4-beta.1",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.2",
|
||||
"react-dom": "^16.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"docz-plugin-css": "^0.9.4-beta.0"
|
||||
"docz-plugin-css": "^0.9.4-beta.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.9.4-beta.1"></a>
|
||||
## [0.9.4-beta.1](https://github.com/pedronauck/docz/compare/v0.9.4-beta.0...v0.9.4-beta.1) (2018-08-04)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-css-sass
|
||||
|
||||
<a name="0.9.4-beta.0"></a>
|
||||
## [0.9.4-beta.0](https://github.com/pedronauck/docz/compare/v0.9.2...v0.9.4-beta.0) (2018-08-04)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-css-sass",
|
||||
"version": "0.9.4-beta.0",
|
||||
"version": "0.9.4-beta.1",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -8,13 +8,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"classnames": "^2.2.6",
|
||||
"docz": "^0.9.4-beta.0",
|
||||
"docz-core": "^0.9.4-beta.0",
|
||||
"docz": "^0.9.4-beta.1",
|
||||
"docz-core": "^0.9.4-beta.1",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.2",
|
||||
"react-dom": "^16.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"docz-plugin-css": "^0.9.4-beta.0"
|
||||
"docz-plugin-css": "^0.9.4-beta.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.9.4-beta.1"></a>
|
||||
## [0.9.4-beta.1](https://github.com/pedronauck/docz/compare/v0.9.4-beta.0...v0.9.4-beta.1) (2018-08-04)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-css-stylus
|
||||
|
||||
<a name="0.9.4-beta.0"></a>
|
||||
## [0.9.4-beta.0](https://github.com/pedronauck/docz/compare/v0.9.2...v0.9.4-beta.0) (2018-08-04)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-css-stylus",
|
||||
"version": "0.9.4-beta.0",
|
||||
"version": "0.9.4-beta.1",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -8,13 +8,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"classnames": "^2.2.6",
|
||||
"docz": "^0.9.4-beta.0",
|
||||
"docz-core": "^0.9.4-beta.0",
|
||||
"docz": "^0.9.4-beta.1",
|
||||
"docz-core": "^0.9.4-beta.1",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.2",
|
||||
"react-dom": "^16.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"docz-plugin-css": "^0.9.4-beta.0"
|
||||
"docz-plugin-css": "^0.9.4-beta.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.9.4-beta.1"></a>
|
||||
## [0.9.4-beta.1](https://github.com/pedronauck/docz/compare/v0.9.4-beta.0...v0.9.4-beta.1) (2018-08-04)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-flow
|
||||
|
||||
<a name="0.9.4-beta.0"></a>
|
||||
## [0.9.4-beta.0](https://github.com/pedronauck/docz/compare/v0.9.2...v0.9.4-beta.0) (2018-08-04)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-flow",
|
||||
"version": "0.9.4-beta.0",
|
||||
"version": "0.9.4-beta.1",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -8,7 +8,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/preset-flow": "^7.0.0-beta.55",
|
||||
"docz": "^0.9.4-beta.0",
|
||||
"docz": "^0.9.4-beta.1",
|
||||
"emotion": "^9.2.6",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.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.9.4-beta.1"></a>
|
||||
## [0.9.4-beta.1](https://github.com/pedronauck/docz/compare/v0.9.4-beta.0...v0.9.4-beta.1) (2018-08-04)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-typescript
|
||||
|
||||
<a name="0.9.4-beta.0"></a>
|
||||
## [0.9.4-beta.0](https://github.com/pedronauck/docz/compare/v0.9.2...v0.9.4-beta.0) (2018-08-04)
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "docz-example-typescript",
|
||||
"version": "0.9.4-beta.0",
|
||||
"version": "0.9.4-beta.1",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
"build": "docz build"
|
||||
},
|
||||
"dependencies": {
|
||||
"docz": "^0.9.4-beta.0",
|
||||
"docz": "^0.9.4-beta.1",
|
||||
"emotion": "^9.2.6",
|
||||
"react": "^16.4.2",
|
||||
"react-dom": "^16.4.2",
|
||||
|
||||
Reference in New Issue
Block a user