v0.1.2-beta.2

This commit is contained in:
Pedro Nauck
2018-06-09 02:34:03 -03:00
parent 1773fe1d05
commit 6c2847920b
12 changed files with 69 additions and 11 deletions

View File

@@ -3,6 +3,18 @@
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.2"></a>
## [0.1.2-beta.2](https://github.com/doczjs/docz/compare/v0.1.2-beta.1...v0.1.2-beta.2) (2018-06-09)
### Features
* **docz:** add support for custom not found route ([455dcca](https://github.com/doczjs/docz/commit/455dcca))
* **docz-theme-default:** add custom not found component ([1773fe1](https://github.com/doczjs/docz/commit/1773fe1))
<a name="0.1.2-beta.1"></a>
## [0.1.2-beta.1](https://github.com/doczjs/docz/compare/v0.1.2-beta.0...v0.1.2-beta.1) (2018-06-09)

View File

@@ -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.2"></a>
## [0.1.2-beta.2](https://github.com/doczjs/docz/compare/v0.1.2-beta.1...v0.1.2-beta.2) (2018-06-09)
**Note:** Version bump only for package docz-example-basic
<a name="0.1.2-beta.1"></a>
## [0.1.2-beta.1](https://github.com/doczjs/docz/compare/v0.1.2-beta.0...v0.1.2-beta.1) (2018-06-09)

View File

@@ -1,13 +1,13 @@
{
"name": "docz-example-basic",
"version": "0.1.2-beta.1",
"version": "0.1.2-beta.2",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.1.2-beta.1",
"docz": "^0.1.2-beta.2",
"docz-core": "^0.1.2-beta.1",
"emotion": "^9.2.1",
"prop-types": "^15.6.1",

View File

@@ -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.2"></a>
## [0.1.2-beta.2](https://github.com/doczjs/docz/compare/v0.1.2-beta.1...v0.1.2-beta.2) (2018-06-09)
**Note:** Version bump only for package docz-example-flow
<a name="0.1.2-beta.1"></a>
## [0.1.2-beta.1](https://github.com/doczjs/docz/compare/v0.1.2-beta.0...v0.1.2-beta.1) (2018-06-09)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-example-flow",
"version": "0.1.2-beta.1",
"version": "0.1.2-beta.2",
"license": "MIT",
"scripts": {
"dev": "docz dev",
@@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/preset-flow": "^7.0.0-beta.49",
"docz": "^0.1.2-beta.1",
"docz": "^0.1.2-beta.2",
"emotion": "^9.2.1",
"prop-types": "^15.6.1",
"react": "^16.4.0",

View File

@@ -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.2"></a>
## [0.1.2-beta.2](https://github.com/doczjs/docz/compare/v0.1.2-beta.1...v0.1.2-beta.2) (2018-06-09)
**Note:** Version bump only for package docz-example-typescript
<a name="0.1.2-beta.1"></a>
## [0.1.2-beta.1](https://github.com/doczjs/docz/compare/v0.1.2-beta.0...v0.1.2-beta.1) (2018-06-09)

View File

@@ -1,13 +1,13 @@
{
"name": "docz-example-typescript",
"version": "0.1.2-beta.1",
"version": "0.1.2-beta.2",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.1.2-beta.1",
"docz": "^0.1.2-beta.2",
"emotion": "^9.2.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",

View File

@@ -3,7 +3,7 @@
"packages": [
"packages/**/*"
],
"version": "0.1.2-beta.1",
"version": "0.1.2-beta.2",
"npmClient": "yarn",
"useWorkspaces": true
}

View File

@@ -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.1.2-beta.2"></a>
## [0.1.2-beta.2](https://github.com/doczjs/docz/compare/v0.1.2-beta.1...v0.1.2-beta.2) (2018-06-09)
### Features
* **docz-theme-default:** add custom not found component ([1773fe1](https://github.com/doczjs/docz/commit/1773fe1))
<a name="0.1.2-beta.1"></a>
## [0.1.2-beta.1](https://github.com/doczjs/docz/compare/v0.1.2-beta.0...v0.1.2-beta.1) (2018-06-09)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-theme-default",
"version": "0.1.2-beta.1",
"version": "0.1.2-beta.2",
"license": "MIT",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
@@ -20,7 +20,7 @@
"tslint": "tslint --project ."
},
"dependencies": {
"docz": "^0.1.2-beta.1",
"docz": "^0.1.2-beta.2",
"emotion": "^9.2.1",
"emotion-theming": "^9.2.1",
"fast-deep-equal": "^2.0.1",

View File

@@ -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.1.2-beta.2"></a>
## [0.1.2-beta.2](https://github.com/doczjs/docz/compare/v0.1.2-beta.1...v0.1.2-beta.2) (2018-06-09)
### Features
* **docz:** add support for custom not found route ([455dcca](https://github.com/doczjs/docz/commit/455dcca))
<a name="0.1.2-beta.1"></a>
## [0.1.2-beta.1](https://github.com/doczjs/docz/compare/v0.1.2-beta.0...v0.1.2-beta.1) (2018-06-09)

View File

@@ -1,6 +1,6 @@
{
"name": "docz",
"version": "0.1.2-beta.1",
"version": "0.1.2-beta.2",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.m.js",
@@ -27,7 +27,7 @@
"@sindresorhus/slugify": "^0.3.0",
"deepmerge": "^2.1.1",
"docz-core": "^0.1.2-beta.1",
"docz-theme-default": "^0.1.2-beta.1",
"docz-theme-default": "^0.1.2-beta.2",
"invariant": "^2.2.4",
"loadable-components": "^2.2.2",
"pascalcase": "^0.1.1",