Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyi7099 committed Aug 16, 2019
1 parent aeb059a commit d00cd0d
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 4 deletions.
12 changes: 12 additions & 0 deletions packages/antdsite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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/[email protected]@0.6.2) (2019-08-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/antdsite/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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/[email protected]@0.1.0) (2019-08-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
11 changes: 11 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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/[email protected]@0.4.2) (2019-08-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d00cd0d

Please sign in to comment.