From d00cd0df5efd52840a1f58c29beaae04c6858cf1 Mon Sep 17 00:00:00 2001 From: wangyi <724003548@qq.com> Date: Fri, 16 Aug 2019 10:10:14 +0800 Subject: [PATCH] Publish - antdsite@0.8.0 - antdsite-cli@0.1.1 - docs@0.5.0 --- packages/antdsite/CHANGELOG.md | 12 ++++++++++++ packages/antdsite/package.json | 2 +- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 2 +- packages/docs/CHANGELOG.md | 11 +++++++++++ packages/docs/package.json | 4 ++-- 6 files changed, 38 insertions(+), 4 deletions(-) diff --git a/packages/antdsite/CHANGELOG.md b/packages/antdsite/CHANGELOG.md index cbb9898..7d5be6f 100644 --- a/packages/antdsite/CHANGELOG.md +++ b/packages/antdsite/CHANGELOG.md @@ -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. +# [0.8.0](https://github.com/YvesCoding/antdsite/compare/antdsite@0.6.2...antdsite@0.8.0) (2019-08-16) + + +### Features + +* **antdsite:** support search in mobile phone. ([bb0361a](https://github.com/YvesCoding/antdsite/commit/bb0361a)) +* add disableEditLink, disableUpdateTime frontmatters. You can disable theme for certain page. ([83cd8e7](https://github.com/YvesCoding/antdsite/commit/83cd8e7)) + + + + + ## [0.6.2](https://github.com/YvesCoding/antdsite/compare/antdsite@0.6.1...antdsite@0.6.2) (2019-08-12) diff --git a/packages/antdsite/package.json b/packages/antdsite/package.json index 52aa9f9..8d3622f 100644 --- a/packages/antdsite/package.json +++ b/packages/antdsite/package.json @@ -1,6 +1,6 @@ { "name": "antdsite", - "version": "0.7.2", + "version": "0.8.0", "description": "A static docs generator based on Ant Design and GatsbyJs", "homepage": "https://github.com/YvesCoding/antdsite", "repository": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b24a054..24eb652 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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. +## [0.1.1](https://github.com/YvesCoding/antdsite/compare/antdsite-cli@0.1.0...antdsite-cli@0.1.1) (2019-08-16) + + +### Bug Fixes + +* **cli:** cannot eject while global install. ([aeb059a](https://github.com/YvesCoding/antdsite/commit/aeb059a)) + + + + + # [0.1.0](https://github.com/YvesCoding/antdsite/compare/antdsite-cli@0.0.16...antdsite-cli@0.1.0) (2019-08-12) diff --git a/packages/cli/package.json b/packages/cli/package.json index 7a734a6..265f47c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "antdsite-cli", - "version": "0.1.0", + "version": "0.1.1", "description": "Create a website based on Ant Design and GatsbyJs", "keywords": [ "antdsite" diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 70beb16..b3daced 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/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. +# [0.5.0](https://github.com/YvesCoding/antdsite/compare/docs@0.4.2...docs@0.5.0) (2019-08-16) + + +### Features + +* **antdsite:** support search in mobile phone. ([bb0361a](https://github.com/YvesCoding/antdsite/commit/bb0361a)) + + + + + ## [0.4.2](https://github.com/YvesCoding/antdsite/compare/docs@0.4.1...docs@0.4.2) (2019-08-12) diff --git a/packages/docs/package.json b/packages/docs/package.json index e19489f..f36dfa9 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,14 +1,14 @@ { "name": "docs", "private": true, - "version": "0.4.2", + "version": "0.5.0", "scripts": { "build": "yarn clean && gatsby build --prefix-paths", "start": "yarn clean && gatsby develop", "clean": "gatsby clean" }, "dependencies": { - "antdsite": "^0.7.0", + "antdsite": "^0.8.0", "gatsby": "^2.13.39", "gatsby-plugin-netlify": "^2.0.0", "react": "^16.8.0",